diff --git a/SampleApp/Podfile b/SampleApp/Podfile index 6f4eb67b..ab046645 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -13,11 +13,28 @@ target 'Viafoura' do end post_install do |installer| - installer.generated_projects.each do |project| - project.targets.each do |target| - target.build_configurations.each do |config| - config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' - end - end - end + installer.generated_projects.each do |project| + project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' + end + end + end + + # fix xcode 15 DT_TOOLCHAIN_DIR - remove after fix oficially - https://github.com/CocoaPods/CocoaPods/issues/12065 + installer.aggregate_targets.each do |target| + target.xcconfigs.each do |variant, xcconfig| + xcconfig_path = target.client_root + target.xcconfig_relative_path(variant) + IO.write(xcconfig_path, IO.read(xcconfig_path).gsub("DT_TOOLCHAIN_DIR", "TOOLCHAIN_DIR")) + end + end + + installer.pods_project.targets.each do |target| + target.build_configurations.each do |config| + if config.base_configuration_reference.is_a? Xcodeproj::Project::Object::PBXFileReference + xcconfig_path = config.base_configuration_reference.real_path + IO.write(xcconfig_path, IO.read(xcconfig_path).gsub("DT_TOOLCHAIN_DIR", "TOOLCHAIN_DIR")) + end + end + end end diff --git a/SampleApp/Podfile.lock b/SampleApp/Podfile.lock index 430cd3c5..a512844c 100644 --- a/SampleApp/Podfile.lock +++ b/SampleApp/Podfile.lock @@ -168,6 +168,6 @@ SPEC CHECKSUMS: PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb SimpleKeychain: b50cef3b87939d480ea1143425c00f5b4b70fe21 -PODFILE CHECKSUM: 20fbb42a49edd2e5748e5de5998ab8404cd93804 +PODFILE CHECKSUM: e8b73b42bf97de71fee0c40c9b0d69cd78bf982a COCOAPODS: 1.12.0 diff --git a/SampleApp/Pods/Manifest.lock b/SampleApp/Pods/Manifest.lock index 430cd3c5..a512844c 100644 --- a/SampleApp/Pods/Manifest.lock +++ b/SampleApp/Pods/Manifest.lock @@ -168,6 +168,6 @@ SPEC CHECKSUMS: PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb SimpleKeychain: b50cef3b87939d480ea1143425c00f5b4b70fe21 -PODFILE CHECKSUM: 20fbb42a49edd2e5748e5de5998ab8404cd93804 +PODFILE CHECKSUM: e8b73b42bf97de71fee0c40c9b0d69cd78bf982a COCOAPODS: 1.12.0 diff --git a/SampleApp/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig b/SampleApp/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig index c77b7340..a06e7988 100644 --- a/SampleApp/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig +++ b/SampleApp/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig @@ -2,7 +2,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/SampleApp/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig b/SampleApp/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig index c77b7340..a06e7988 100644 --- a/SampleApp/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig +++ b/SampleApp/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig @@ -2,7 +2,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/SampleApp/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.debug.xcconfig b/SampleApp/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.debug.xcconfig index 7958a422..8f87c2f1 100644 --- a/SampleApp/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.debug.xcconfig +++ b/SampleApp/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.debug.xcconfig @@ -2,7 +2,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/SampleApp/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.release.xcconfig b/SampleApp/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.release.xcconfig index 7958a422..8f87c2f1 100644 --- a/SampleApp/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.release.xcconfig +++ b/SampleApp/Pods/Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.release.xcconfig @@ -2,7 +2,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "GoogleUtilities" -framework "Security" -framework "SystemConfiguration" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura-frameworks.sh b/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura-frameworks.sh index 74a5f300..302749ee 100755 --- a/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura-frameworks.sh +++ b/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura-frameworks.sh @@ -41,7 +41,7 @@ install_framework() if [ -L "${source}" ]; then echo "Symlinked..." -source="$(readlink -f "${source}")" + source="$(readlink "${source}")" fi if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then diff --git a/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura.debug.xcconfig b/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura.debug.xcconfig index 5578569c..a87f397d 100644 --- a/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura.debug.xcconfig +++ b/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura.debug.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseC GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LoginRadiusSDK/LoginRadiusSDK.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Accounts" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreTelephony" -framework "CoreVideo" -framework "FBAEMKit" -framework "FBLPromises" -framework "FBSDKCoreKit" -framework "FBSDKCoreKit_Basics" -framework "FBSDKLoginKit" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleMobileAds" -framework "GoogleUtilities" -framework "LoginRadiusSDK" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "SafariServices" -framework "Security" -framework "SimpleKeychain" -framework "Social" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "UserMessagingPlatform" -framework "WebKit" -framework "nanopb" -weak_framework "AdSupport" -weak_framework "JavaScriptCore" -weak_framework "SafariServices" -weak_framework "UserNotifications" -weak_framework "WebKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura.release.xcconfig b/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura.release.xcconfig index 5578569c..a87f397d 100644 --- a/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura.release.xcconfig +++ b/SampleApp/Pods/Target Support Files/Pods-Viafoura/Pods-Viafoura.release.xcconfig @@ -4,7 +4,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseC GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LoginRadiusSDK/LoginRadiusSDK.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SimpleKeychain/SimpleKeychain.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Accounts" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreTelephony" -framework "CoreVideo" -framework "FBAEMKit" -framework "FBLPromises" -framework "FBSDKCoreKit" -framework "FBSDKCoreKit_Basics" -framework "FBSDKLoginKit" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseCoreInternal" -framework "FirebaseCrashlytics" -framework "FirebaseInstallations" -framework "FirebaseMessaging" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleDataTransport" -framework "GoogleMobileAds" -framework "GoogleUtilities" -framework "LoginRadiusSDK" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "SafariServices" -framework "Security" -framework "SimpleKeychain" -framework "Social" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "UserMessagingPlatform" -framework "WebKit" -framework "nanopb" -weak_framework "AdSupport" -weak_framework "JavaScriptCore" -weak_framework "SafariServices" -weak_framework "UserNotifications" -weak_framework "WebKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} diff --git a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks-input-files.xcfilelist b/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks-input-files.xcfilelist deleted file mode 100644 index 51aff9be..00000000 --- a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks-input-files.xcfilelist +++ /dev/null @@ -1,2 +0,0 @@ -${PODS_ROOT}/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks.sh -${PODS_ROOT}/ViafouraCore/ViafouraSDK.xcframework \ No newline at end of file diff --git a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks-output-files.xcfilelist b/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks-output-files.xcfilelist deleted file mode 100644 index 5b7f18d7..00000000 --- a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks-output-files.xcfilelist +++ /dev/null @@ -1 +0,0 @@ -${PODS_XCFRAMEWORKS_BUILD_DIR}/ViafouraCore/ViafouraSDK.framework \ No newline at end of file diff --git a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks.sh b/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks.sh deleted file mode 100755 index 43788c80..00000000 --- a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore-xcframeworks.sh +++ /dev/null @@ -1,121 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -function on_error { - echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" -} -trap 'on_error $LINENO' ERR - - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - - -variant_for_slice() -{ - case "$1" in - "ViafouraSDK.xcframework/ios-arm64") - echo "" - ;; - "ViafouraSDK.xcframework/ios-arm64_x86_64-simulator") - echo "simulator" - ;; - esac -} - -archs_for_slice() -{ - case "$1" in - "ViafouraSDK.xcframework/ios-arm64") - echo "arm64" - ;; - "ViafouraSDK.xcframework/ios-arm64_x86_64-simulator") - echo "arm64 x86_64" - ;; - esac -} - -copy_dir() -{ - local source="$1" - local destination="$2" - - # Use filter instead of exclude so missing patterns don't throw errors. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}*\" \"${destination}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}"/* "${destination}" -} - -SELECT_SLICE_RETVAL="" - -select_slice() { - local xcframework_name="$1" - xcframework_name="${xcframework_name##*/}" - local paths=("${@:2}") - # Locate the correct slice of the .xcframework for the current architectures - local target_path="" - - # Split archs on space so we can find a slice that has all the needed archs - local target_archs=$(echo $ARCHS | tr " " "\n") - - local target_variant="" - if [[ "$PLATFORM_NAME" == *"simulator" ]]; then - target_variant="simulator" - fi - if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then - target_variant="maccatalyst" - fi - for i in ${!paths[@]}; do - local matched_all_archs="1" - local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")" - local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")" - for target_arch in $target_archs; do - if ! [[ "${slice_variant}" == "$target_variant" ]]; then - matched_all_archs="0" - break - fi - - if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then - matched_all_archs="0" - break - fi - done - - if [[ "$matched_all_archs" == "1" ]]; then - # Found a matching slice - echo "Selected xcframework slice ${paths[$i]}" - SELECT_SLICE_RETVAL=${paths[$i]} - break - fi - done -} - -install_xcframework() { - local basepath="$1" - local name="$2" - local package_type="$3" - local paths=("${@:4}") - - # Locate the correct slice of the .xcframework for the current architectures - select_slice "${basepath}" "${paths[@]}" - local target_path="$SELECT_SLICE_RETVAL" - if [[ -z "$target_path" ]]; then - echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})." - return - fi - local source="$basepath/$target_path" - - local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}" - - if [ ! -d "$destination" ]; then - mkdir -p "$destination" - fi - - copy_dir "$source/" "$destination" - echo "Copied $source to $destination" -} - -install_xcframework "${PODS_ROOT}/ViafouraCore/ViafouraSDK.xcframework" "ViafouraCore" "framework" "ios-arm64" "ios-arm64_x86_64-simulator" - diff --git a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore.debug.xcconfig b/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore.debug.xcconfig deleted file mode 100644 index c4a7480d..00000000 --- a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore.debug.xcconfig +++ /dev/null @@ -1,16 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ViafouraCore -EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/ViafouraCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/ViafouraCore" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/ViafouraCore -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore.release.xcconfig b/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore.release.xcconfig deleted file mode 100644 index c4a7480d..00000000 --- a/SampleApp/Pods/Target Support Files/ViafouraCore/ViafouraCore.release.xcconfig +++ /dev/null @@ -1,16 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ViafouraCore -EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/ViafouraCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/ViafouraCore" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/ViafouraCore -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/SampleApp/Viafoura.xcodeproj/project.pbxproj b/SampleApp/Viafoura.xcodeproj/project.pbxproj index f439403b..64c946d4 100644 --- a/SampleApp/Viafoura.xcodeproj/project.pbxproj +++ b/SampleApp/Viafoura.xcodeproj/project.pbxproj @@ -450,8 +450,8 @@ 47B0096128179DF800EF93FD /* Resources */, 5AAEF5A1819B1F8289A16C03 /* [CP] Embed Pods Frameworks */, 47162763293FAA9400729F25 /* Embed Foundation Extensions */, - 4710CE282A1689A900A4115D /* ShellScript */, 47E991D62A780D46006DE6F5 /* Embed Frameworks */, + 4710CE282A1689A900A4115D /* ShellScript */, ); buildRules = ( ); @@ -799,7 +799,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Viafoura/Viafoura.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 65; + CURRENT_PROJECT_VERSION = 67; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = JJ3874BH56; GENERATE_INFOPLIST_FILE = YES; @@ -814,7 +814,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.64; + MARKETING_VERSION = 1.0.66; PRODUCT_BUNDLE_IDENTIFIER = com.viafoura.sampleapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -831,7 +831,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Viafoura/Viafoura.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 65; + CURRENT_PROJECT_VERSION = 67; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = JJ3874BH56; GENERATE_INFOPLIST_FILE = YES; @@ -846,7 +846,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.64; + MARKETING_VERSION = 1.0.66; PRODUCT_BUNDLE_IDENTIFIER = com.viafoura.sampleapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/ViafouraCore.podspec b/ViafouraCore.podspec index 66468654..e324cd2f 100644 --- a/ViafouraCore.podspec +++ b/ViafouraCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ViafouraCore' - s.version = '0.0.31' + s.version = '0.0.32' s.swift_versions = ['5.0'] s.summary = 'Viafoura SDK' s.description = 'This SDK allows you to integrate Viafoura tools into your iOS app.' diff --git a/ViafouraSDK.xcframework/Info.plist b/ViafouraSDK.xcframework/Info.plist index 23c4bf66..e8064ae9 100644 --- a/ViafouraSDK.xcframework/Info.plist +++ b/ViafouraSDK.xcframework/Info.plist @@ -5,30 +5,35 @@ AvailableLibraries + BinaryPath + ViafouraSDK.framework/ViafouraSDK LibraryIdentifier - ios-x86_64-simulator + ios-arm64 LibraryPath ViafouraSDK.framework SupportedArchitectures - x86_64 + arm64 SupportedPlatform ios - SupportedPlatformVariant - simulator + BinaryPath + ViafouraSDK.framework/ViafouraSDK LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath ViafouraSDK.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car index 85261e2c..4397e9e3 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index 3456a2bd..aaa53c16 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index a1a41af2..9c9a83c6 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib index a346ff6b..81b2d137 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib index f602a3fd..6f7921d0 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index e03358e8..59710a2e 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib index cd93d891..d66e22d8 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h index 5a32e48b..3543e75c 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) #ifndef VIAFOURASDK_SWIFT_H #define VIAFOURASDK_SWIFT_H #pragma clang diagnostic push @@ -42,12 +42,18 @@ #include #endif #if defined(__cplusplus) -#if __has_include() +#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 @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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) @@ -332,6 +349,8 @@ SWIFT_CLASS("_TtC11ViafouraSDK24SingleChatViewController") + + SWIFT_CLASS("_TtC11ViafouraSDK8VFAdView") @interface VFAdView : UIView - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; @@ -378,7 +397,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController") - @class UICollectionView; @class NSIndexPath; @class UICollectionViewCell; @@ -388,6 +406,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController") - (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; @end + @class UICollectionViewLayout; @interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) @@ -562,6 +581,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end + @protocol UIViewControllerTransitionCoordinator; @interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) @@ -570,7 +590,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") - @interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) - (void)textViewDidChange:(UITextView * _Nonnull)textView; @end @@ -615,6 +634,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController") @end + @class UITextField; @interface VFPollViewController (SWIFT_EXTENSION(ViafouraSDK)) @@ -623,7 +643,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController") - SWIFT_CLASS("_TtC11ViafouraSDK23VFPoweredByViafouraView") @interface VFPoweredByViafouraView : UIView - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; @@ -641,6 +660,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK31VFPreviewCommentsViewController") @end + @interface VFPreviewCommentsViewController (SWIFT_EXTENSION(ViafouraSDK)) - (void)didMoveToParentViewController:(UIViewController * _Nullable)parent; @end @@ -662,7 +682,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK31VFPreviewCommentsViewController") - SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController") @interface VFProfileViewController : VFUIViewController - (void)viewDidLoad; @@ -775,12 +794,12 @@ SWIFT_CLASS("_TtC11ViafouraSDK27ViewChatReplyViewController") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end -#endif -#if defined(__cplusplus) #endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Info.plist b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Info.plist index 22db142d..78da3242 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Info.plist and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Info.plist differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index f1b0ca4b..06074657 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib index 51a3934f..b2ea22a6 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index 0cfd881a..d350b2c6 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json index 9a5752c5..8c2d4ae7 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json @@ -105,6 +105,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -507,6 +514,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -1596,6 +1610,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -1693,6 +1714,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -2156,6 +2184,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -6740,6 +6775,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -10615,6 +10657,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -12935,6 +12984,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -14065,6 +14121,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -14499,6 +14562,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -15513,6 +15583,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -16326,6 +16403,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -16944,6 +17028,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -17835,6 +17926,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -18645,6 +18743,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -21653,6 +21758,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -23255,6 +23367,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -26127,6 +26246,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -26928,6 +27054,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -28233,6 +28366,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -28371,6 +28511,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -29119,6 +29266,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -29455,6 +29609,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -29626,6 +29787,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -30583,6 +30751,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -30783,6 +30958,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -31152,6 +31334,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -31267,6 +31456,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -31626,6 +31822,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -31753,6 +31956,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -36184,6 +36394,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -36570,6 +36787,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -37309,6 +37533,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -37846,6 +38077,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -37940,6 +38178,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -38961,6 +39206,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -39468,6 +39720,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -40372,6 +40631,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -42047,6 +42313,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -42568,6 +42841,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -44051,6 +44331,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -44778,6 +45065,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -45753,6 +46047,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -46102,6 +46403,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -47419,6 +47727,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -47516,6 +47831,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -48954,6 +49276,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -48977,6 +49306,34 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, { "kind": "TypeDecl", "name": "URLSession", @@ -50800,994 +51157,994 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 1635, + "offset": 1636, "length": 36, "value": "\"chat.settings.end_time.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 1777, + "offset": 1807, "length": 34, "value": "\"chat.settings.display_name.label\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 1911, + "offset": 1970, "length": 38, "value": "\"chat.settings.start_time.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2039, + "offset": 2126, "length": 20, "value": "\"sdk.comment_single\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2156, + "offset": 2243, "length": 25, "value": "\"sdk.post_report_message\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2279, + "offset": 2366, "length": 21, "value": "\"navigation.settings\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2403, + "offset": 2490, "length": 37, "value": "\"comments.settings.expiry_time_label\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2546, + "offset": 2633, "length": 31, "value": "\"comments.settings.no_date_set\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2679, + "offset": 2766, "length": 24, "value": "\"comments.settings.hide\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2812, + "offset": 2899, "length": 26, "value": "\"comments.settings.premod\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2931, + "offset": 3018, "length": 36, "value": "\"feed.notifications.comments.single\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3061, + "offset": 3148, "length": 18, "value": "\"sdk.commented_on\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3174, + "offset": 3261, "length": 19, "value": "\"sdk.commenting_on\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3284, + "offset": 3371, "length": 21, "value": "\"sdk.comments_plural\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3401, + "offset": 3488, "length": 18, "value": "\"comments.heading\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3511, + "offset": 3598, "length": 22, "value": "\"navigation.community\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3630, + "offset": 3717, "length": 28, "value": "\"conversations.posts.edited\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3784, + "offset": 3871, "length": 29, "value": "\"conversations.posts.deleted\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3942, + "offset": 4029, "length": 56, "value": "\"conversations.content_container.expiry_notice.comments\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4096, + "offset": 4183, "length": 40, "value": "\"conversations.actions.copy_console_url\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4227, + "offset": 4314, "length": 31, "value": "\"conversations.actions.disable\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4378, + "offset": 4465, "length": 35, "value": "\"conversations.moderation.disabled\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4535, + "offset": 4622, "length": 28, "value": "\"conversations.actions.edit\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4685, + "offset": 4772, "length": 21, "value": "\"badges.editors_pick\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4799, + "offset": 4886, "length": 26, "value": "\"badges.make_editors_pick\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4915, + "offset": 5002, "length": 30, "value": "\"conversations.actions.enable\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5069, + "offset": 5156, "length": 20, "value": "\"sdk.expand_replies\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5184, + "offset": 5271, "length": 43, "value": "\"conversations.feedback_survey.label_part1\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5322, + "offset": 5409, "length": 43, "value": "\"conversations.feedback_survey.label_part2\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5456, + "offset": 5543, "length": 21, "value": "\"badges.editors_pick\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5564, + "offset": 5651, "length": 17, "value": "\"navigation.feed\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5679, + "offset": 5766, "length": 31, "value": "\"conversations.posts.flag.past\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5832, + "offset": 5919, "length": 31, "value": "\"conversations.posts.flag.verb\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5984, + "offset": 6071, "length": 10, "value": "\"sdk.flag\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6082, + "offset": 6169, "length": 11, "value": "\"sdk.flags\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6183, + "offset": 6270, "length": 21, "value": "\"user_actions.follow\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6323, + "offset": 6410, "length": 29, "value": "\"community.following.getDate\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6443, + "offset": 6530, "length": 14, "value": "\"sdk.follower\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6549, + "offset": 6636, "length": 15, "value": "\"sdk.followers\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6661, + "offset": 6748, "length": 15, "value": "\"sdk.followers\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6768, + "offset": 6855, "length": 28, "value": "\"community.following.header\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6893, + "offset": 6980, "length": 28, "value": "\"community.following.header\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7011, + "offset": 7098, "length": 13, "value": "\"sdk.gallery\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7115, + "offset": 7202, "length": 14, "value": "\"sdk.greeting\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7216, + "offset": 7303, "length": 10, "value": "\"sdk.like\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7314, + "offset": 7401, "length": 11, "value": "\"sdk.likes\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7420, + "offset": 7507, "length": 22, "value": "\"sdk.liked_comment_on\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7533, + "offset": 7620, "length": 22, "value": "\"chat.navigation.chat\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7654, + "offset": 7741, "length": 40, "value": "\"conversations.load_more.label.comments\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7832, + "offset": 7919, "length": 24, "value": "\"feed.account.nav.login\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7952, + "offset": 8039, "length": 26, "value": "\"settings.controls.logout\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8099, + "offset": 8186, "length": 26, "value": "\"chat.navigation.moderate\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8223, + "offset": 8310, "length": 22, "value": "\"sdk.empty_moderation\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8337, + "offset": 8424, "length": 24, "value": "\"badges.moderator_title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8454, + "offset": 8541, "length": 32, "value": "\"conversations.sorts.most_liked\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8609, + "offset": 8696, "length": 34, "value": "\"conversations.sorts.most_replies\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8765, + "offset": 8852, "length": 19, "value": "\"user_actions.mute\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8900, + "offset": 8987, "length": 24, "value": "\"community.muted.header\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9017, + "offset": 9104, "length": 24, "value": "\"sdk.new_comment_single\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9135, + "offset": 9222, "length": 25, "value": "\"sdk.new_comments_plural\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9250, + "offset": 9337, "length": 28, "value": "\"conversations.sorts.newest\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9399, + "offset": 9486, "length": 40, "value": "\"profile.user_actions.comment.none.self\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9533, + "offset": 9620, "length": 27, "value": "\"community.followers.empty\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9654, + "offset": 9741, "length": 27, "value": "\"community.following.empty\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9771, + "offset": 9858, "length": 23, "value": "\"community.muted.empty\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9892, + "offset": 9979, "length": 25, "value": "\"sdk.empty_notifications\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10015, + "offset": 10102, "length": 32, "value": "\"trending_articles.states.empty\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10136, + "offset": 10223, "length": 19, "value": "\"feed.header.older\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10273, + "offset": 10360, "length": 28, "value": "\"conversations.sorts.oldest\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10414, + "offset": 10501, "length": 7, "value": "\"or.or\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10508, + "offset": 10595, "length": 27, "value": "\"conversations.actions.pin\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10653, + "offset": 10740, "length": 15, "value": "\"badges.pinned\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10790, + "offset": 10877, "length": 30, "value": "\"conversations.rich_text.post\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10941, + "offset": 11028, "length": 39, "value": "\"comments.new_comment.join_placeholder\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11076, + "offset": 11163, "length": 44, "value": "\"profile.user_actions.comment.comment.other\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11254, + "offset": 11341, "length": 21, "value": "\"branding.powered_by\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11365, + "offset": 11452, "length": 13, "value": "\"sdk.privacy\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11468, + "offset": 11555, "length": 20, "value": "\"navigation.profile\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11579, + "offset": 11666, "length": 15, "value": "\"sdk.read_more\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11690, + "offset": 11777, "length": 38, "value": "\"conversations.actions.remove_comment\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11856, + "offset": 11943, "length": 21, "value": "\"chat.actions.delete\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12004, + "offset": 12091, "length": 24, "value": "\"sdk.remove_editor_pick\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12125, + "offset": 12212, "length": 21, "value": "\"sdk.replied_comment\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12241, + "offset": 12328, "length": 32, "value": "\"conversations.posts.reply.verb\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12394, + "offset": 12481, "length": 17, "value": "\"sdk.replying_to\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12505, + "offset": 12592, "length": 35, "value": "\"report.confirmation.return_button\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12635, + "offset": 12722, "length": 30, "value": "\"report.reasons.cancel_button\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12765, + "offset": 12852, "length": 22, "value": "\"report.reasons.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12882, + "offset": 12969, "length": 30, "value": "\"report.reasons.submit_button\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13007, + "offset": 13094, "length": 26, "value": "\"report.confirmation.text\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13130, + "offset": 13217, "length": 33, "value": "\"report.reasons.spam.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13261, + "offset": 13348, "length": 27, "value": "\"report.reasons.spam.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13388, + "offset": 13475, "length": 36, "value": "\"report.reasons.private.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13525, + "offset": 13612, "length": 30, "value": "\"report.reasons.private.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13655, + "offset": 13742, "length": 32, "value": "\"report.starter.text.first_line\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13787, + "offset": 13874, "length": 33, "value": "\"report.starter.text.second_line\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13920, + "offset": 14007, "length": 32, "value": "\"report.starter.text.third_line\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14052, + "offset": 14139, "length": 33, "value": "\"report.starter.text.fourth_line\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14185, + "offset": 14272, "length": 29, "value": "\"report.starter.start_button\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14321, + "offset": 14408, "length": 36, "value": "\"report.reasons.impersonation.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14463, + "offset": 14550, "length": 42, "value": "\"report.reasons.impersonation.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14611, + "offset": 14698, "length": 36, "value": "\"report.reasons.inappropriate.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14752, + "offset": 14839, "length": 42, "value": "\"report.reasons.inappropriate.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14899, + "offset": 14986, "length": 34, "value": "\"report.reasons.threatening.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15037, + "offset": 15124, "length": 40, "value": "\"report.reasons.threatening.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15181, + "offset": 15268, "length": 33, "value": "\"report.reasons.harassment.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15317, + "offset": 15404, "length": 39, "value": "\"report.reasons.harassment.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15458, + "offset": 15545, "length": 31, "value": "\"report.reasons.disagree.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15590, + "offset": 15677, "length": 37, "value": "\"report.reasons.disagree.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15724, + "offset": 15811, "length": 20, "value": "\"sdk.select_picture\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15867, + "offset": 15954, "length": 27, "value": "\"conversations.posts.share\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16011, + "offset": 16098, "length": 25, "value": "\"feed.account.nav.signup\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16132, + "offset": 16219, "length": 32, "value": "\"conversations.typing.top_level\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16253, + "offset": 16340, "length": 13, "value": "\"sdk.sort_by\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16353, + "offset": 16440, "length": 36, "value": "\"conversations.actions.mark_as_spam\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16484, + "offset": 16571, "length": 31, "value": "\"conversations.moderation.spam\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16642, + "offset": 16729, "length": 27, "value": "\"feed.notifications.follow\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16758, + "offset": 16845, "length": 19, "value": "\"feed.header.today\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16893, + "offset": 16980, "length": 14, "value": "\"badges.topic\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16997, + "offset": 17084, "length": 30, "value": "\"conversations.actions.unflag\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17150, + "offset": 17237, "length": 21, "value": "\"user_actions.unmute\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17260, + "offset": 17347, "length": 29, "value": "\"conversations.actions.unpin\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17407, + "offset": 17494, "length": 30, "value": "\"conversations.actions.unspam\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17561, + "offset": 17648, "length": 28, "value": "\"conversations.actions.edit\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17715, + "offset": 17802, "length": 33, "value": "\"conversations.view_all.comments\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17839, + "offset": 17926, "length": 15, "value": "\"sdk.view_more\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17949, + "offset": 18036, "length": 28, "value": "\"chat.chat_form.placeholder\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18070, + "offset": 18157, "length": 23, "value": "\"feed.header.yesterday\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18220, + "offset": 18307, "length": 43, "value": "\"profile.user_actions.comment.comment.self\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18301, + "offset": 18388, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18479, + "offset": 18566, "length": 6, "value": "\"json\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18880, + "offset": 18967, "length": 34, "value": "\"Unable to parse \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18908, + "offset": 18995, "length": 1, "value": "\".json\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19099, + "offset": 19186, "length": 17, "value": "\"Strings-Spanish\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19157, + "offset": 19244, "length": 15, "value": "\"Strings-Dutch\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19214, + "offset": 19301, "length": 16, "value": "\"Strings-French\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19272, + "offset": 19359, "length": 16, "value": "\"Strings-Korean\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19330, + "offset": 19417, "length": 16, "value": "\"Strings-Danish\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19392, + "offset": 19479, "length": 20, "value": "\"Strings-Portuguese\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19455, + "offset": 19542, "length": 17, "value": "\"Strings-English\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19515, + "offset": 19602, "length": 17, "value": "\"Strings-Italian\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19574, + "offset": 19661, "length": 16, "value": "\"Strings-German\"" }, @@ -58829,56 +59186,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1579, + "offset": 1609, "length": 2, "value": "25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1589, + "offset": 1619, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1600, + "offset": 1630, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1610, + "offset": 1640, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 2675, + "offset": 2705, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "StringLiteral", - "offset": 2779, + "offset": 2809, "length": 3, "value": "\"0\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 3962, + "offset": 3992, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "BooleanLiteral", - "offset": 4515, + "offset": 4545, "length": 4, "value": "true" }, @@ -60887,336 +61244,336 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 6508, + "offset": 6635, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 6548, + "offset": 6675, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 6725, + "offset": 6852, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 6827, + "offset": 6954, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 6956, + "offset": 7083, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 7038, + "offset": 7165, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7074, + "offset": 7201, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 7239, + "offset": 7366, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7276, + "offset": 7403, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 7444, + "offset": 7571, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7540, + "offset": 7667, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 7651, + "offset": 7778, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7735, + "offset": 7862, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7774, + "offset": 7901, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7819, + "offset": 7946, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8084, + "offset": 8211, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8134, + "offset": 8261, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8374, + "offset": 8501, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8423, + "offset": 8550, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8614, + "offset": 8741, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 8711, + "offset": 8838, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8890, + "offset": 9017, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 9110, + "offset": 9237, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 9157, + "offset": 9284, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 9233, + "offset": 9360, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 9408, + "offset": 9535, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 9564, + "offset": 9691, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 10016, + "offset": 10143, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 10158, + "offset": 10285, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 10166, + "offset": 10293, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "StringLiteral", - "offset": 10215, + "offset": 10342, "length": 6, "value": "\"• \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 10265, + "offset": 10392, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 10428, + "offset": 10555, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "FloatLiteral", - "offset": 10840, + "offset": 10967, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 10892, + "offset": 11019, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 11179, + "offset": 11306, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 11652, + "offset": 11779, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "StringLiteral", - "offset": 11858, + "offset": 11985, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12093, + "offset": 12220, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12398, + "offset": 12525, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12541, + "offset": 12668, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "FloatLiteral", - "offset": 12565, + "offset": 12692, "length": 3, "value": "0.4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12625, + "offset": 12752, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 12677, + "offset": 12804, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12735, + "offset": 12862, "length": 2, "value": "50" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 12776, + "offset": 12903, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12957, + "offset": 13084, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 12997, + "offset": 13124, "length": 4, "value": "true" }, @@ -61755,182 +62112,168 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 11858, + "offset": 12087, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 11867, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", - "kind": "StringLiteral", - "offset": 11996, - "length": 10, - "value": "\"\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", - "kind": "StringLiteral", - "offset": 12005, + "offset": 12096, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 12528, + "offset": 12624, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 12537, + "offset": 12633, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 12645, + "offset": 12741, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 12800, + "offset": 12896, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 13574, + "offset": 13670, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 14005, + "offset": 14101, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 15086, + "offset": 15182, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 15237, + "offset": 15333, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 15531, + "offset": 15627, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 15540, + "offset": 15636, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 15757, + "offset": 15853, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 16242, + "offset": 16338, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 16416, + "offset": 16512, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 16857, + "offset": 16953, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 17197, + "offset": 17293, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 17229, + "offset": 17325, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 17618, + "offset": 17714, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 17710, + "offset": 17806, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 18569, + "offset": 18665, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 18638, + "offset": 18734, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 18796, + "offset": 18892, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 18885, + "offset": 18981, "length": 1, "value": "1" }, @@ -64275,56 +64618,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1598, + "offset": 1628, "length": 2, "value": "25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1608, + "offset": 1638, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1619, + "offset": 1649, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1629, + "offset": 1659, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 2845, + "offset": 2875, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "StringLiteral", - "offset": 2949, + "offset": 2979, "length": 3, "value": "\"0\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 4126, + "offset": 4156, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "BooleanLiteral", - "offset": 4442, + "offset": 4472, "length": 4, "value": "true" }, @@ -78359,476 +78702,476 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2557, + "offset": 2642, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2673, + "offset": 2758, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2725, + "offset": 2810, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2776, + "offset": 2861, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2929, + "offset": 3014, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3022, + "offset": 3107, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3070, + "offset": 3155, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "StringLiteral", - "offset": 3116, + "offset": 3201, "length": 3, "value": "\"M\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3274, + "offset": 3359, "length": 1, "value": "8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3333, + "offset": 3418, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3382, + "offset": 3467, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3434, + "offset": 3519, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3486, + "offset": 3571, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3600, + "offset": 3685, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3652, + "offset": 3737, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3842, + "offset": 3927, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3893, + "offset": 3978, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4039, + "offset": 4124, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 4124, + "offset": 4209, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4163, + "offset": 4248, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 4354, + "offset": 4439, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4394, + "offset": 4479, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 4571, + "offset": 4656, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4673, + "offset": 4758, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4802, + "offset": 4887, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 4884, + "offset": 4969, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4920, + "offset": 5005, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 5085, + "offset": 5170, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5122, + "offset": 5207, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 5290, + "offset": 5375, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5386, + "offset": 5471, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 5497, + "offset": 5582, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5581, + "offset": 5666, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5620, + "offset": 5705, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5665, + "offset": 5750, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5930, + "offset": 6015, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5980, + "offset": 6065, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 6220, + "offset": 6305, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 6269, + "offset": 6354, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 6460, + "offset": 6545, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 6557, + "offset": 6642, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 6736, + "offset": 6821, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 6956, + "offset": 7041, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7003, + "offset": 7088, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7079, + "offset": 7164, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7254, + "offset": 7339, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7410, + "offset": 7495, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7862, + "offset": 7947, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8004, + "offset": 8089, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8012, + "offset": 8097, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "StringLiteral", - "offset": 8061, + "offset": 8146, "length": 6, "value": "\"• \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 8111, + "offset": 8196, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8274, + "offset": 8359, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "FloatLiteral", - "offset": 8568, + "offset": 8653, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8620, + "offset": 8705, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8815, + "offset": 8900, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 9288, + "offset": 9373, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "StringLiteral", - "offset": 9494, + "offset": 9579, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 9729, + "offset": 9814, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10034, + "offset": 10119, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10177, + "offset": 10262, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "FloatLiteral", - "offset": 10201, + "offset": 10286, "length": 3, "value": "0.4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10261, + "offset": 10346, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 10313, + "offset": 10398, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10371, + "offset": 10456, "length": 2, "value": "50" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 10412, + "offset": 10497, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10475, + "offset": 10560, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 10515, + "offset": 10600, "length": 4, "value": "true" }, @@ -79913,434 +80256,434 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 4491, + "offset": 4493, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 5081, + "offset": 5083, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 5341, + "offset": 5343, "length": 2, "value": "50" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 5382, + "offset": 5384, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 5442, + "offset": 5444, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 5556, + "offset": 5558, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 5761, + "offset": 5763, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 5803, + "offset": 5805, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6054, + "offset": 6056, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6062, + "offset": 6064, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "StringLiteral", - "offset": 6111, + "offset": 6113, "length": 6, "value": "\"• \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6228, + "offset": 6230, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6416, + "offset": 6418, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6624, + "offset": 6626, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 6659, + "offset": 6661, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7176, + "offset": 7178, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7188, + "offset": 7190, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7323, + "offset": 7325, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7331, + "offset": 7333, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7457, + "offset": 7459, "length": 5, "value": "0.250" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7471, + "offset": 7473, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 8038, + "offset": 8040, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 8258, + "offset": 8260, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 8296, + "offset": 8298, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 8831, + "offset": 8833, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 8843, + "offset": 8845, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 8981, + "offset": 8983, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 8989, + "offset": 8991, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 9115, + "offset": 9117, "length": 5, "value": "0.250" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 9129, + "offset": 9131, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 9700, + "offset": 9702, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 9910, + "offset": 9912, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 9946, + "offset": 9948, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10302, + "offset": 10304, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10314, + "offset": 10316, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10450, + "offset": 10452, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10458, + "offset": 10460, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10584, + "offset": 10586, "length": 5, "value": "0.250" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10598, + "offset": 10600, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 10843, + "offset": 10845, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 11058, + "offset": 11060, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 11263, + "offset": 11265, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 11298, + "offset": 11300, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 11869, + "offset": 11871, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 11881, + "offset": 11883, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12016, + "offset": 12018, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12024, + "offset": 12026, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12150, + "offset": 12152, "length": 5, "value": "0.250" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12164, + "offset": 12166, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12405, + "offset": 12407, "length": 3, "value": "0.3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 12587, + "offset": 12589, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 12640, + "offset": 12642, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 12695, + "offset": 12697, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 12753, + "offset": 12755, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 12989, + "offset": 12991, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 13029, + "offset": 13031, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 13102, + "offset": 13104, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 13308, + "offset": 13310, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 13347, + "offset": 13349, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 13689, + "offset": 13691, "length": 2, "value": "17" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 13889, + "offset": 13891, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 14043, + "offset": 14045, "length": 3, "value": "0.3" }, @@ -84263,6 +84606,419 @@ "offset": 1145, "length": 3, "value": "\"p\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 18, + "value": "\"ColorAuthorBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 17, + "value": "\"ColorBackground\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 949, + "length": 14, + "value": "\"ColorBorder1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 17, + "value": "\"ColorChatBubble\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1262, + "length": 18, + "value": "\"ColorEditorPicks\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1410, + "length": 12, + "value": "\"ColorError\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1552, + "length": 12, + "value": "\"ColorIcons\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1700, + "length": 15, + "value": "\"ColorInputBox\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1863, + "length": 21, + "value": "\"ColorModeratorBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2032, + "length": 21, + "value": "\"ColorNewCommentText\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2185, + "length": 13, + "value": "\"ColorPinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 18, + "value": "\"ColorPinnedBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2492, + "length": 14, + "value": "\"ColorPrimary\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2650, + "length": 19, + "value": "\"ColorPrimaryLight\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2807, + "length": 16, + "value": "\"ColorSeparator\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2953, + "length": 12, + "value": "\"ColorText1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3095, + "length": 12, + "value": "\"ColorText2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3255, + "length": 21, + "value": "\"ColorThreadingLines\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3410, + "length": 14, + "value": "\"ColorWarning\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3662, + "length": 14, + "value": "\"chevron-down\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3813, + "length": 16, + "value": "\"default_avatar\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3967, + "length": 17, + "value": "\"icon_arrow_down\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4118, + "length": 15, + "value": "\"icon_arrow_up\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4289, + "length": 26, + "value": "\"icon_awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4442, + "length": 11, + "value": "\"icon_bell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4582, + "length": 12, + "value": "\"icon_check\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 14, + "value": "\"icon_check_1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4873, + "length": 14, + "value": "\"icon_comment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5022, + "length": 15, + "value": "\"icon_comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5168, + "length": 13, + "value": "\"icon_delete\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5314, + "length": 14, + "value": "\"icon_dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5482, + "length": 25, + "value": "\"icon_dislike_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5634, + "length": 11, + "value": "\"icon_dots\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5785, + "length": 18, + "value": "\"icon_editor_pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5938, + "length": 15, + "value": "\"icon_featured\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6080, + "length": 11, + "value": "\"icon_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6239, + "length": 22, + "value": "\"icon_flag_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6388, + "length": 11, + "value": "\"icon_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6529, + "length": 13, + "value": "\"icon_like_2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6690, + "length": 22, + "value": "\"icon_like_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6839, + "length": 11, + "value": "\"icon_mute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6987, + "length": 16, + "value": "\"icon_newspaper\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7134, + "length": 13, + "value": "\"icon_person\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7291, + "length": 20, + "value": "\"icon_person_filled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7442, + "length": 13, + "value": "\"icon_pinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7582, + "length": 11, + "value": "\"icon_plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7720, + "length": 11, + "value": "\"icon_poll\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7860, + "length": 12, + "value": "\"icon_reply\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8022, + "length": 23, + "value": "\"icon_reply_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8172, + "length": 11, + "value": "\"icon_send\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8312, + "length": 12, + "value": "\"icon_share\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8451, + "length": 11, + "value": "\"icon_sort\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8591, + "length": 12, + "value": "\"icon_topic\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8738, + "length": 15, + "value": "\"icon_trending\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8899, + "length": 21, + "value": "\"icon_trending_empty\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9053, + "length": 14, + "value": "\"icon_twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9198, + "length": 13, + "value": "\"icon_typing\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9342, + "length": 13, + "value": "\"icon_unmute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphoneos\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9490, + "length": 15, + "value": "\"viafoura_logo\"" } ] } \ No newline at end of file diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface index 935fceb9..af10b62d 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) // swift-module-flags: -target arm64-apple-ios15.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation @@ -7,15 +7,18 @@ import AdSupport import AppTrackingTransparency import CoreLocation import CoreTelephony +import DeveloperToolsSupport import Foundation import Network import SafariServices import Swift +import SwiftUI import SystemConfiguration import UIKit import WebKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { @objc deinit } diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e index e4460c4f..0e9fbf5a 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) // swift-module-flags: -target arm64-apple-ios15.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation @@ -7,15 +7,18 @@ import AdSupport import AppTrackingTransparency import CoreLocation import CoreTelephony +import DeveloperToolsSupport import Foundation import Network import SafariServices import Swift +import SwiftUI import SystemConfiguration import UIKit import WebKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { @objc deinit } diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftdoc b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftdoc index 45546266..92f3cac3 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftdoc and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface index 935fceb9..af10b62d 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) // swift-module-flags: -target arm64-apple-ios15.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation @@ -7,15 +7,18 @@ import AdSupport import AppTrackingTransparency import CoreLocation import CoreTelephony +import DeveloperToolsSupport import Foundation import Network import SafariServices import Swift +import SwiftUI import SystemConfiguration import UIKit import WebKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { @objc deinit } diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e index e4460c4f..0e9fbf5a 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) // swift-module-flags: -target arm64-apple-ios15.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation @@ -7,15 +7,18 @@ import AdSupport import AppTrackingTransparency import CoreLocation import CoreTelephony +import DeveloperToolsSupport import Foundation import Network import SafariServices import Swift +import SwiftUI import SystemConfiguration import UIKit import WebKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { @objc deinit } diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index 6d65673f..8a118ba2 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib index 042d80a7..8b307afb 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib index 8e778cde..54e4c2c1 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index df1c318a..7f09d586 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index bde7f605..f6f13866 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index 21a1da0f..1e1435fd 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib index 93a3668b..b9103353 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index 37d7a325..807d0eca 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib index c2cd87ac..4a21de4f 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index c2a16232..6441622e 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib index 0d6227ae..5d180ba6 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib index e9aa4ad8..5819f665 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib index bef0a7a5..5e57f561 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK index 218243ef..c1808262 100755 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist index c1b0c1e4..27af1627 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom index e70e9b0d..65ba4939 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib index f9a126cd..00aeec36 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Assets.car b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Assets.car similarity index 65% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Assets.car rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Assets.car index 85261e2c..4397e9e3 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Assets.car and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Assets.car differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/BottomPickerViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/BottomPickerViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/BottomPickerViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/BottomPickerViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib new file mode 100644 index 00000000..aaa53c16 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/ChatContainerSettingsViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/ChatContainerSettingsViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/ChatContainerSettingsViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/ChatContainerSettingsViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib new file mode 100644 index 00000000..9c9a83c6 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/ChatsTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/ChatsTableViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/ChatsTableViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/ChatsTableViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib new file mode 100644 index 00000000..81b2d137 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/ChatReplyViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/ChatReplyViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/ChatReplyViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/ChatReplyViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib similarity index 58% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib index f602a3fd..6f7921d0 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/CommentContainerSettingsViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/CommentContainerSettingsViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/CommentContainerSettingsViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/CommentContainerSettingsViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib new file mode 100644 index 00000000..59710a2e Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/CommentsTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/CommentsTableViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/CommentsTableViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/CommentsTableViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib new file mode 100644 index 00000000..d66e22d8 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h new file mode 100644 index 00000000..6f69d294 --- /dev/null +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h @@ -0,0 +1,1612 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) +#ifndef VIAFOURASDK_SWIFT_H +#define VIAFOURASDK_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" +#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 +# 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 !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 !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 !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 !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#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 !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 !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 +#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 __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 !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 +#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 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 Foundation; +@import UIKit; +#endif + +#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" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ViafouraSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + + +@class NSString; +@class NSBundle; +@class NSCoder; + +SWIFT_CLASS("_TtC11ViafouraSDK18VFUIViewController") +@interface VFUIViewController : UIViewController +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK23ChatReplyViewController") +@interface ChatReplyViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + +@class UITextView; + +@interface ChatReplyViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)textViewDidChange:(UITextView * _Nonnull)textView; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK24SingleChatViewController") +@interface SingleChatViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + + + + + + + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK8VFAdView") +@interface VFAdView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK17VFAllCommentsView") +@interface VFAllCommentsView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK12VFAuthorView") +@interface VFAuthorView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK24VFAwaitingModerationView") +@interface VFAwaitingModerationView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK8VFButton") +@interface VFButton : UIButton +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@property (nonatomic, getter=isEnabled) BOOL enabled; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController") +@interface VFCarouselTrendingViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + +@class UICollectionView; +@class NSIndexPath; +@class UICollectionViewCell; + +@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + +@class UICollectionViewLayout; + +@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (UIEdgeInsets)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout insetForSectionAtIndex:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (CGSize)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK19VFContentEditedView") +@interface VFContentEditedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK20VFContentRemovedView") +@interface VFContentRemovedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK17VFCustomBadgeView") +@interface VFCustomBadgeView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK14VFDisabledView") +@interface VFDisabledView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK17VFEditorPicksView") +@interface VFEditorPicksView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK16VFEmptyChatsView") +@interface VFEmptyChatsView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK19VFEmptyCommentsView") +@interface VFEmptyCommentsView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK21VFEmptyModerationView") +@interface VFEmptyModerationView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK16VFEnablePushView") +@interface VFEnablePushView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK14VFFeaturedView") +@interface VFFeaturedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK11VFFlagsView") +@interface VFFlagsView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK12VFFollowView") +@interface VFFollowView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + +@class UIImage; + +SWIFT_CLASS("_TtC11ViafouraSDK11VFImageView") +@interface VFImageView : UIImageView +- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image highlightedImage:(UIImage * _Nullable)highlightedImage OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=3.0); +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK7VFLabel") +@interface VFLabel : UILabel +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK24VFLiveBlogViewController") +@interface VFLiveBlogViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK24VFLiveChatViewController") +@interface VFLiveChatViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + +@interface VFLiveChatViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)textViewDidChange:(UITextView * _Nonnull)textView; +@end + + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK10VFLiveView") +@interface VFLiveView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK13VFLoadingView") +@interface VFLoadingView : UIActivityIndicatorView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithActivityIndicatorStyle:(UIActivityIndicatorViewStyle)style SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK15VFModeratorView") +@interface VFModeratorView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") +@interface VFNewCommentViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +@property (nonatomic, readonly) BOOL canBecomeFirstResponder; +@property (nonatomic, readonly) BOOL canResignFirstResponder; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +@protocol UIViewControllerTransitionCoordinator; + +@interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id _Nonnull)coordinator; +@end + + + +@interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)textViewDidChange:(UITextView * _Nonnull)textView; +@end + + + +SWIFT_CLASS("_TtC11ViafouraSDK29VFNewCommentsNotificationView") +@interface VFNewCommentsNotificationView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK28VFNewRepliesNotificationView") +@interface VFNewRepliesNotificationView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK22VFNotificationBellView") +@interface VFNotificationBellView : UIView +@property (nonatomic) CGRect bounds; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + + +SWIFT_CLASS("_TtC11ViafouraSDK12VFPinnedView") +@interface VFPinnedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController") +@interface VFPollViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + +@class UITextField; + +@interface VFPollViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (BOOL)textFieldShouldReturn:(UITextField * _Nonnull)textField SWIFT_WARN_UNUSED_RESULT; +@end + + + +SWIFT_CLASS("_TtC11ViafouraSDK23VFPoweredByViafouraView") +@interface VFPoweredByViafouraView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK31VFPreviewCommentsViewController") +@interface VFPreviewCommentsViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + +@interface VFPreviewCommentsViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent; +@end + + + + + + + + + + + + + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController") +@interface VFProfileViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + +@class UIImagePickerController; + +@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)imagePickerController:(UIImagePickerController * _Nonnull)picker didFinishPickingMediaWithInfo:(NSDictionary * _Nonnull)info; +@end + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK16VFScrollDownView") +@interface VFScrollDownView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK18VFSegmentedControl") +@interface VFSegmentedControl : UISegmentedControl +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithItems:(NSArray * _Nullable)items SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK15VFSeparatorView") +@interface VFSeparatorView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK10VFSpamView") +@interface VFSpamView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK9VFTabView") +@interface VFTabView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK11VFTextField") +@interface VFTextField : UITextField +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + +@class NSTextContainer; + +SWIFT_CLASS("_TtC11ViafouraSDK10VFTextView") +@interface VFTextView : UITextView +- (nonnull instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer * _Nullable)textContainer OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=7.0); +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK13VFTrustedView") +@interface VFTrustedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + + +SWIFT_CLASS("_TtC11ViafouraSDK32VFVerticalTrendingViewController") +@interface VFVerticalTrendingViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + +@class UITableView; +@class UITableViewCell; + +@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT; +- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK27ViewChatReplyViewController") +@interface ViewChatReplyViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder 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.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) +#ifndef VIAFOURASDK_SWIFT_H +#define VIAFOURASDK_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" +#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 +# 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 !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 !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 !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 !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#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 !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 !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 +#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 __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 !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 +#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 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 Foundation; +@import UIKit; +#endif + +#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" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ViafouraSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + + +@class NSString; +@class NSBundle; +@class NSCoder; + +SWIFT_CLASS("_TtC11ViafouraSDK18VFUIViewController") +@interface VFUIViewController : UIViewController +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK23ChatReplyViewController") +@interface ChatReplyViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + +@class UITextView; + +@interface ChatReplyViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)textViewDidChange:(UITextView * _Nonnull)textView; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK24SingleChatViewController") +@interface SingleChatViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + + + + + + + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK8VFAdView") +@interface VFAdView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK17VFAllCommentsView") +@interface VFAllCommentsView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK12VFAuthorView") +@interface VFAuthorView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK24VFAwaitingModerationView") +@interface VFAwaitingModerationView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK8VFButton") +@interface VFButton : UIButton +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@property (nonatomic, getter=isEnabled) BOOL enabled; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController") +@interface VFCarouselTrendingViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + +@class UICollectionView; +@class NSIndexPath; +@class UICollectionViewCell; + +@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + +@class UICollectionViewLayout; + +@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (UIEdgeInsets)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout insetForSectionAtIndex:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (CGSize)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK19VFContentEditedView") +@interface VFContentEditedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK20VFContentRemovedView") +@interface VFContentRemovedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK17VFCustomBadgeView") +@interface VFCustomBadgeView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK14VFDisabledView") +@interface VFDisabledView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK17VFEditorPicksView") +@interface VFEditorPicksView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK16VFEmptyChatsView") +@interface VFEmptyChatsView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK19VFEmptyCommentsView") +@interface VFEmptyCommentsView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK21VFEmptyModerationView") +@interface VFEmptyModerationView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK16VFEnablePushView") +@interface VFEnablePushView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK14VFFeaturedView") +@interface VFFeaturedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK11VFFlagsView") +@interface VFFlagsView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK12VFFollowView") +@interface VFFollowView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + +@class UIImage; + +SWIFT_CLASS("_TtC11ViafouraSDK11VFImageView") +@interface VFImageView : UIImageView +- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image highlightedImage:(UIImage * _Nullable)highlightedImage OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=3.0); +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK7VFLabel") +@interface VFLabel : UILabel +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK24VFLiveBlogViewController") +@interface VFLiveBlogViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK24VFLiveChatViewController") +@interface VFLiveChatViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + +@interface VFLiveChatViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)textViewDidChange:(UITextView * _Nonnull)textView; +@end + + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK10VFLiveView") +@interface VFLiveView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK13VFLoadingView") +@interface VFLoadingView : UIActivityIndicatorView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithActivityIndicatorStyle:(UIActivityIndicatorViewStyle)style SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK15VFModeratorView") +@interface VFModeratorView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") +@interface VFNewCommentViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +@property (nonatomic, readonly) BOOL canBecomeFirstResponder; +@property (nonatomic, readonly) BOOL canResignFirstResponder; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +@protocol UIViewControllerTransitionCoordinator; + +@interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id _Nonnull)coordinator; +@end + + + +@interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)textViewDidChange:(UITextView * _Nonnull)textView; +@end + + + +SWIFT_CLASS("_TtC11ViafouraSDK29VFNewCommentsNotificationView") +@interface VFNewCommentsNotificationView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK28VFNewRepliesNotificationView") +@interface VFNewRepliesNotificationView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK22VFNotificationBellView") +@interface VFNotificationBellView : UIView +@property (nonatomic) CGRect bounds; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + + +SWIFT_CLASS("_TtC11ViafouraSDK12VFPinnedView") +@interface VFPinnedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController") +@interface VFPollViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + +@class UITextField; + +@interface VFPollViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (BOOL)textFieldShouldReturn:(UITextField * _Nonnull)textField SWIFT_WARN_UNUSED_RESULT; +@end + + + +SWIFT_CLASS("_TtC11ViafouraSDK23VFPoweredByViafouraView") +@interface VFPoweredByViafouraView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK31VFPreviewCommentsViewController") +@interface VFPreviewCommentsViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + +@interface VFPreviewCommentsViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent; +@end + + + + + + + + + + + + + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController") +@interface VFProfileViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + +@class UIImagePickerController; + +@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (void)imagePickerController:(UIImagePickerController * _Nonnull)picker didFinishPickingMediaWithInfo:(NSDictionary * _Nonnull)info; +@end + + + + + + +SWIFT_CLASS("_TtC11ViafouraSDK16VFScrollDownView") +@interface VFScrollDownView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK18VFSegmentedControl") +@interface VFSegmentedControl : UISegmentedControl +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithItems:(NSArray * _Nullable)items SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK15VFSeparatorView") +@interface VFSeparatorView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK10VFSpamView") +@interface VFSpamView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK9VFTabView") +@interface VFTabView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK11VFTextField") +@interface VFTextField : UITextField +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + +@class NSTextContainer; + +SWIFT_CLASS("_TtC11ViafouraSDK10VFTextView") +@interface VFTextView : UITextView +- (nonnull instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer * _Nullable)textContainer OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=7.0); +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK13VFTrustedView") +@interface VFTrustedView : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; +@end + + + +SWIFT_CLASS("_TtC11ViafouraSDK32VFVerticalTrendingViewController") +@interface VFVerticalTrendingViewController : VFUIViewController +- (void)viewDidLoad; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@end + + + + + +@class UITableView; +@class UITableViewCell; + +@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) +- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT; +- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; +- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; +- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath; +@end + + +SWIFT_CLASS("_TtC11ViafouraSDK27ViewChatReplyViewController") +@interface ViewChatReplyViewController : VFUIViewController +- (void)viewDidLoad; +- (void)viewDidAppear:(BOOL)animated; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder 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/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Info.plist similarity index 55% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Info.plist index 539b05be..d153a827 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Info.plist and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Info.plist differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/VFLiveBlogViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/VFLiveBlogViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/VFLiveBlogViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/VFLiveBlogViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib new file mode 100644 index 00000000..06074657 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib new file mode 100644 index 00000000..b2ea22a6 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib similarity index 73% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index 0cfd881a..d350b2c6 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 00000000..93e70473 --- /dev/null +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,85024 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFModeratorView", + "printedName": "VFModeratorView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFModeratorView", + "mangledName": "$s11ViafouraSDK15VFModeratorViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDislikeChatError", + "printedName": "VFDislikeChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFDislikeChatError.Type) -> ViafouraSDK.VFDislikeChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDislikeChatError", + "printedName": "ViafouraSDK.VFDislikeChatError", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFDislikeChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDislikeChatError", + "printedName": "ViafouraSDK.VFDislikeChatError", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFDislikeChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFDislikeChatError", + "printedName": "ViafouraSDK.VFDislikeChatError", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFDislikeChatError", + "printedName": "ViafouraSDK.VFDislikeChatError", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFDislikeChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFDislikeChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFDislikeChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFDislikeChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFDislikeChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFDislikeChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFDislikeChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFDislikeChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFDislikeChatErrorO", + "mangledName": "$s11ViafouraSDK18VFDislikeChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEditorPicksView", + "printedName": "VFEditorPicksView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFEditorPicksView", + "mangledName": "$s11ViafouraSDK17VFEditorPicksViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFColors", + "printedName": "VFColors", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(colorPrimary:colorPrimaryLight:colorBackground:colorSeparator:colorAvatars:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFColors", + "printedName": "ViafouraSDK.VFColors", + "usr": "s:11ViafouraSDK8VFColorsV" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK8VFColorsV12colorPrimary0dE5Light0D10Background0D9Separator0D7AvatarsACSo7UIColorC_A3JSayAJGtcfc", + "mangledName": "$s11ViafouraSDK8VFColorsV12colorPrimary0dE5Light0D10Background0D9Separator0D7AvatarsACSo7UIColorC_A3JSayAJGtcfc", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:11ViafouraSDK8VFColorsV", + "mangledName": "$s11ViafouraSDK8VFColorsV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDefaultColors", + "printedName": "VFDefaultColors", + "children": [ + { + "kind": "Function", + "name": "colorBackgroundDefault", + "printedName": "colorBackgroundDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV22colorBackgroundDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV22colorBackgroundDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorText1Default", + "printedName": "colorText1Default(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV17colorText1DefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV17colorText1DefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorText2Default", + "printedName": "colorText2Default(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV17colorText2DefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV17colorText2DefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorSeparatorDefault", + "printedName": "colorSeparatorDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV21colorSeparatorDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV21colorSeparatorDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorErrorDefault", + "printedName": "colorErrorDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV17colorErrorDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV17colorErrorDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorWarningDefault", + "printedName": "colorWarningDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV19colorWarningDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV19colorWarningDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorEditorPicksDefault", + "printedName": "colorEditorPicksDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV23colorEditorPicksDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV23colorEditorPicksDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorThreadingLines", + "printedName": "colorThreadingLines(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV19colorThreadingLinesySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV19colorThreadingLinesySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorChatBubbleDefault", + "printedName": "colorChatBubbleDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV22colorChatBubbleDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV22colorChatBubbleDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorPinnedDefault", + "printedName": "colorPinnedDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV18colorPinnedDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV18colorPinnedDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorPinnedBadgeDefault", + "printedName": "colorPinnedBadgeDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV23colorPinnedBadgeDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV23colorPinnedBadgeDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorPrimaryDefault", + "printedName": "colorPrimaryDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV19colorPrimaryDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV19colorPrimaryDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorPrimaryLightDefault", + "printedName": "colorPrimaryLightDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV24colorPrimaryLightDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV24colorPrimaryLightDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorBorder1Default", + "printedName": "colorBorder1Default(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV19colorBorder1DefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV19colorBorder1DefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorAuthorBadgeDefault", + "printedName": "colorAuthorBadgeDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV23colorAuthorBadgeDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV23colorAuthorBadgeDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorModeratorBadgeDefault", + "printedName": "colorModeratorBadgeDefault(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV26colorModeratorBadgeDefaultySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV26colorModeratorBadgeDefaultySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorNewCommentText", + "printedName": "colorNewCommentText(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV19colorNewCommentTextySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV19colorNewCommentTextySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorIcons", + "printedName": "colorIcons(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV10colorIconsySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV10colorIconsySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "colorInputBox", + "printedName": "colorInputBox(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFDefaultColorsV13colorInputBoxySo7UIColorCAA7VFThemeOFZ", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV13colorInputBoxySo7UIColorCAA7VFThemeOFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:11ViafouraSDK15VFDefaultColorsV", + "mangledName": "$s11ViafouraSDK15VFDefaultColorsV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSingleStoryError", + "printedName": "VFSingleStoryError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSingleStoryError.Type) -> ViafouraSDK.VFSingleStoryError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSingleStoryError", + "printedName": "ViafouraSDK.VFSingleStoryError", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSingleStoryError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSingleStoryError", + "printedName": "ViafouraSDK.VFSingleStoryError", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFSingleStoryErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFSingleStoryError", + "printedName": "ViafouraSDK.VFSingleStoryError", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFSingleStoryError", + "printedName": "ViafouraSDK.VFSingleStoryError", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFSingleStoryErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFSingleStoryErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFSingleStoryErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFSingleStoryErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFSingleStoryErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFSingleStoryErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFSingleStoryErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFSingleStoryErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFSingleStoryErrorO", + "mangledName": "$s11ViafouraSDK18VFSingleStoryErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFAwaitingModerationView", + "printedName": "VFAwaitingModerationView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAwaitingModerationView", + "mangledName": "$s11ViafouraSDK24VFAwaitingModerationViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEmptyModerationView", + "printedName": "VFEmptyModerationView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFEmptyModerationView", + "mangledName": "$s11ViafouraSDK21VFEmptyModerationViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCreateCommentReplyError", + "printedName": "VFCreateCommentReplyError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCreateCommentReplyError.Type) -> ViafouraSDK.VFCreateCommentReplyError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateCommentReplyError", + "printedName": "ViafouraSDK.VFCreateCommentReplyError", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCreateCommentReplyError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateCommentReplyError", + "printedName": "ViafouraSDK.VFCreateCommentReplyError", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "unauthorized", + "printedName": "unauthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCreateCommentReplyError.Type) -> ViafouraSDK.VFCreateCommentReplyError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateCommentReplyError", + "printedName": "ViafouraSDK.VFCreateCommentReplyError", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCreateCommentReplyError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateCommentReplyError", + "printedName": "ViafouraSDK.VFCreateCommentReplyError", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO12unauthorizedyA2CmF", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO12unauthorizedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCreateCommentReplyError", + "printedName": "ViafouraSDK.VFCreateCommentReplyError", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCreateCommentReplyError", + "printedName": "ViafouraSDK.VFCreateCommentReplyError", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK25VFCreateCommentReplyErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK25VFCreateCommentReplyErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK25VFCreateCommentReplyErrorO", + "mangledName": "$s11ViafouraSDK25VFCreateCommentReplyErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFTextField", + "printedName": "VFTextField", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTextField", + "printedName": "ViafouraSDK.VFTextField", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextField" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextField(im)initWithFrame:", + "mangledName": "$s11ViafouraSDK11VFTextFieldC5frameACSo6CGRectV_tcfc", + "moduleName": "ViafouraSDK", + "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": "ViafouraSDK.VFTextField?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTextField", + "printedName": "ViafouraSDK.VFTextField", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextField" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextField(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK11VFTextFieldC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextField", + "mangledName": "$s11ViafouraSDK11VFTextFieldC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UITextField", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UITextField", + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDeleteStoryError", + "printedName": "VFDeleteStoryError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFDeleteStoryError.Type) -> ViafouraSDK.VFDeleteStoryError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDeleteStoryError", + "printedName": "ViafouraSDK.VFDeleteStoryError", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFDeleteStoryError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDeleteStoryError", + "printedName": "ViafouraSDK.VFDeleteStoryError", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFDeleteStoryErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFDeleteStoryError", + "printedName": "ViafouraSDK.VFDeleteStoryError", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFDeleteStoryError", + "printedName": "ViafouraSDK.VFDeleteStoryError", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFDeleteStoryErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFDeleteStoryErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFDeleteStoryErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFDeleteStoryErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFDeleteStoryErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFDeleteStoryErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFDeleteStoryErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFDeleteStoryErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFDeleteStoryErrorO", + "mangledName": "$s11ViafouraSDK18VFDeleteStoryErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLoginStatus", + "printedName": "VFLoginStatus", + "children": [ + { + "kind": "Var", + "name": "notLoggedIn", + "printedName": "notLoggedIn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoginStatus.Type) -> ViafouraSDK.VFLoginStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginStatus", + "printedName": "ViafouraSDK.VFLoginStatus", + "usr": "s:11ViafouraSDK13VFLoginStatusO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFLoginStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginStatus", + "printedName": "ViafouraSDK.VFLoginStatus", + "usr": "s:11ViafouraSDK13VFLoginStatusO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK13VFLoginStatusO11notLoggedInyA2CmF", + "mangledName": "$s11ViafouraSDK13VFLoginStatusO11notLoggedInyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "loggedIn", + "printedName": "loggedIn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoginStatus.Type) -> ViafouraSDK.VFLoginStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginStatus", + "printedName": "ViafouraSDK.VFLoginStatus", + "usr": "s:11ViafouraSDK13VFLoginStatusO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFLoginStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginStatus", + "printedName": "ViafouraSDK.VFLoginStatus", + "usr": "s:11ViafouraSDK13VFLoginStatusO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK13VFLoginStatusO8loggedInyA2CmF", + "mangledName": "$s11ViafouraSDK13VFLoginStatusO8loggedInyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFLoginStatus", + "printedName": "ViafouraSDK.VFLoginStatus", + "usr": "s:11ViafouraSDK13VFLoginStatusO" + }, + { + "kind": "TypeNominal", + "name": "VFLoginStatus", + "printedName": "ViafouraSDK.VFLoginStatus", + "usr": "s:11ViafouraSDK13VFLoginStatusO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK13VFLoginStatusO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK13VFLoginStatusO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK13VFLoginStatusO9hashValueSivp", + "mangledName": "$s11ViafouraSDK13VFLoginStatusO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK13VFLoginStatusO9hashValueSivg", + "mangledName": "$s11ViafouraSDK13VFLoginStatusO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK13VFLoginStatusO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK13VFLoginStatusO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK13VFLoginStatusO", + "mangledName": "$s11ViafouraSDK13VFLoginStatusO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "VFLoginStatusError", + "printedName": "VFLoginStatusError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoginStatusError.Type) -> ViafouraSDK.VFLoginStatusError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginStatusError", + "printedName": "ViafouraSDK.VFLoginStatusError", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFLoginStatusError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginStatusError", + "printedName": "ViafouraSDK.VFLoginStatusError", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFLoginStatusErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFLoginStatusError", + "printedName": "ViafouraSDK.VFLoginStatusError", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFLoginStatusError", + "printedName": "ViafouraSDK.VFLoginStatusError", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFLoginStatusErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFLoginStatusErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFLoginStatusErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFLoginStatusErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFLoginStatusErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFLoginStatusErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFLoginStatusErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFLoginStatusErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO", + "mangledName": "$s11ViafouraSDK18VFLoginStatusErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnflagCommentError", + "printedName": "VFUnflagCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnflagCommentError.Type) -> ViafouraSDK.VFUnflagCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnflagCommentError", + "printedName": "ViafouraSDK.VFUnflagCommentError", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnflagCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnflagCommentError", + "printedName": "ViafouraSDK.VFUnflagCommentError", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFUnflagCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnflagCommentError", + "printedName": "ViafouraSDK.VFUnflagCommentError", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnflagCommentError", + "printedName": "ViafouraSDK.VFUnflagCommentError", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFUnflagCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFUnflagCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFUnflagCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFUnflagCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFUnflagCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFUnflagCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFUnflagCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFUnflagCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFUnflagCommentErrorO", + "mangledName": "$s11ViafouraSDK20VFUnflagCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnlikeStoryError", + "printedName": "VFUnlikeStoryError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnlikeStoryError.Type) -> ViafouraSDK.VFUnlikeStoryError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnlikeStoryError", + "printedName": "ViafouraSDK.VFUnlikeStoryError", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnlikeStoryError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnlikeStoryError", + "printedName": "ViafouraSDK.VFUnlikeStoryError", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFUnlikeStoryErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnlikeStoryError", + "printedName": "ViafouraSDK.VFUnlikeStoryError", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnlikeStoryError", + "printedName": "ViafouraSDK.VFUnlikeStoryError", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFUnlikeStoryErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFUnlikeStoryErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFUnlikeStoryErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFUnlikeStoryErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFUnlikeStoryErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFUnlikeStoryErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFUnlikeStoryErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFUnlikeStoryErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFUnlikeStoryErrorO", + "mangledName": "$s11ViafouraSDK18VFUnlikeStoryErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFAdDelegate", + "printedName": "VFAdDelegate", + "children": [ + { + "kind": "Function", + "name": "generateAd", + "printedName": "generateAd(viewController:adPosition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAdView", + "printedName": "ViafouraSDK.VFAdView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAdView" + }, + { + "kind": "TypeNominal", + "name": "VFUIViewController", + "printedName": "ViafouraSDK.VFUIViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK12VFAdDelegateP10generateAd14viewController10adPositionAA0C4ViewCAA08VFUIViewH0C_SitF", + "mangledName": "$s11ViafouraSDK12VFAdDelegateP10generateAd14viewController10adPositionAA0C4ViewCAA08VFUIViewH0C_SitF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFAdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdInterval", + "printedName": "getAdInterval(viewController:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "VFUIViewController", + "printedName": "ViafouraSDK.VFUIViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK12VFAdDelegateP13getAdInterval14viewControllerSiAA08VFUIViewI0C_tF", + "mangledName": "$s11ViafouraSDK12VFAdDelegateP13getAdInterval14viewControllerSiAA08VFUIViewI0C_tF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFAdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFirstAdPosition", + "printedName": "getFirstAdPosition(viewController:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "VFUIViewController", + "printedName": "ViafouraSDK.VFUIViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK12VFAdDelegateP18getFirstAdPosition14viewControllerSiAA08VFUIViewJ0C_tF", + "mangledName": "$s11ViafouraSDK12VFAdDelegateP18getFirstAdPosition14viewControllerSiAA08VFUIViewJ0C_tF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFAdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFirstAdPosition", + "printedName": "getFirstAdPosition(viewController:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "VFUIViewController", + "printedName": "ViafouraSDK.VFUIViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK12VFAdDelegatePAAE18getFirstAdPosition14viewControllerSiAA08VFUIViewJ0C_tF", + "mangledName": "$s11ViafouraSDK12VFAdDelegatePAAE18getFirstAdPosition14viewControllerSiAA08VFUIViewJ0C_tF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFAdDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:11ViafouraSDK12VFAdDelegateP", + "mangledName": "$s11ViafouraSDK12VFAdDelegateP", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 : ObjectiveC.NSObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLocalAdDelegate", + "printedName": "VFLocalAdDelegate", + "children": [ + { + "kind": "Function", + "name": "generateAd", + "printedName": "generateAd(adPosition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAdView", + "printedName": "ViafouraSDK.VFAdView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAdView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFLocalAdDelegateP08generateD010adPositionAA8VFAdViewCSi_tF", + "mangledName": "$s11ViafouraSDK17VFLocalAdDelegateP08generateD010adPositionAA8VFAdViewCSi_tF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFLocalAdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdInterval", + "printedName": "getAdInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFLocalAdDelegateP03getD8IntervalSiyF", + "mangledName": "$s11ViafouraSDK17VFLocalAdDelegateP03getD8IntervalSiyF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFLocalAdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFirstAdPosition", + "printedName": "getFirstAdPosition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFLocalAdDelegateP08getFirstD8PositionSiyF", + "mangledName": "$s11ViafouraSDK17VFLocalAdDelegateP08getFirstD8PositionSiyF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFLocalAdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFirstAdPosition", + "printedName": "getFirstAdPosition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFLocalAdDelegatePAAE08getFirstD8PositionSiyF", + "mangledName": "$s11ViafouraSDK17VFLocalAdDelegatePAAE08getFirstD8PositionSiyF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFLocalAdDelegate>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:11ViafouraSDK17VFLocalAdDelegateP", + "mangledName": "$s11ViafouraSDK17VFLocalAdDelegateP", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 : ObjectiveC.NSObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFFlagCommentError", + "printedName": "VFFlagCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFFlagCommentError.Type) -> ViafouraSDK.VFFlagCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFlagCommentError", + "printedName": "ViafouraSDK.VFFlagCommentError", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFFlagCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFlagCommentError", + "printedName": "ViafouraSDK.VFFlagCommentError", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFFlagCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFFlagCommentError", + "printedName": "ViafouraSDK.VFFlagCommentError", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFFlagCommentError", + "printedName": "ViafouraSDK.VFFlagCommentError", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFFlagCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFFlagCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFFlagCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFFlagCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFFlagCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFFlagCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFFlagCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFFlagCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFFlagCommentErrorO", + "mangledName": "$s11ViafouraSDK18VFFlagCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLiveCommentsService", + "printedName": "VFLiveCommentsService", + "children": [ + { + "kind": "Function", + "name": "commentCount", + "printedName": "commentCount(sectionUUID:containerId:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "VFCommentCountError", + "printedName": "ViafouraSDK.VFCommentCountError", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFLiveCommentsServiceC12commentCount11sectionUUID11containerId10completiony10Foundation0I0VSg_SSys6ResultOySiAA09VFCommentG5ErrorOGctF", + "mangledName": "$s11ViafouraSDK21VFLiveCommentsServiceC12commentCount11sectionUUID11containerId10completiony10Foundation0I0VSg_SSys6ResultOySiAA09VFCommentG5ErrorOGctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "commentCount", + "printedName": "commentCount(sectionUUID:containerId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "VFCommentCountError", + "printedName": "ViafouraSDK.VFCommentCountError", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFLiveCommentsServiceC12commentCount11sectionUUID11containerIds6ResultOySiAA09VFCommentG5ErrorOG10Foundation0I0VSg_SStYaKF", + "mangledName": "$s11ViafouraSDK21VFLiveCommentsServiceC12commentCount11sectionUUID11containerIds6ResultOySiAA09VFCommentG5ErrorOG10Foundation0I0VSg_SStYaKF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:11ViafouraSDK21VFLiveCommentsServiceC", + "mangledName": "$s11ViafouraSDK21VFLiveCommentsServiceC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFChatListError", + "printedName": "VFChatListError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFChatListError.Type) -> ViafouraSDK.VFChatListError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFChatListError", + "printedName": "ViafouraSDK.VFChatListError", + "usr": "s:11ViafouraSDK15VFChatListErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFChatListError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFChatListError", + "printedName": "ViafouraSDK.VFChatListError", + "usr": "s:11ViafouraSDK15VFChatListErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15VFChatListErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK15VFChatListErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFChatListError", + "printedName": "ViafouraSDK.VFChatListError", + "usr": "s:11ViafouraSDK15VFChatListErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFChatListError", + "printedName": "ViafouraSDK.VFChatListError", + "usr": "s:11ViafouraSDK15VFChatListErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFChatListErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK15VFChatListErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFChatListErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK15VFChatListErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFChatListErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK15VFChatListErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFChatListErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK15VFChatListErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK15VFChatListErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK15VFChatListErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFChatListErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK15VFChatListErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK15VFChatListErrorO", + "mangledName": "$s11ViafouraSDK15VFChatListErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLikeStoryError", + "printedName": "VFLikeStoryError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLikeStoryError.Type) -> ViafouraSDK.VFLikeStoryError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLikeStoryError", + "printedName": "ViafouraSDK.VFLikeStoryError", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFLikeStoryError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLikeStoryError", + "printedName": "ViafouraSDK.VFLikeStoryError", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK16VFLikeStoryErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFLikeStoryError", + "printedName": "ViafouraSDK.VFLikeStoryError", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFLikeStoryError", + "printedName": "ViafouraSDK.VFLikeStoryError", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFLikeStoryErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFLikeStoryErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFLikeStoryErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFLikeStoryErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFLikeStoryErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFLikeStoryErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK16VFLikeStoryErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK16VFLikeStoryErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK16VFLikeStoryErrorO", + "mangledName": "$s11ViafouraSDK16VFLikeStoryErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUpdateUserAvatarError", + "printedName": "VFUpdateUserAvatarError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUpdateUserAvatarError.Type) -> ViafouraSDK.VFUpdateUserAvatarError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateUserAvatarError", + "printedName": "ViafouraSDK.VFUpdateUserAvatarError", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUpdateUserAvatarError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateUserAvatarError", + "printedName": "ViafouraSDK.VFUpdateUserAvatarError", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK23VFUpdateUserAvatarErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateUserAvatarError", + "printedName": "ViafouraSDK.VFUpdateUserAvatarError", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateUserAvatarError", + "printedName": "ViafouraSDK.VFUpdateUserAvatarError", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK23VFUpdateUserAvatarErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFUpdateUserAvatarErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK23VFUpdateUserAvatarErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK23VFUpdateUserAvatarErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFUpdateUserAvatarErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK23VFUpdateUserAvatarErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK23VFUpdateUserAvatarErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK23VFUpdateUserAvatarErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK23VFUpdateUserAvatarErrorO", + "mangledName": "$s11ViafouraSDK23VFUpdateUserAvatarErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFTheme", + "printedName": "VFTheme", + "children": [ + { + "kind": "Var", + "name": "dark", + "printedName": "dark", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFTheme.Type) -> ViafouraSDK.VFTheme", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFTheme.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK7VFThemeO4darkyA2CmF", + "mangledName": "$s11ViafouraSDK7VFThemeO4darkyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "light", + "printedName": "light", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFTheme.Type) -> ViafouraSDK.VFTheme", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFTheme.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK7VFThemeO5lightyA2CmF", + "mangledName": "$s11ViafouraSDK7VFThemeO5lightyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK7VFThemeO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK7VFThemeO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK7VFThemeO9hashValueSivp", + "mangledName": "$s11ViafouraSDK7VFThemeO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFThemeO9hashValueSivg", + "mangledName": "$s11ViafouraSDK7VFThemeO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK7VFThemeO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK7VFThemeO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK7VFThemeO", + "mangledName": "$s11ViafouraSDK7VFThemeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFActionCallbackType", + "printedName": "VFActionCallbackType", + "children": [ + { + "kind": "Var", + "name": "seeMoreCommentsPressed", + "printedName": "seeMoreCommentsPressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO22seeMoreCommentsPressedyA2CmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO22seeMoreCommentsPressedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "writeNewCommentPressed", + "printedName": "writeNewCommentPressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> (ViafouraSDK.VFNewCommentActionType) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFNewCommentActionType) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(actionType: ViafouraSDK.VFNewCommentActionType)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentActionType", + "printedName": "ViafouraSDK.VFNewCommentActionType", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO22writeNewCommentPressedyAcA05VFNewh6ActionE0O_tcACmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO22writeNewCommentPressedyAcA05VFNewh6ActionE0O_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "closeNewCommentPressed", + "printedName": "closeNewCommentPressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO22closeNewCommentPressedyA2CmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO22closeNewCommentPressedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "openProfilePressed", + "printedName": "openProfilePressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> (Foundation.UUID, ViafouraSDK.VFProfilePresentationType) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.UUID, ViafouraSDK.VFProfilePresentationType) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType)", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFProfilePresentationType", + "printedName": "ViafouraSDK.VFProfilePresentationType", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO18openProfilePressedyAC10Foundation4UUIDV_AA021VFProfilePresentationE0OtcACmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO18openProfilePressedyAC10Foundation4UUIDV_AA021VFProfilePresentationE0OtcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "notificationPressed", + "printedName": "notificationPressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> (ViafouraSDK.VFNotificationPresentationType) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFNotificationPresentationType) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(presentationType: ViafouraSDK.VFNotificationPresentationType)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNotificationPresentationType", + "printedName": "ViafouraSDK.VFNotificationPresentationType", + "usr": "s:11ViafouraSDK30VFNotificationPresentationTypeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO19notificationPressedyAcA026VFNotificationPresentationE0O_tcACmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO19notificationPressedyAcA026VFNotificationPresentationE0O_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "closeProfilePressed", + "printedName": "closeProfilePressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO19closeProfilePressedyA2CmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO19closeProfilePressedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingArticlePressed", + "printedName": "trendingArticlePressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> (ViafouraSDK.VFArticleMetadata, Swift.String) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFArticleMetadata, Swift.String) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO22trendingArticlePressedyAcA17VFArticleMetadataV_SStcACmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO22trendingArticlePressedyAcA17VFArticleMetadataV_SStcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentPosted", + "printedName": "commentPosted", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> (Foundation.UUID) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.UUID) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(contentUUID: Foundation.UUID)", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO13commentPostedyAC10Foundation4UUIDV_tcACmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO13commentPostedyAC10Foundation4UUIDV_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "replyPosted", + "printedName": "replyPosted", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> (Foundation.UUID) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.UUID) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(contentUUID: Foundation.UUID)", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO11replyPostedyAC10Foundation4UUIDV_tcACmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO11replyPostedyAC10Foundation4UUIDV_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "authPressed", + "printedName": "authPressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType.Type) -> (ViafouraSDK.VFAuthPromptType) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType) -> ViafouraSDK.VFActionCallbackType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(promptType: ViafouraSDK.VFAuthPromptType)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFActionCallbackType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO11authPressedyAcA012VFAuthPromptE0O_tcACmF", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO11authPressedyAcA012VFAuthPromptE0O_tcACmF", + "moduleName": "ViafouraSDK" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO", + "mangledName": "$s11ViafouraSDK20VFActionCallbackTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "VFAuthPromptType", + "printedName": "VFAuthPromptType", + "children": [ + { + "kind": "Var", + "name": "dislike", + "printedName": "dislike", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO7dislikeyA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO7dislikeyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "like", + "printedName": "like", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO4likeyA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO4likeyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "standaloneBellPressed", + "printedName": "standaloneBellPressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO21standaloneBellPressedyA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO21standaloneBellPressedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "bellPressed", + "printedName": "bellPressed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO11bellPressedyA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO11bellPressedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "header", + "printedName": "header", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO6headeryA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO6headeryA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "postContent", + "printedName": "postContent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO11postContentyA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO11postContentyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "followConversation", + "printedName": "followConversation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO18followConversationyA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO18followConversationyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "followUser", + "printedName": "followUser", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO10followUseryA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO10followUseryA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "muteUser", + "printedName": "muteUser", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFAuthPromptType.Type) -> ViafouraSDK.VFAuthPromptType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFAuthPromptType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO8muteUseryA2CmF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO8muteUseryA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + }, + { + "kind": "TypeNominal", + "name": "VFAuthPromptType", + "printedName": "ViafouraSDK.VFAuthPromptType", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFAuthPromptTypeO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFAuthPromptTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK16VFAuthPromptTypeO", + "mangledName": "$s11ViafouraSDK16VFAuthPromptTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "VFNotificationPresentationType", + "printedName": "VFNotificationPresentationType", + "children": [ + { + "kind": "Var", + "name": "profile", + "printedName": "profile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFNotificationPresentationType.Type) -> (Foundation.UUID) -> ViafouraSDK.VFNotificationPresentationType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.UUID) -> ViafouraSDK.VFNotificationPresentationType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNotificationPresentationType", + "printedName": "ViafouraSDK.VFNotificationPresentationType", + "usr": "s:11ViafouraSDK30VFNotificationPresentationTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(userUUID: Foundation.UUID)", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFNotificationPresentationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNotificationPresentationType", + "printedName": "ViafouraSDK.VFNotificationPresentationType", + "usr": "s:11ViafouraSDK30VFNotificationPresentationTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK30VFNotificationPresentationTypeO7profileyAC10Foundation4UUIDV_tcACmF", + "mangledName": "$s11ViafouraSDK30VFNotificationPresentationTypeO7profileyAC10Foundation4UUIDV_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "content", + "printedName": "content", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFNotificationPresentationType.Type) -> (Foundation.UUID, Foundation.UUID, Swift.String) -> ViafouraSDK.VFNotificationPresentationType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.UUID, Foundation.UUID, Swift.String) -> ViafouraSDK.VFNotificationPresentationType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNotificationPresentationType", + "printedName": "ViafouraSDK.VFNotificationPresentationType", + "usr": "s:11ViafouraSDK30VFNotificationPresentationTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(containerUUID: Foundation.UUID, contentUUID: Foundation.UUID, containerId: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFNotificationPresentationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNotificationPresentationType", + "printedName": "ViafouraSDK.VFNotificationPresentationType", + "usr": "s:11ViafouraSDK30VFNotificationPresentationTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK30VFNotificationPresentationTypeO7contentyAC10Foundation4UUIDV_AGSStcACmF", + "mangledName": "$s11ViafouraSDK30VFNotificationPresentationTypeO7contentyAC10Foundation4UUIDV_AGSStcACmF", + "moduleName": "ViafouraSDK" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK30VFNotificationPresentationTypeO", + "mangledName": "$s11ViafouraSDK30VFNotificationPresentationTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "VFProfilePresentationType", + "printedName": "VFProfilePresentationType", + "children": [ + { + "kind": "Var", + "name": "profile", + "printedName": "profile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFProfilePresentationType.Type) -> ViafouraSDK.VFProfilePresentationType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFProfilePresentationType", + "printedName": "ViafouraSDK.VFProfilePresentationType", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFProfilePresentationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFProfilePresentationType", + "printedName": "ViafouraSDK.VFProfilePresentationType", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO7profileyA2CmF", + "mangledName": "$s11ViafouraSDK25VFProfilePresentationTypeO7profileyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "feed", + "printedName": "feed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFProfilePresentationType.Type) -> ViafouraSDK.VFProfilePresentationType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFProfilePresentationType", + "printedName": "ViafouraSDK.VFProfilePresentationType", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFProfilePresentationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFProfilePresentationType", + "printedName": "ViafouraSDK.VFProfilePresentationType", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO4feedyA2CmF", + "mangledName": "$s11ViafouraSDK25VFProfilePresentationTypeO4feedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFProfilePresentationType", + "printedName": "ViafouraSDK.VFProfilePresentationType", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO" + }, + { + "kind": "TypeNominal", + "name": "VFProfilePresentationType", + "printedName": "ViafouraSDK.VFProfilePresentationType", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK25VFProfilePresentationTypeO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK25VFProfilePresentationTypeO9hashValueSivp", + "mangledName": "$s11ViafouraSDK25VFProfilePresentationTypeO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO9hashValueSivg", + "mangledName": "$s11ViafouraSDK25VFProfilePresentationTypeO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK25VFProfilePresentationTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK25VFProfilePresentationTypeO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO", + "mangledName": "$s11ViafouraSDK25VFProfilePresentationTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEmptyChatsView", + "printedName": "VFEmptyChatsView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFEmptyChatsView", + "mangledName": "$s11ViafouraSDK16VFEmptyChatsViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFNewCommentActionType", + "printedName": "VFNewCommentActionType", + "children": [ + { + "kind": "Var", + "name": "create", + "printedName": "create", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFNewCommentActionType.Type) -> ViafouraSDK.VFNewCommentActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentActionType", + "printedName": "ViafouraSDK.VFNewCommentActionType", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFNewCommentActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentActionType", + "printedName": "ViafouraSDK.VFNewCommentActionType", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO6createyA2CmF", + "mangledName": "$s11ViafouraSDK22VFNewCommentActionTypeO6createyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "reply", + "printedName": "reply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFNewCommentActionType.Type) -> (Foundation.UUID) -> ViafouraSDK.VFNewCommentActionType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.UUID) -> ViafouraSDK.VFNewCommentActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentActionType", + "printedName": "ViafouraSDK.VFNewCommentActionType", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(content: Foundation.UUID)", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFNewCommentActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentActionType", + "printedName": "ViafouraSDK.VFNewCommentActionType", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO5replyyAC10Foundation4UUIDV_tcACmF", + "mangledName": "$s11ViafouraSDK22VFNewCommentActionTypeO5replyyAC10Foundation4UUIDV_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "edit", + "printedName": "edit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFNewCommentActionType.Type) -> (Foundation.UUID) -> ViafouraSDK.VFNewCommentActionType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.UUID) -> ViafouraSDK.VFNewCommentActionType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentActionType", + "printedName": "ViafouraSDK.VFNewCommentActionType", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(content: Foundation.UUID)", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFNewCommentActionType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentActionType", + "printedName": "ViafouraSDK.VFNewCommentActionType", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO4edityAC10Foundation4UUIDV_tcACmF", + "mangledName": "$s11ViafouraSDK22VFNewCommentActionTypeO4edityAC10Foundation4UUIDV_tcACmF", + "moduleName": "ViafouraSDK" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO", + "mangledName": "$s11ViafouraSDK22VFNewCommentActionTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSingleChatError", + "printedName": "VFSingleChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSingleChatError.Type) -> ViafouraSDK.VFSingleChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSingleChatError", + "printedName": "ViafouraSDK.VFSingleChatError", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSingleChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSingleChatError", + "printedName": "ViafouraSDK.VFSingleChatError", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFSingleChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFSingleChatError", + "printedName": "ViafouraSDK.VFSingleChatError", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFSingleChatError", + "printedName": "ViafouraSDK.VFSingleChatError", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFSingleChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFSingleChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFSingleChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFSingleChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFSingleChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFSingleChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFSingleChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFSingleChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFSingleChatErrorO", + "mangledName": "$s11ViafouraSDK17VFSingleChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFClosePollError", + "printedName": "VFClosePollError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFClosePollError.Type) -> ViafouraSDK.VFClosePollError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFClosePollError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFClosePollErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16VFClosePollErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFClosePollErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFClosePollErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFClosePollErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK16VFClosePollErrorO", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDislikeCommentError", + "printedName": "VFDislikeCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFDislikeCommentError.Type) -> ViafouraSDK.VFDislikeCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDislikeCommentError", + "printedName": "ViafouraSDK.VFDislikeCommentError", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFDislikeCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDislikeCommentError", + "printedName": "ViafouraSDK.VFDislikeCommentError", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFDislikeCommentError", + "printedName": "ViafouraSDK.VFDislikeCommentError", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFDislikeCommentError", + "printedName": "ViafouraSDK.VFDislikeCommentError", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFDislikeCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO", + "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "StoryContent", + "printedName": "StoryContent", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "StoryContent", + "printedName": "ViafouraSDK.StoryContent", + "usr": "s:11ViafouraSDK12StoryContentC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK12StoryContentC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s11ViafouraSDK12StoryContentC4fromACs7Decoder_p_tKcfc", + "moduleName": "ViafouraSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "s:11ViafouraSDK12StoryContentC", + "mangledName": "$s11ViafouraSDK12StoryContentC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppTrackingTransparency", + "printedName": "AppTrackingTransparency", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AdSupport", + "printedName": "AdSupport", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "AnalyticsService", + "printedName": "AnalyticsService", + "children": [ + { + "kind": "Function", + "name": "addWidget", + "printedName": "addWidget(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC9addWidgetyyAA0F4TypeOF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC9addWidgetyyAA0F4TypeOF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "removeWidget", + "printedName": "removeWidget(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC12removeWidgetyyAA0F4TypeOF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC12removeWidgetyyAA0F4TypeOF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logLoadMoreClick", + "printedName": "logLoadMoreClick(eventSessionUUID:tab:eventContainerId:eventSectionUUID:eventContainerUUID:eventArticleMetadata:eventSessionStart:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC16logLoadMoreClick16eventSessionUUID3tab0I11ContainerId0i7SectionK00imK00I15ArticleMetadata0iJ5Starty10Foundation0K0V_S2SA2nA09VFArticleQ0VAL4DateVtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC16logLoadMoreClick16eventSessionUUID3tab0I11ContainerId0i7SectionK00imK00I15ArticleMetadata0iJ5Starty10Foundation0K0V_S2SA2nA09VFArticleQ0VAL4DateVtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logConversationsBellClick", + "printedName": "logConversationsBellClick(eventSessionUUID:eventContainerId:eventSectionUUID:eventContainerUUID:eventArticleMetadata:eventSessionStart:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC25logConversationsBellClick16eventSessionUUID0I11ContainerId0i7SectionK00ilK00I15ArticleMetadata0iJ5Starty10Foundation0K0V_SSA2mA09VFArticleP0VAK4DateVtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC25logConversationsBellClick16eventSessionUUID0I11ContainerId0i7SectionK00ilK00I15ArticleMetadata0iJ5Starty10Foundation0K0V_SSA2mA09VFArticleP0VAK4DateVtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logTrayTriggerClick", + "printedName": "logTrayTriggerClick(eventSessionUUID:eventSessionStart:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC19logTrayTriggerClick16eventSessionUUID0iJ5Starty10Foundation0K0V_AG4DateVtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC19logTrayTriggerClick16eventSessionUUID0iJ5Starty10Foundation0K0V_AG4DateVtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logSortChange", + "printedName": "logSortChange(eventSessionUUID:eventContainerId:eventSectionUUID:eventContainerUUID:eventArticleMetadata:eventSessionStart:sort:defaultSort:oldSort:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "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:11ViafouraSDK16AnalyticsServiceC13logSortChange16eventSessionUUID0H11ContainerId0h7SectionJ00hkJ00H15ArticleMetadata0hI5Start4sort07defaultF003oldF0y10Foundation0J0V_SSA2pA09VFArticleO0VAN4DateVS3StF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC13logSortChange16eventSessionUUID0H11ContainerId0h7SectionJ00hkJ00H15ArticleMetadata0hI5Start4sort07defaultF003oldF0y10Foundation0J0V_SSA2pA09VFArticleO0VAN4DateVS3StF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logEventEngage", + "printedName": "logEventEngage(widgetType:eventSessionUUID:eventContainerId:eventSectionUUID:eventContainerUUID:eventArticleMetadata:eventSessionStart:time:vfTime:hiddenTime:focuses:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC14logEventEngage10widgetType16eventSessionUUID0J11ContainerId0j7SectionL00jmL00J15ArticleMetadata0jK5Start4time6vfTime06hiddenU07focusesyAA06WidgetI0O_10Foundation0L0VSSA2tA09VFArticleQ0VAR4DateVs5Int64VA2ZSitF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC14logEventEngage10widgetType16eventSessionUUID0J11ContainerId0j7SectionL00jmL00J15ArticleMetadata0jK5Start4time6vfTime06hiddenU07focusesyAA06WidgetI0O_10Foundation0L0VSSA2tA09VFArticleQ0VAR4DateVs5Int64VA2ZSitF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logTrackAdCode", + "printedName": "logTrackAdCode(eventSessionUUID:eventContainerId:eventSectionUUID:eventContainerUUID:eventSessionStart:articleMetadata:status:failureReason:widgetType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC14logTrackAdCode16eventSessionUUID0I11ContainerId0i7SectionK00ilK00iJ5Start15articleMetadata6status13failureReason10widgetTypey10Foundation0K0V_SSA2pN4DateVAA09VFArticleQ0VS2SAA06WidgetV0OtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC14logTrackAdCode16eventSessionUUID0I11ContainerId0i7SectionK00ilK00iJ5Start15articleMetadata6status13failureReason10widgetTypey10Foundation0K0V_SSA2pN4DateVAA09VFArticleQ0VS2SAA06WidgetV0OtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logTrackAdView", + "printedName": "logTrackAdView(eventSessionUUID:eventContainerId:eventSectionUUID:eventContainerUUID:eventSessionStart:articleMetadata:adIntegration:limit:childLimit:scrollDepth:promoInterval:firstPromoPosition:totalCount:index:threadType:widgetType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC14logTrackAdView16eventSessionUUID0I11ContainerId0i7SectionK00ilK00iJ5Start15articleMetadata13adIntegration5limit10childLimit11scrollDepth13promoInterval18firstPromoPosition10totalCount5index10threadType10widgetTypey10Foundation0K0V_SSA2wU4DateVAA09VFArticleQ0VSSS2i14CoreFoundation7CGFloatVS4iSSAA10WidgetTypeOtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC14logTrackAdView16eventSessionUUID0I11ContainerId0i7SectionK00ilK00iJ5Start15articleMetadata13adIntegration5limit10childLimit11scrollDepth13promoInterval18firstPromoPosition10totalCount5index10threadType10widgetTypey10Foundation0K0V_SSA2wU4DateVAA09VFArticleQ0VSSS2i12CoreGraphics7CGFloatVS4iSSAA10WidgetTypeOtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logLogout", + "printedName": "logLogout()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC9logLogoutyyF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC9logLogoutyyF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logTrackAd", + "printedName": "logTrackAd(eventSessionUUID:eventContainerId:eventSectionUUID:eventContainerUUID:eventSessionStart:articleMetadata:adIntegration:limit:childLimit:scrollDepth:promoInterval:firstPromoPosition:totalCount:index:threadType:widgetType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFArticleMetadata?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "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": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC10logTrackAd16eventSessionUUID0H11ContainerId0h7SectionJ00hkJ00hI5Start15articleMetadata13adIntegration5limit10childLimit11scrollDepth13promoInterval18firstPromoPosition10totalCount5index10threadType10widgetTypey10Foundation0J0V_SSA2WSgAU4DateVAA09VFArticleP0VSgSSSiSgA2_14CoreFoundation7CGFloatVA2_SiA2_SiSSSgAA10WidgetTypeOtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC10logTrackAd16eventSessionUUID0H11ContainerId0h7SectionJ00hkJ00hI5Start15articleMetadata13adIntegration5limit10childLimit11scrollDepth13promoInterval18firstPromoPosition10totalCount5index10threadType10widgetTypey10Foundation0J0V_SSA2WSgAU4DateVAA09VFArticleP0VSgSSSiSgA2_12CoreGraphics7CGFloatVA2_SiA2_SiSSSgAA10WidgetTypeOtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logInteraction", + "printedName": "logInteraction(eventSessionUUID:eventContainerId:eventSectionUUID:eventContainerUUID:eventSessionStart:eventArticleMetadata:label:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC14logInteraction16eventSessionUUID0G11ContainerId0g7SectionI00gjI00gH5Start0G15ArticleMetadata5label6actiony10Foundation0I0V_SSA2oM4DateVAA09VFArticleO0VS2StF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC14logInteraction16eventSessionUUID0G11ContainerId0g7SectionI00gjI00gH5Start0G15ArticleMetadata5label6actiony10Foundation0I0V_SSA2oM4DateVAA09VFArticleO0VS2StF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logPasswordReset", + "printedName": "logPasswordReset(email:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC16logPasswordReset5emailySS_tF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC16logPasswordReset5emailySS_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logSignup", + "printedName": "logSignup(loginType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC9logSignup9loginTypeySS_tF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC9logSignup9loginTypeySS_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logLoginFailure", + "printedName": "logLoginFailure(loginType:error:)", + "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" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC15logLoginFailure9loginType5errorySS_SStF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC15logLoginFailure9loginType5errorySS_SStF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logLoginSuccess", + "printedName": "logLoginSuccess()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC15logLoginSuccessyyF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC15logLoginSuccessyyF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logContainerLoad", + "printedName": "logContainerLoad(eventSessionUUID:eventContainerId:eventSectionUUID:allCommentsCount:eventContainerUUID:eventArticleMetadata:eventSessionStart:contentContainerType:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC16logContainerLoad16eventSessionUUID0hF2Id0h7SectionJ016allCommentsCount0hfJ00H15ArticleMetadata0hI5Start07contentF4Typey10Foundation0J0V_SSAOSiAoA09VFArticleQ0VAM4DateVSStF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC16logContainerLoad16eventSessionUUID0hF2Id0h7SectionJ016allCommentsCount0hfJ00H15ArticleMetadata0hI5Start07contentF4Typey10Foundation0J0V_SSAOSiAoA09VFArticleQ0VAM4DateVSStF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logPageView", + "printedName": "logPageView(eventSessionUUID:eventContainerId:eventSectionUUID:eventContainerUUID:eventArticleMetadata:eventSessionStart:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC11logPageView16eventSessionUUID0H11ContainerId0h7SectionJ00hkJ00H15ArticleMetadata0hI5Starty10Foundation0J0V_SSA2mA09VFArticleO0VAK4DateVtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC11logPageView16eventSessionUUID0H11ContainerId0h7SectionJ00hkJ00H15ArticleMetadata0hI5Starty10Foundation0J0V_SSA2mA09VFArticleO0VAK4DateVtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logEventAttemptedAction", + "printedName": "logEventAttemptedAction(eventSessionUUID:eventAttemptedAction:eventContainerId:eventSectionUUID:eventArticleMetadata:eventSessionStart:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFArticleMetadata?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC23logEventAttemptedAction16eventSessionUUID0igH00I11ContainerId0i7SectionK00I15ArticleMetadata0iJ5Starty10Foundation0K0V_AA0fgH0OSSSgAmA09VFArticleP0VSgAK4DateVtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC23logEventAttemptedAction16eventSessionUUID0igH00I11ContainerId0i7SectionK00I15ArticleMetadata0iJ5Starty10Foundation0K0V_AA0fgH0OSSSgAmA09VFArticleP0VSgAK4DateVtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logTyping", + "printedName": "logTyping(contentContainerUUID:threadUUID:contentUUID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16AnalyticsServiceC9logTyping20contentContainerUUID06threadI00gI0y10Foundation0I0V_A2JtF", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC9logTyping20contentContainerUUID06threadI00gI0y10Foundation0I0V_A2JtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:11ViafouraSDK16AnalyticsServiceC", + "mangledName": "$s11ViafouraSDK16AnalyticsServiceC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCommentContainerSignatureError", + "printedName": "VFCommentContainerSignatureError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCommentContainerSignatureError.Type) -> ViafouraSDK.VFCommentContainerSignatureError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentContainerSignatureError", + "printedName": "ViafouraSDK.VFCommentContainerSignatureError", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCommentContainerSignatureError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentContainerSignatureError", + "printedName": "ViafouraSDK.VFCommentContainerSignatureError", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK32VFCommentContainerSignatureErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCommentContainerSignatureError", + "printedName": "ViafouraSDK.VFCommentContainerSignatureError", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCommentContainerSignatureError", + "printedName": "ViafouraSDK.VFCommentContainerSignatureError", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK32VFCommentContainerSignatureErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK32VFCommentContainerSignatureErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK32VFCommentContainerSignatureErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK32VFCommentContainerSignatureErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK32VFCommentContainerSignatureErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK32VFCommentContainerSignatureErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK32VFCommentContainerSignatureErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK32VFCommentContainerSignatureErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK32VFCommentContainerSignatureErrorO", + "mangledName": "$s11ViafouraSDK32VFCommentContainerSignatureErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFChatSelectionError", + "printedName": "VFChatSelectionError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFChatSelectionError.Type) -> ViafouraSDK.VFChatSelectionError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFChatSelectionError", + "printedName": "ViafouraSDK.VFChatSelectionError", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFChatSelectionError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFChatSelectionError", + "printedName": "ViafouraSDK.VFChatSelectionError", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFChatSelectionErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFChatSelectionError", + "printedName": "ViafouraSDK.VFChatSelectionError", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFChatSelectionError", + "printedName": "ViafouraSDK.VFChatSelectionError", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFChatSelectionErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFChatSelectionErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFChatSelectionErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFChatSelectionErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFChatSelectionErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFChatSelectionErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFChatSelectionErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFChatSelectionErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFChatSelectionErrorO", + "mangledName": "$s11ViafouraSDK20VFChatSelectionErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEnableChatError", + "printedName": "VFEnableChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFEnableChatError.Type) -> ViafouraSDK.VFEnableChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEnableChatError", + "printedName": "ViafouraSDK.VFEnableChatError", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFEnableChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEnableChatError", + "printedName": "ViafouraSDK.VFEnableChatError", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFEnableChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFEnableChatError", + "printedName": "ViafouraSDK.VFEnableChatError", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFEnableChatError", + "printedName": "ViafouraSDK.VFEnableChatError", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFEnableChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFEnableChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFEnableChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFEnableChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFEnableChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFEnableChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFEnableChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFEnableChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFEnableChatErrorO", + "mangledName": "$s11ViafouraSDK17VFEnableChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFChatModerationListError", + "printedName": "VFChatModerationListError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFChatModerationListError.Type) -> ViafouraSDK.VFChatModerationListError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFChatModerationListError", + "printedName": "ViafouraSDK.VFChatModerationListError", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFChatModerationListError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFChatModerationListError", + "printedName": "ViafouraSDK.VFChatModerationListError", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK25VFChatModerationListErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFChatModerationListError", + "printedName": "ViafouraSDK.VFChatModerationListError", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFChatModerationListError", + "printedName": "ViafouraSDK.VFChatModerationListError", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK25VFChatModerationListErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK25VFChatModerationListErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK25VFChatModerationListErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK25VFChatModerationListErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK25VFChatModerationListErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK25VFChatModerationListErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK25VFChatModerationListErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK25VFChatModerationListErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK25VFChatModerationListErrorO", + "mangledName": "$s11ViafouraSDK25VFChatModerationListErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLoginError", + "printedName": "VFLoginError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoginError.Type) -> ViafouraSDK.VFLoginError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginError", + "printedName": "ViafouraSDK.VFLoginError", + "usr": "s:11ViafouraSDK12VFLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFLoginError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginError", + "printedName": "ViafouraSDK.VFLoginError", + "usr": "s:11ViafouraSDK12VFLoginErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK12VFLoginErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK12VFLoginErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFLoginError", + "printedName": "ViafouraSDK.VFLoginError", + "usr": "s:11ViafouraSDK12VFLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFLoginError", + "printedName": "ViafouraSDK.VFLoginError", + "usr": "s:11ViafouraSDK12VFLoginErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK12VFLoginErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK12VFLoginErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK12VFLoginErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK12VFLoginErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK12VFLoginErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK12VFLoginErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK12VFLoginErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK12VFLoginErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK12VFLoginErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK12VFLoginErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK12VFLoginErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK12VFLoginErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK12VFLoginErrorO", + "mangledName": "$s11ViafouraSDK12VFLoginErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFButton", + "printedName": "VFButton", + "children": [ + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@ViafouraSDK@objc(cs)VFButton(py)enabled", + "mangledName": "$s11ViafouraSDK8VFButtonC9isEnabledSbvp", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "enabled", + "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@ViafouraSDK@objc(cs)VFButton(im)isEnabled", + "mangledName": "$s11ViafouraSDK8VFButtonC9isEnabledSbvg", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": 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@ViafouraSDK@objc(cs)VFButton(im)setEnabled:", + "mangledName": "$s11ViafouraSDK8VFButtonC9isEnabledSbvs", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFButton", + "mangledName": "$s11ViafouraSDK8VFButtonC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIButton", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIButton", + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLikeCommentError", + "printedName": "VFLikeCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLikeCommentError.Type) -> ViafouraSDK.VFLikeCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLikeCommentError", + "printedName": "ViafouraSDK.VFLikeCommentError", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFLikeCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLikeCommentError", + "printedName": "ViafouraSDK.VFLikeCommentError", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFLikeCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFLikeCommentError", + "printedName": "ViafouraSDK.VFLikeCommentError", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFLikeCommentError", + "printedName": "ViafouraSDK.VFLikeCommentError", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFLikeCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFLikeCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFLikeCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFLikeCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFLikeCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFLikeCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFLikeCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFLikeCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFLikeCommentErrorO", + "mangledName": "$s11ViafouraSDK18VFLikeCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEnableCommentError", + "printedName": "VFEnableCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFEnableCommentError.Type) -> ViafouraSDK.VFEnableCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEnableCommentError", + "printedName": "ViafouraSDK.VFEnableCommentError", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFEnableCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEnableCommentError", + "printedName": "ViafouraSDK.VFEnableCommentError", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFEnableCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFEnableCommentError", + "printedName": "ViafouraSDK.VFEnableCommentError", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFEnableCommentError", + "printedName": "ViafouraSDK.VFEnableCommentError", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFEnableCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFEnableCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFEnableCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFEnableCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFEnableCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFEnableCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFEnableCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFEnableCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFEnableCommentErrorO", + "mangledName": "$s11ViafouraSDK20VFEnableCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "EventAttemptedAction", + "printedName": "EventAttemptedAction", + "children": [ + { + "kind": "Var", + "name": "LIVEBLOG_LIKED", + "printedName": "LIVEBLOG_LIKED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO14LIVEBLOG_LIKEDyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO14LIVEBLOG_LIKEDyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LIVEBLOG_DISLIKED", + "printedName": "LIVEBLOG_DISLIKED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO17LIVEBLOG_DISLIKEDyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO17LIVEBLOG_DISLIKEDyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LIVEBLOG_FLAG", + "printedName": "LIVEBLOG_FLAG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO13LIVEBLOG_FLAGyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO13LIVEBLOG_FLAGyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LIVECHAT_LIKED", + "printedName": "LIVECHAT_LIKED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO14LIVECHAT_LIKEDyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO14LIVECHAT_LIKEDyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LIVECHAT_DISLIKED", + "printedName": "LIVECHAT_DISLIKED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO17LIVECHAT_DISLIKEDyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO17LIVECHAT_DISLIKEDyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LIVECHAT_FLAG", + "printedName": "LIVECHAT_FLAG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO13LIVECHAT_FLAGyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO13LIVECHAT_FLAGyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "COMMENT_POST", + "printedName": "COMMENT_POST", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO12COMMENT_POSTyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO12COMMENT_POSTyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "COMMENT_DISLIKED", + "printedName": "COMMENT_DISLIKED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO16COMMENT_DISLIKEDyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO16COMMENT_DISLIKEDyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "COMMENT_FLAG", + "printedName": "COMMENT_FLAG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO12COMMENT_FLAGyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO12COMMENT_FLAGyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "COMMENT_BOX_CLICK", + "printedName": "COMMENT_BOX_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO17COMMENT_BOX_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO17COMMENT_BOX_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "COMMENT_REPLY_CLICK", + "printedName": "COMMENT_REPLY_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO19COMMENT_REPLY_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO19COMMENT_REPLY_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "COMMENT_LIKED", + "printedName": "COMMENT_LIKED", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO13COMMENT_LIKEDyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO13COMMENT_LIKEDyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "TRAY_PROFILE_CLICK", + "printedName": "TRAY_PROFILE_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO18TRAY_PROFILE_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO18TRAY_PROFILE_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "FOLLOW_CONVERSATION", + "printedName": "FOLLOW_CONVERSATION", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO19FOLLOW_CONVERSATIONyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO19FOLLOW_CONVERSATIONyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "TRAY_COMMUNITY_CLICK", + "printedName": "TRAY_COMMUNITY_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO20TRAY_COMMUNITY_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO20TRAY_COMMUNITY_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "TOPIC_FOLLOW", + "printedName": "TOPIC_FOLLOW", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO12TOPIC_FOLLOWyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO12TOPIC_FOLLOWyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "PROFILE_MUTE_USER", + "printedName": "PROFILE_MUTE_USER", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO17PROFILE_MUTE_USERyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO17PROFILE_MUTE_USERyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "PROFILE_FOLLOW_USER", + "printedName": "PROFILE_FOLLOW_USER", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO19PROFILE_FOLLOW_USERyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO19PROFILE_FOLLOW_USERyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LOGIN", + "printedName": "LOGIN", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO5LOGINyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO5LOGINyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "SIGNUP", + "printedName": "SIGNUP", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO6SIGNUPyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO6SIGNUPyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "POLLS_VOTE", + "printedName": "POLLS_VOTE", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventAttemptedAction.Type) -> ViafouraSDK.EventAttemptedAction", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventAttemptedAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20EventAttemptedActionO10POLLS_VOTEyA2CmF", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO10POLLS_VOTEyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.EventAttemptedAction?", + "children": [ + { + "kind": "TypeNominal", + "name": "EventAttemptedAction", + "printedName": "ViafouraSDK.EventAttemptedAction", + "usr": "s:11ViafouraSDK20EventAttemptedActionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK20EventAttemptedActionO8rawValueACSgSS_tcfc", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO8rawValueACSgSS_tcfc", + "moduleName": "ViafouraSDK", + "implicit": 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:11ViafouraSDK20EventAttemptedActionO8rawValueSSvp", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO8rawValueSSvp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20EventAttemptedActionO8rawValueSSvg", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO8rawValueSSvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20EventAttemptedActionO", + "mangledName": "$s11ViafouraSDK20EventAttemptedActionO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "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": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CommentNode", + "printedName": "CommentNode", + "declKind": "Class", + "usr": "s:11ViafouraSDK11CommentNodeC", + "mangledName": "$s11ViafouraSDK11CommentNodeC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "TypeDecl", + "name": "CommentNodeType", + "printedName": "CommentNodeType", + "children": [ + { + "kind": "Var", + "name": "ad", + "printedName": "ad", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.CommentNodeType.Type) -> ViafouraSDK.CommentNodeType", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.CommentNodeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15CommentNodeTypeO2adyA2CmF", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO2adyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "divider", + "printedName": "divider", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.CommentNodeType.Type) -> ViafouraSDK.CommentNodeType", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.CommentNodeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15CommentNodeTypeO7divideryA2CmF", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO7divideryA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "comment", + "printedName": "comment", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.CommentNodeType.Type) -> ViafouraSDK.CommentNodeType", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.CommentNodeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15CommentNodeTypeO7commentyA2CmF", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO7commentyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "writeReply", + "printedName": "writeReply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.CommentNodeType.Type) -> ViafouraSDK.CommentNodeType", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.CommentNodeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15CommentNodeTypeO10writeReplyyA2CmF", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO10writeReplyyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "followPrompt", + "printedName": "followPrompt", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.CommentNodeType.Type) -> ViafouraSDK.CommentNodeType", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.CommentNodeType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15CommentNodeTypeO12followPromptyA2CmF", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO12followPromptyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + }, + { + "kind": "TypeNominal", + "name": "CommentNodeType", + "printedName": "ViafouraSDK.CommentNodeType", + "usr": "s:11ViafouraSDK15CommentNodeTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15CommentNodeTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15CommentNodeTypeO9hashValueSivp", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15CommentNodeTypeO9hashValueSivg", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15CommentNodeTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK15CommentNodeTypeO", + "mangledName": "$s11ViafouraSDK15CommentNodeTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUpdateCommentsContainerSettingsError", + "printedName": "VFUpdateCommentsContainerSettingsError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUpdateCommentsContainerSettingsError.Type) -> ViafouraSDK.VFUpdateCommentsContainerSettingsError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateCommentsContainerSettingsError", + "printedName": "ViafouraSDK.VFUpdateCommentsContainerSettingsError", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUpdateCommentsContainerSettingsError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateCommentsContainerSettingsError", + "printedName": "ViafouraSDK.VFUpdateCommentsContainerSettingsError", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateCommentsContainerSettingsError", + "printedName": "ViafouraSDK.VFUpdateCommentsContainerSettingsError", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateCommentsContainerSettingsError", + "printedName": "ViafouraSDK.VFUpdateCommentsContainerSettingsError", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO", + "mangledName": "$s11ViafouraSDK38VFUpdateCommentsContainerSettingsErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFAuthorView", + "printedName": "VFAuthorView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAuthorView", + "mangledName": "$s11ViafouraSDK12VFAuthorViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDisableChatError", + "printedName": "VFDisableChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFDisableChatError.Type) -> ViafouraSDK.VFDisableChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDisableChatError", + "printedName": "ViafouraSDK.VFDisableChatError", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFDisableChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDisableChatError", + "printedName": "ViafouraSDK.VFDisableChatError", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFDisableChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFDisableChatError", + "printedName": "ViafouraSDK.VFDisableChatError", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFDisableChatError", + "printedName": "ViafouraSDK.VFDisableChatError", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFDisableChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFDisableChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFDisableChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFDisableChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFDisableChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFDisableChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFDisableChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFDisableChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFDisableChatErrorO", + "mangledName": "$s11ViafouraSDK18VFDisableChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFVerticalTrendingViewController", + "printedName": "VFVerticalTrendingViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK32VFVerticalTrendingViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(containerId:title:limit:daysPublished:trendWindow:sort:settings:sectionUUID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFVerticalTrendingViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFVerticalTrendingViewController", + "printedName": "ViafouraSDK.VFVerticalTrendingViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFVerticalTrendingViewController" + } + ], + "usr": "s:Sq" + }, + { + "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": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "VFTrendingSortType", + "printedName": "ViafouraSDK.VFTrendingSortType", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC3new11containerId5title5limit13daysPublished11trendWindow4sort8settings11sectionUUIDACSgSSSg_SSS2iSgSiAA18VFTrendingSortTypeOAA10VFSettingsV10Foundation0S0VSgtFZ", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC3new11containerId5title5limit13daysPublished11trendWindow4sort8settings11sectionUUIDACSgSSSg_SSS2iSgSiAA18VFTrendingSortTypeOAA10VFSettingsV10Foundation0S0VSgtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAdDelegate", + "printedName": "setAdDelegate(adDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFAdDelegate", + "printedName": "ViafouraSDK.VFAdDelegate", + "usr": "s:11ViafouraSDK12VFAdDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC13setAdDelegate02adI0yAA04VFAdI0_p_tF", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC13setAdDelegate02adI0yAA04VFAdI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setActionCallbacks", + "printedName": "setActionCallbacks(callbacks:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLayoutDelegate", + "printedName": "setLayoutDelegate(layoutDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFLayoutDelegate", + "printedName": "ViafouraSDK.VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC17setLayoutDelegate06layoutI0yAA08VFLayoutI0_p_tF", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC17setLayoutDelegate06layoutI0yAA08VFLayoutI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomUIDelegate", + "printedName": "setCustomUIDelegate(customUIDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFCustomUIDelegate", + "printedName": "ViafouraSDK.VFCustomUIDelegate", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFVerticalTrendingViewController", + "printedName": "ViafouraSDK.VFVerticalTrendingViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFVerticalTrendingViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFVerticalTrendingViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFVerticalTrendingViewController", + "printedName": "ViafouraSDK.VFVerticalTrendingViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFVerticalTrendingViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)numberOfSectionsInTableView:", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC16numberOfSections2inSiSo07UITableE0C_tF", + "moduleName": "ViafouraSDK", + "objc_name": "numberOfSectionsInTableView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:heightForRowAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)tableView:heightForRowAtIndexPath:", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC05tableE0_14heightForRowAt12CoreGraphics7CGFloatVSo07UITableE0C_10Foundation9IndexPathVtF", + "moduleName": "ViafouraSDK", + "objc_name": "tableView:heightForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:cellForRowAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)tableView:cellForRowAtIndexPath:", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC05tableE0_12cellForRowAtSo07UITableE4CellCSo0lE0C_10Foundation9IndexPathVtF", + "moduleName": "ViafouraSDK", + "objc_name": "tableView:cellForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:numberOfRowsInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)tableView:numberOfRowsInSection:", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC05tableE0_21numberOfRowsInSectionSiSo07UITableE0C_SitF", + "moduleName": "ViafouraSDK", + "objc_name": "tableView:numberOfRowsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplay:forRowAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)tableView:willDisplayCell:forRowAtIndexPath:", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC05tableE0_11willDisplay8forRowAtySo07UITableE0C_So0mE4CellC10Foundation9IndexPathVtF", + "moduleName": "ViafouraSDK", + "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "generateAd", + "printedName": "generateAd(adPosition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAdView", + "printedName": "ViafouraSDK.VFAdView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAdView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC10generateAd10adPositionAA04VFAdE0CSi_tF", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC10generateAd10adPositionAA04VFAdE0CSi_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdInterval", + "printedName": "getAdInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFVerticalTrendingViewControllerC13getAdIntervalSiyF", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC13getAdIntervalSiyF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFVerticalTrendingViewController", + "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "VFLocalAdDelegate", + "printedName": "VFLocalAdDelegate", + "usr": "s:11ViafouraSDK17VFLocalAdDelegateP", + "mangledName": "$s11ViafouraSDK17VFLocalAdDelegateP" + }, + { + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnflagChatError", + "printedName": "VFUnflagChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnflagChatError.Type) -> ViafouraSDK.VFUnflagChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnflagChatError", + "printedName": "ViafouraSDK.VFUnflagChatError", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnflagChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnflagChatError", + "printedName": "ViafouraSDK.VFUnflagChatError", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFUnflagChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnflagChatError", + "printedName": "ViafouraSDK.VFUnflagChatError", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnflagChatError", + "printedName": "ViafouraSDK.VFUnflagChatError", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFUnflagChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFUnflagChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFUnflagChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFUnflagChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFUnflagChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFUnflagChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFUnflagChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFUnflagChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFUnflagChatErrorO", + "mangledName": "$s11ViafouraSDK17VFUnflagChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFSegmentedControl", + "printedName": "VFSegmentedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(items:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSegmentedControl", + "printedName": "ViafouraSDK.VFSegmentedControl", + "usr": "c:@M@ViafouraSDK@objc(cs)VFSegmentedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFSegmentedControl(im)initWithItems:", + "mangledName": "$s11ViafouraSDK18VFSegmentedControlC5itemsACSayypGSg_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithItems:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFSegmentedControl", + "mangledName": "$s11ViafouraSDK18VFSegmentedControlC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UISegmentedControl", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "UIKit.UISegmentedControl", + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLikeChatError", + "printedName": "VFLikeChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLikeChatError.Type) -> ViafouraSDK.VFLikeChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLikeChatError", + "printedName": "ViafouraSDK.VFLikeChatError", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFLikeChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLikeChatError", + "printedName": "ViafouraSDK.VFLikeChatError", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK15VFLikeChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFLikeChatError", + "printedName": "ViafouraSDK.VFLikeChatError", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFLikeChatError", + "printedName": "ViafouraSDK.VFLikeChatError", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK15VFLikeChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFLikeChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK15VFLikeChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK15VFLikeChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFLikeChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK15VFLikeChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK15VFLikeChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK15VFLikeChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK15VFLikeChatErrorO", + "mangledName": "$s11ViafouraSDK15VFLikeChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreTelephony", + "printedName": "CoreTelephony", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUndislikeStoryError", + "printedName": "VFUndislikeStoryError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUndislikeStoryError.Type) -> ViafouraSDK.VFUndislikeStoryError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUndislikeStoryError", + "printedName": "ViafouraSDK.VFUndislikeStoryError", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUndislikeStoryError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUndislikeStoryError", + "printedName": "ViafouraSDK.VFUndislikeStoryError", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK21VFUndislikeStoryErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUndislikeStoryError", + "printedName": "ViafouraSDK.VFUndislikeStoryError", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUndislikeStoryError", + "printedName": "ViafouraSDK.VFUndislikeStoryError", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK21VFUndislikeStoryErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFUndislikeStoryErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK21VFUndislikeStoryErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK21VFUndislikeStoryErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFUndislikeStoryErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK21VFUndislikeStoryErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK21VFUndislikeStoryErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK21VFUndislikeStoryErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK21VFUndislikeStoryErrorO", + "mangledName": "$s11ViafouraSDK21VFUndislikeStoryErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFVotePollError", + "printedName": "VFVotePollError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFVotePollError.Type) -> ViafouraSDK.VFVotePollError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFVotePollError", + "printedName": "ViafouraSDK.VFVotePollError", + "usr": "s:11ViafouraSDK15VFVotePollErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFVotePollError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFVotePollError", + "printedName": "ViafouraSDK.VFVotePollError", + "usr": "s:11ViafouraSDK15VFVotePollErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15VFVotePollErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK15VFVotePollErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFVotePollError", + "printedName": "ViafouraSDK.VFVotePollError", + "usr": "s:11ViafouraSDK15VFVotePollErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFVotePollError", + "printedName": "ViafouraSDK.VFVotePollError", + "usr": "s:11ViafouraSDK15VFVotePollErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFVotePollErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK15VFVotePollErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFVotePollErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK15VFVotePollErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFVotePollErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK15VFVotePollErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFVotePollErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK15VFVotePollErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK15VFVotePollErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK15VFVotePollErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFVotePollErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK15VFVotePollErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK15VFVotePollErrorO", + "mangledName": "$s11ViafouraSDK15VFVotePollErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFFeaturedView", + "printedName": "VFFeaturedView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFFeaturedView", + "mangledName": "$s11ViafouraSDK14VFFeaturedViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCarouselTrendingViewController", + "printedName": "VFCarouselTrendingViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK32VFCarouselTrendingViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(containerId:title:limit:daysPublished:trendWindow:sort:settings:sectionUUID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFCarouselTrendingViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCarouselTrendingViewController", + "printedName": "ViafouraSDK.VFCarouselTrendingViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCarouselTrendingViewController" + } + ], + "usr": "s:Sq" + }, + { + "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": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "VFTrendingSortType", + "printedName": "ViafouraSDK.VFTrendingSortType", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC3new11containerId5title5limit13daysPublished11trendWindow4sort8settings11sectionUUIDACSgSSSg_SSS2iSgSiAA18VFTrendingSortTypeOAA10VFSettingsV10Foundation0S0VSgtFZ", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC3new11containerId5title5limit13daysPublished11trendWindow4sort8settings11sectionUUIDACSgSSSg_SSS2iSgSiAA18VFTrendingSortTypeOAA10VFSettingsV10Foundation0S0VSgtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCarouselTrendingViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAdDelegate", + "printedName": "setAdDelegate(adDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFAdDelegate", + "printedName": "ViafouraSDK.VFAdDelegate", + "usr": "s:11ViafouraSDK12VFAdDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC13setAdDelegate02adI0yAA04VFAdI0_p_tF", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC13setAdDelegate02adI0yAA04VFAdI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setActionCallbacks", + "printedName": "setActionCallbacks(callbacks:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLayoutDelegate", + "printedName": "setLayoutDelegate(layoutDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFLayoutDelegate", + "printedName": "ViafouraSDK.VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC17setLayoutDelegate06layoutI0yAA08VFLayoutI0_p_tF", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC17setLayoutDelegate06layoutI0yAA08VFLayoutI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomUIDelegate", + "printedName": "setCustomUIDelegate(customUIDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFCustomUIDelegate", + "printedName": "ViafouraSDK.VFCustomUIDelegate", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCarouselTrendingViewController", + "printedName": "ViafouraSDK.VFCarouselTrendingViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCarouselTrendingViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCarouselTrendingViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFCarouselTrendingViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCarouselTrendingViewController", + "printedName": "ViafouraSDK.VFCarouselTrendingViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCarouselTrendingViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCarouselTrendingViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:numberOfItemsInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFCarouselTrendingViewController(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC010collectionE0_22numberOfItemsInSectionSiSo012UICollectionE0C_SitF", + "moduleName": "ViafouraSDK", + "objc_name": "collectionView:numberOfItemsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cellForItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFCarouselTrendingViewController(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC010collectionE0_13cellForItemAtSo012UICollectionE4CellCSo0lE0C_10Foundation9IndexPathVtF", + "moduleName": "ViafouraSDK", + "objc_name": "collectionView:cellForItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:insetForSectionAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFCarouselTrendingViewController(im)collectionView:layout:insetForSectionAtIndex:", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC010collectionE0_6layout17insetForSectionAtSo12UIEdgeInsetsVSo012UICollectionE0C_So0oE6LayoutCSitF", + "moduleName": "ViafouraSDK", + "objc_name": "collectionView:layout:insetForSectionAtIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:sizeForItemAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFCarouselTrendingViewController(im)collectionView:layout:sizeForItemAtIndexPath:", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC010collectionE0_6layout13sizeForItemAtSo6CGSizeVSo012UICollectionE0C_So0nE6LayoutC10Foundation9IndexPathVtF", + "moduleName": "ViafouraSDK", + "objc_name": "collectionView:layout:sizeForItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "generateAd", + "printedName": "generateAd(adPosition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAdView", + "printedName": "ViafouraSDK.VFAdView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAdView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC10generateAd10adPositionAA04VFAdE0CSi_tF", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC10generateAd10adPositionAA04VFAdE0CSi_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdInterval", + "printedName": "getAdInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK32VFCarouselTrendingViewControllerC13getAdIntervalSiyF", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC13getAdIntervalSiyF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCarouselTrendingViewController", + "mangledName": "$s11ViafouraSDK32VFCarouselTrendingViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "VFLocalAdDelegate", + "printedName": "VFLocalAdDelegate", + "usr": "s:11ViafouraSDK17VFLocalAdDelegateP", + "mangledName": "$s11ViafouraSDK17VFLocalAdDelegateP" + }, + { + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFReplyStoryError", + "printedName": "VFReplyStoryError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFReplyStoryError.Type) -> ViafouraSDK.VFReplyStoryError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFReplyStoryError", + "printedName": "ViafouraSDK.VFReplyStoryError", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFReplyStoryError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFReplyStoryError", + "printedName": "ViafouraSDK.VFReplyStoryError", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFReplyStoryErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFReplyStoryError", + "printedName": "ViafouraSDK.VFReplyStoryError", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFReplyStoryError", + "printedName": "ViafouraSDK.VFReplyStoryError", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFReplyStoryErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFReplyStoryErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFReplyStoryErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFReplyStoryErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFReplyStoryErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFReplyStoryErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFReplyStoryErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFReplyStoryErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFReplyStoryErrorO", + "mangledName": "$s11ViafouraSDK17VFReplyStoryErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCommentsProfileError", + "printedName": "VFCommentsProfileError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCommentsProfileError.Type) -> ViafouraSDK.VFCommentsProfileError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentsProfileError", + "printedName": "ViafouraSDK.VFCommentsProfileError", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCommentsProfileError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentsProfileError", + "printedName": "ViafouraSDK.VFCommentsProfileError", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK22VFCommentsProfileErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCommentsProfileError", + "printedName": "ViafouraSDK.VFCommentsProfileError", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCommentsProfileError", + "printedName": "ViafouraSDK.VFCommentsProfileError", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK22VFCommentsProfileErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK22VFCommentsProfileErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK22VFCommentsProfileErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK22VFCommentsProfileErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK22VFCommentsProfileErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK22VFCommentsProfileErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK22VFCommentsProfileErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK22VFCommentsProfileErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK22VFCommentsProfileErrorO", + "mangledName": "$s11ViafouraSDK22VFCommentsProfileErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEnablePushView", + "printedName": "VFEnablePushView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFEnablePushView", + "mangledName": "$s11ViafouraSDK16VFEnablePushViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFPollContainerError", + "printedName": "VFPollContainerError", + "children": [ + { + "kind": "Var", + "name": "notFound", + "printedName": "notFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFPollContainerError.Type) -> ViafouraSDK.VFPollContainerError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPollContainerError", + "printedName": "ViafouraSDK.VFPollContainerError", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFPollContainerError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPollContainerError", + "printedName": "ViafouraSDK.VFPollContainerError", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO8notFoundyA2CmF", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO8notFoundyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFPollContainerError.Type) -> ViafouraSDK.VFPollContainerError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPollContainerError", + "printedName": "ViafouraSDK.VFPollContainerError", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFPollContainerError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPollContainerError", + "printedName": "ViafouraSDK.VFPollContainerError", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFPollContainerError", + "printedName": "ViafouraSDK.VFPollContainerError", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFPollContainerError", + "printedName": "ViafouraSDK.VFPollContainerError", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFPollContainerErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFPollContainerErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFPollContainerErrorO", + "mangledName": "$s11ViafouraSDK20VFPollContainerErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "ImageService", + "printedName": "ImageService", + "declKind": "Class", + "usr": "s:11ViafouraSDK12ImageServiceC", + "mangledName": "$s11ViafouraSDK12ImageServiceC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFStoryContainerError", + "printedName": "VFStoryContainerError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFStoryContainerError.Type) -> ViafouraSDK.VFStoryContainerError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFStoryContainerError", + "printedName": "ViafouraSDK.VFStoryContainerError", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFStoryContainerError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFStoryContainerError", + "printedName": "ViafouraSDK.VFStoryContainerError", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK21VFStoryContainerErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFStoryContainerError", + "printedName": "ViafouraSDK.VFStoryContainerError", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFStoryContainerError", + "printedName": "ViafouraSDK.VFStoryContainerError", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK21VFStoryContainerErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFStoryContainerErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK21VFStoryContainerErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK21VFStoryContainerErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFStoryContainerErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK21VFStoryContainerErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK21VFStoryContainerErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK21VFStoryContainerErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK21VFStoryContainerErrorO", + "mangledName": "$s11ViafouraSDK21VFStoryContainerErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUIViewController", + "printedName": "VFUIViewController", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUIViewController", + "printedName": "ViafouraSDK.VFUIViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK18VFUIViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFUIViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUIViewController", + "printedName": "ViafouraSDK.VFUIViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK18VFUIViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "mangledName": "$s11ViafouraSDK18VFUIViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLoginDelegate", + "printedName": "VFLoginDelegate", + "children": [ + { + "kind": "Function", + "name": "startLogin", + "printedName": "startLogin()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFLoginDelegateP10startLoginyyF", + "mangledName": "$s11ViafouraSDK15VFLoginDelegateP10startLoginyyF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFLoginDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:11ViafouraSDK15VFLoginDelegateP", + "mangledName": "$s11ViafouraSDK15VFLoginDelegateP", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFFilterType", + "printedName": "VFFilterType", + "children": [ + { + "kind": "Var", + "name": "allComments", + "printedName": "allComments", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFFilterType.Type) -> ViafouraSDK.VFFilterType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFilterType", + "printedName": "ViafouraSDK.VFFilterType", + "usr": "s:11ViafouraSDK12VFFilterTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFFilterType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFilterType", + "printedName": "ViafouraSDK.VFFilterType", + "usr": "s:11ViafouraSDK12VFFilterTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK12VFFilterTypeO11allCommentsyA2CmF", + "mangledName": "$s11ViafouraSDK12VFFilterTypeO11allCommentsyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "featured", + "printedName": "featured", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFFilterType.Type) -> ViafouraSDK.VFFilterType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFilterType", + "printedName": "ViafouraSDK.VFFilterType", + "usr": "s:11ViafouraSDK12VFFilterTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFFilterType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFilterType", + "printedName": "ViafouraSDK.VFFilterType", + "usr": "s:11ViafouraSDK12VFFilterTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK12VFFilterTypeO8featuredyA2CmF", + "mangledName": "$s11ViafouraSDK12VFFilterTypeO8featuredyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFFilterType", + "printedName": "ViafouraSDK.VFFilterType", + "usr": "s:11ViafouraSDK12VFFilterTypeO" + }, + { + "kind": "TypeNominal", + "name": "VFFilterType", + "printedName": "ViafouraSDK.VFFilterType", + "usr": "s:11ViafouraSDK12VFFilterTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK12VFFilterTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK12VFFilterTypeO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK12VFFilterTypeO9hashValueSivp", + "mangledName": "$s11ViafouraSDK12VFFilterTypeO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK12VFFilterTypeO9hashValueSivg", + "mangledName": "$s11ViafouraSDK12VFFilterTypeO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK12VFFilterTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK12VFFilterTypeO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK12VFFilterTypeO", + "mangledName": "$s11ViafouraSDK12VFFilterTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUndislikeChatError", + "printedName": "VFUndislikeChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUndislikeChatError.Type) -> ViafouraSDK.VFUndislikeChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUndislikeChatError", + "printedName": "ViafouraSDK.VFUndislikeChatError", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUndislikeChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUndislikeChatError", + "printedName": "ViafouraSDK.VFUndislikeChatError", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFUndislikeChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUndislikeChatError", + "printedName": "ViafouraSDK.VFUndislikeChatError", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUndislikeChatError", + "printedName": "ViafouraSDK.VFUndislikeChatError", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFUndislikeChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFUndislikeChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFUndislikeChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFUndislikeChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFUndislikeChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFUndislikeChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFUndislikeChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFUndislikeChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFUndislikeChatErrorO", + "mangledName": "$s11ViafouraSDK20VFUndislikeChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFContentEditedView", + "printedName": "VFContentEditedView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFContentEditedView", + "mangledName": "$s11ViafouraSDK19VFContentEditedViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFAuthenticationService", + "printedName": "VFAuthenticationService", + "children": [ + { + "kind": "Function", + "name": "getUserLoginStatus", + "printedName": "getUserLoginStatus(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginStatus", + "printedName": "ViafouraSDK.VFLoginStatus", + "usr": "s:11ViafouraSDK13VFLoginStatusO" + }, + { + "kind": "TypeNominal", + "name": "VFLoginStatusError", + "printedName": "ViafouraSDK.VFLoginStatusError", + "usr": "s:11ViafouraSDK18VFLoginStatusErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC18getUserLoginStatus10completionyys6ResultOyAA07VFLoginH0OAA0kH5ErrorOGc_tF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC18getUserLoginStatus10completionyys6ResultOyAA07VFLoginH0OAA0kH5ErrorOGc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "login", + "printedName": "login(email:password: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": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "UserResponse", + "printedName": "ViafouraSDK.UserResponse", + "usr": "s:11ViafouraSDK12UserResponseV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginError", + "printedName": "ViafouraSDK.VFLoginError", + "usr": "s:11ViafouraSDK12VFLoginErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC5login5email8password10completionySS_SSys6ResultOyAA12UserResponseVAA12VFLoginErrorOGctF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC5login5email8password10completionySS_SSys6ResultOyAA12UserResponseVAA12VFLoginErrorOGctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logout", + "printedName": "logout()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC6logoutyyF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC6logoutyyF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "signup", + "printedName": "signup(name:email:password: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": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "UserResponse", + "printedName": "ViafouraSDK.UserResponse", + "usr": "s:11ViafouraSDK12UserResponseV" + }, + { + "kind": "TypeNominal", + "name": "VFSignUpError", + "printedName": "ViafouraSDK.VFSignUpError", + "usr": "s:11ViafouraSDK13VFSignUpErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC6signup4name5email8password10completionySS_S2Sys6ResultOyAA12UserResponseVAA13VFSignUpErrorOGctF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC6signup4name5email8password10completionySS_S2Sys6ResultOyAA12UserResponseVAA13VFSignUpErrorOGctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "socialLogin", + "printedName": "socialLogin(token:provider:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "UserResponse", + "printedName": "ViafouraSDK.UserResponse", + "usr": "s:11ViafouraSDK12UserResponseV" + }, + { + "kind": "TypeNominal", + "name": "VFSocialLoginError", + "printedName": "ViafouraSDK.VFSocialLoginError", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC11socialLogin5token8provider10completionySS_AA08VFSocialF8ProviderOys6ResultOyAA12UserResponseVAA0jF5ErrorOGctF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC11socialLogin5token8provider10completionySS_AA08VFSocialF8ProviderOys6ResultOyAA12UserResponseVAA0jF5ErrorOGctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "openIdLogin", + "printedName": "openIdLogin(token:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "UserResponse", + "printedName": "ViafouraSDK.UserResponse", + "usr": "s:11ViafouraSDK12UserResponseV" + }, + { + "kind": "TypeNominal", + "name": "VFOpenIdLoginError", + "printedName": "ViafouraSDK.VFOpenIdLoginError", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC11openIdLogin5token10completionySS_ys6ResultOyAA12UserResponseVAA06VFOpenfG5ErrorOGctF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC11openIdLogin5token10completionySS_ys6ResultOyAA12UserResponseVAA06VFOpenfG5ErrorOGctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loginRadiusLogin", + "printedName": "loginRadiusLogin(token:provider:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "UserResponse", + "printedName": "ViafouraSDK.UserResponse", + "usr": "s:11ViafouraSDK12UserResponseV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginRadiusLoginError", + "printedName": "ViafouraSDK.VFLoginRadiusLoginError", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC16loginRadiusLogin5token8provider10completionySS_AA08VFSocialG8ProviderOys6ResultOyAA12UserResponseVAA07VFLoginfG5ErrorOGctF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC16loginRadiusLogin5token8provider10completionySS_AA08VFSocialG8ProviderOys6ResultOyAA12UserResponseVAA07VFLoginfG5ErrorOGctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cookieLogin", + "printedName": "cookieLogin(token:type:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "hasDefaultArg": true, + "usr": "s:SS" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCookieLoginData", + "printedName": "ViafouraSDK.VFCookieLoginData", + "usr": "s:11ViafouraSDK17VFCookieLoginDataV" + }, + { + "kind": "TypeNominal", + "name": "VFCookieLoginError", + "printedName": "ViafouraSDK.VFCookieLoginError", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC11cookieLogin5token4type10completionySS_SSys6ResultOyAA08VFCookieF4DataVAA0kF5ErrorOGctF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC11cookieLogin5token4type10completionySS_SSys6ResultOyAA08VFCookieF4DataVAA0kF5ErrorOGctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resetPassword", + "printedName": "resetPassword(email:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFPasswordResetError", + "printedName": "ViafouraSDK.VFPasswordResetError", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC13resetPassword5email10completionySS_ys6ResultOySbAA20VFPasswordResetErrorOGctF", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC13resetPassword5email10completionySS_ys6ResultOySbAA20VFPasswordResetErrorOGctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC", + "mangledName": "$s11ViafouraSDK23VFAuthenticationServiceC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDislikeStoryError", + "printedName": "VFDislikeStoryError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFDislikeStoryError.Type) -> ViafouraSDK.VFDislikeStoryError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDislikeStoryError", + "printedName": "ViafouraSDK.VFDislikeStoryError", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFDislikeStoryError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDislikeStoryError", + "printedName": "ViafouraSDK.VFDislikeStoryError", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK19VFDislikeStoryErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFDislikeStoryError", + "printedName": "ViafouraSDK.VFDislikeStoryError", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFDislikeStoryError", + "printedName": "ViafouraSDK.VFDislikeStoryError", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK19VFDislikeStoryErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK19VFDislikeStoryErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK19VFDislikeStoryErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK19VFDislikeStoryErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK19VFDislikeStoryErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK19VFDislikeStoryErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK19VFDislikeStoryErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK19VFDislikeStoryErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK19VFDislikeStoryErrorO", + "mangledName": "$s11ViafouraSDK19VFDislikeStoryErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEditorPickCommentError", + "printedName": "VFEditorPickCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFEditorPickCommentError.Type) -> ViafouraSDK.VFEditorPickCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEditorPickCommentError", + "printedName": "ViafouraSDK.VFEditorPickCommentError", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFEditorPickCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEditorPickCommentError", + "printedName": "ViafouraSDK.VFEditorPickCommentError", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK24VFEditorPickCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFEditorPickCommentError", + "printedName": "ViafouraSDK.VFEditorPickCommentError", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFEditorPickCommentError", + "printedName": "ViafouraSDK.VFEditorPickCommentError", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK24VFEditorPickCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK24VFEditorPickCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK24VFEditorPickCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK24VFEditorPickCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK24VFEditorPickCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK24VFEditorPickCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK24VFEditorPickCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK24VFEditorPickCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK24VFEditorPickCommentErrorO", + "mangledName": "$s11ViafouraSDK24VFEditorPickCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSignUpError", + "printedName": "VFSignUpError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSignUpError.Type) -> ViafouraSDK.VFSignUpError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSignUpError", + "printedName": "ViafouraSDK.VFSignUpError", + "usr": "s:11ViafouraSDK13VFSignUpErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSignUpError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSignUpError", + "printedName": "ViafouraSDK.VFSignUpError", + "usr": "s:11ViafouraSDK13VFSignUpErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK13VFSignUpErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK13VFSignUpErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFSignUpError", + "printedName": "ViafouraSDK.VFSignUpError", + "usr": "s:11ViafouraSDK13VFSignUpErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFSignUpError", + "printedName": "ViafouraSDK.VFSignUpError", + "usr": "s:11ViafouraSDK13VFSignUpErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK13VFSignUpErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK13VFSignUpErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK13VFSignUpErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK13VFSignUpErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK13VFSignUpErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK13VFSignUpErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK13VFSignUpErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK13VFSignUpErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK13VFSignUpErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK13VFSignUpErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK13VFSignUpErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK13VFSignUpErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK13VFSignUpErrorO", + "mangledName": "$s11ViafouraSDK13VFSignUpErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSocialLoginError", + "printedName": "VFSocialLoginError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginError.Type) -> ViafouraSDK.VFSocialLoginError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginError", + "printedName": "ViafouraSDK.VFSocialLoginError", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginError", + "printedName": "ViafouraSDK.VFSocialLoginError", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFSocialLoginError", + "printedName": "ViafouraSDK.VFSocialLoginError", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFSocialLoginError", + "printedName": "ViafouraSDK.VFSocialLoginError", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFSocialLoginErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFSocialLoginErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFSocialLoginErrorO", + "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCommentContainerError", + "printedName": "VFCommentContainerError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCommentContainerError.Type) -> ViafouraSDK.VFCommentContainerError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentContainerError", + "printedName": "ViafouraSDK.VFCommentContainerError", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCommentContainerError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentContainerError", + "printedName": "ViafouraSDK.VFCommentContainerError", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK23VFCommentContainerErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCommentContainerError", + "printedName": "ViafouraSDK.VFCommentContainerError", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCommentContainerError", + "printedName": "ViafouraSDK.VFCommentContainerError", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK23VFCommentContainerErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFCommentContainerErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK23VFCommentContainerErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK23VFCommentContainerErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFCommentContainerErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK23VFCommentContainerErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK23VFCommentContainerErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK23VFCommentContainerErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK23VFCommentContainerErrorO", + "mangledName": "$s11ViafouraSDK23VFCommentContainerErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnlikeCommentError", + "printedName": "VFUnlikeCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnlikeCommentError.Type) -> ViafouraSDK.VFUnlikeCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnlikeCommentError", + "printedName": "ViafouraSDK.VFUnlikeCommentError", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnlikeCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnlikeCommentError", + "printedName": "ViafouraSDK.VFUnlikeCommentError", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFUnlikeCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnlikeCommentError", + "printedName": "ViafouraSDK.VFUnlikeCommentError", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnlikeCommentError", + "printedName": "ViafouraSDK.VFUnlikeCommentError", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFUnlikeCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFUnlikeCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFUnlikeCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFUnlikeCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFUnlikeCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFUnlikeCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFUnlikeCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFUnlikeCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFUnlikeCommentErrorO", + "mangledName": "$s11ViafouraSDK20VFUnlikeCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUserMutesError", + "printedName": "VFUserMutesError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUserMutesError.Type) -> ViafouraSDK.VFUserMutesError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUserMutesError", + "printedName": "ViafouraSDK.VFUserMutesError", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUserMutesError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUserMutesError", + "printedName": "ViafouraSDK.VFUserMutesError", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK16VFUserMutesErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUserMutesError", + "printedName": "ViafouraSDK.VFUserMutesError", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUserMutesError", + "printedName": "ViafouraSDK.VFUserMutesError", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFUserMutesErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFUserMutesErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFUserMutesErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFUserMutesErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFUserMutesErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFUserMutesErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK16VFUserMutesErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK16VFUserMutesErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK16VFUserMutesErrorO", + "mangledName": "$s11ViafouraSDK16VFUserMutesErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnmuteUserError", + "printedName": "VFUnmuteUserError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnmuteUserError.Type) -> ViafouraSDK.VFUnmuteUserError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnmuteUserError", + "printedName": "ViafouraSDK.VFUnmuteUserError", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnmuteUserError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnmuteUserError", + "printedName": "ViafouraSDK.VFUnmuteUserError", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFUnmuteUserErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnmuteUserError", + "printedName": "ViafouraSDK.VFUnmuteUserError", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnmuteUserError", + "printedName": "ViafouraSDK.VFUnmuteUserError", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFUnmuteUserErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFUnmuteUserErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFUnmuteUserErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFUnmuteUserErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFUnmuteUserErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFUnmuteUserErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFUnmuteUserErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFUnmuteUserErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFUnmuteUserErrorO", + "mangledName": "$s11ViafouraSDK17VFUnmuteUserErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "VFMuteUserError", + "printedName": "VFMuteUserError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFMuteUserError.Type) -> ViafouraSDK.VFMuteUserError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFMuteUserError", + "printedName": "ViafouraSDK.VFMuteUserError", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFMuteUserError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFMuteUserError", + "printedName": "ViafouraSDK.VFMuteUserError", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK15VFMuteUserErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFMuteUserError", + "printedName": "ViafouraSDK.VFMuteUserError", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFMuteUserError", + "printedName": "ViafouraSDK.VFMuteUserError", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK15VFMuteUserErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFMuteUserErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK15VFMuteUserErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK15VFMuteUserErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFMuteUserErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK15VFMuteUserErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK15VFMuteUserErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK15VFMuteUserErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK15VFMuteUserErrorO", + "mangledName": "$s11ViafouraSDK15VFMuteUserErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFSpamView", + "printedName": "VFSpamView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFSpamView", + "mangledName": "$s11ViafouraSDK10VFSpamViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFFlagChatError", + "printedName": "VFFlagChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFFlagChatError.Type) -> ViafouraSDK.VFFlagChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFlagChatError", + "printedName": "ViafouraSDK.VFFlagChatError", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFFlagChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFlagChatError", + "printedName": "ViafouraSDK.VFFlagChatError", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK15VFFlagChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFFlagChatError", + "printedName": "ViafouraSDK.VFFlagChatError", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFFlagChatError", + "printedName": "ViafouraSDK.VFFlagChatError", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK15VFFlagChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFFlagChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK15VFFlagChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK15VFFlagChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFFlagChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK15VFFlagChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK15VFFlagChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK15VFFlagChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK15VFFlagChatErrorO", + "mangledName": "$s11ViafouraSDK15VFFlagChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFOpenIdLoginError", + "printedName": "VFOpenIdLoginError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFOpenIdLoginError.Type) -> ViafouraSDK.VFOpenIdLoginError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFOpenIdLoginError", + "printedName": "ViafouraSDK.VFOpenIdLoginError", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFOpenIdLoginError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFOpenIdLoginError", + "printedName": "ViafouraSDK.VFOpenIdLoginError", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFOpenIdLoginError", + "printedName": "ViafouraSDK.VFOpenIdLoginError", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFOpenIdLoginError", + "printedName": "ViafouraSDK.VFOpenIdLoginError", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFOpenIdLoginErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO", + "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UserResponse", + "printedName": "UserResponse", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UserResponse", + "printedName": "ViafouraSDK.UserResponse", + "usr": "s:11ViafouraSDK12UserResponseV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK12UserResponseV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s11ViafouraSDK12UserResponseV4fromACs7Decoder_p_tKcfc", + "moduleName": "ViafouraSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:11ViafouraSDK12UserResponseV", + "mangledName": "$s11ViafouraSDK12UserResponseV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFLayoutDelegate", + "printedName": "VFLayoutDelegate", + "children": [ + { + "kind": "Function", + "name": "containerHeightUpdated", + "printedName": "containerHeightUpdated(viewController:height:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFUIViewController", + "printedName": "ViafouraSDK.VFUIViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP22containerHeightUpdated14viewController6heightyAA08VFUIViewI0C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s11ViafouraSDK16VFLayoutDelegateP22containerHeightUpdated14viewController6heightyAA08VFUIViewI0C_12CoreGraphics7CGFloatVtF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFLayoutDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP", + "mangledName": "$s11ViafouraSDK16VFLayoutDelegateP", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 : ObjectiveC.NSObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDeleteChatError", + "printedName": "VFDeleteChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFDeleteChatError.Type) -> ViafouraSDK.VFDeleteChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDeleteChatError", + "printedName": "ViafouraSDK.VFDeleteChatError", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFDeleteChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDeleteChatError", + "printedName": "ViafouraSDK.VFDeleteChatError", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFDeleteChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFDeleteChatError", + "printedName": "ViafouraSDK.VFDeleteChatError", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFDeleteChatError", + "printedName": "ViafouraSDK.VFDeleteChatError", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFDeleteChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFDeleteChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFDeleteChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFDeleteChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFDeleteChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFDeleteChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFDeleteChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFDeleteChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFDeleteChatErrorO", + "mangledName": "$s11ViafouraSDK17VFDeleteChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCreateCommentError", + "printedName": "VFCreateCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCreateCommentError.Type) -> ViafouraSDK.VFCreateCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateCommentError", + "printedName": "ViafouraSDK.VFCreateCommentError", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCreateCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateCommentError", + "printedName": "ViafouraSDK.VFCreateCommentError", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "unauthorized", + "printedName": "unauthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCreateCommentError.Type) -> ViafouraSDK.VFCreateCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateCommentError", + "printedName": "ViafouraSDK.VFCreateCommentError", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCreateCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateCommentError", + "printedName": "ViafouraSDK.VFCreateCommentError", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO12unauthorizedyA2CmF", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO12unauthorizedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCreateCommentError", + "printedName": "ViafouraSDK.VFCreateCommentError", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCreateCommentError", + "printedName": "ViafouraSDK.VFCreateCommentError", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFCreateCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFCreateCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFCreateCommentErrorO", + "mangledName": "$s11ViafouraSDK20VFCreateCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "Constants", + "printedName": "Constants", + "children": [ + { + "kind": "TypeDecl", + "name": "AvatarColors", + "printedName": "AvatarColors", + "children": [ + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK9ConstantsV12AvatarColorsV6colorsSaySo7UIColorCGvpZ", + "mangledName": "$s11ViafouraSDK9ConstantsV12AvatarColorsV6colorsSaySo7UIColorCGvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UIColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK9ConstantsV12AvatarColorsV6colorsSaySo7UIColorCGvgZ", + "mangledName": "$s11ViafouraSDK9ConstantsV12AvatarColorsV6colorsSaySo7UIColorCGvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:11ViafouraSDK9ConstantsV12AvatarColorsV", + "mangledName": "$s11ViafouraSDK9ConstantsV12AvatarColorsV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + } + ], + "declKind": "Struct", + "usr": "s:11ViafouraSDK9ConstantsV", + "mangledName": "$s11ViafouraSDK9ConstantsV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFArticleMetadata", + "printedName": "VFArticleMetadata", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:title:subtitle:thumbnailUrl:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK17VFArticleMetadataV3url5title8subtitle12thumbnailUrlAC10Foundation3URLV_S2SAJtcfc", + "mangledName": "$s11ViafouraSDK17VFArticleMetadataV3url5title8subtitle12thumbnailUrlAC10Foundation3URLV_S2SAJtcfc", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:11ViafouraSDK17VFArticleMetadataV", + "mangledName": "$s11ViafouraSDK17VFArticleMetadataV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFAdView", + "printedName": "VFAdView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAdView", + "mangledName": "$s11ViafouraSDK8VFAdViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Network", + "printedName": "Network", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "ViafouraSDK", + "printedName": "ViafouraSDK", + "children": [ + { + "kind": "Function", + "name": "initialize", + "printedName": "initialize(siteUUID:siteDomain:)", + "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" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDKAAC10initialize8siteUUID0D6DomainySS_SStFZ", + "mangledName": "$s11ViafouraSDKAAC10initialize8siteUUID0D6DomainySS_SStFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLoggingEnabled", + "printedName": "setLoggingEnabled(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDKAAC17setLoggingEnabledyySbFZ", + "mangledName": "$s11ViafouraSDKAAC17setLoggingEnabledyySbFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isLoggingEnabled", + "printedName": "isLoggingEnabled()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDKAAC16isLoggingEnabledSbyFZ", + "mangledName": "$s11ViafouraSDKAAC16isLoggingEnabledSbyFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "auth", + "printedName": "auth()", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAuthenticationService", + "printedName": "ViafouraSDK.VFAuthenticationService", + "usr": "s:11ViafouraSDK23VFAuthenticationServiceC" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDKAAC4authAA23VFAuthenticationServiceCyFZ", + "mangledName": "$s11ViafouraSDKAAC4authAA23VFAuthenticationServiceCyFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "comments", + "printedName": "comments()", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLiveCommentsService", + "printedName": "ViafouraSDK.VFLiveCommentsService", + "usr": "s:11ViafouraSDK21VFLiveCommentsServiceC" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDKAAC8commentsAA21VFLiveCommentsServiceCyFZ", + "mangledName": "$s11ViafouraSDKAAC8commentsAA21VFLiveCommentsServiceCyFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:11ViafouraSDKAAC", + "mangledName": "$s11ViafouraSDKAAC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUserCommentsError", + "printedName": "VFUserCommentsError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUserCommentsError.Type) -> ViafouraSDK.VFUserCommentsError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUserCommentsError", + "printedName": "ViafouraSDK.VFUserCommentsError", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUserCommentsError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUserCommentsError", + "printedName": "ViafouraSDK.VFUserCommentsError", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK19VFUserCommentsErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUserCommentsError", + "printedName": "ViafouraSDK.VFUserCommentsError", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUserCommentsError", + "printedName": "ViafouraSDK.VFUserCommentsError", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK19VFUserCommentsErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK19VFUserCommentsErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK19VFUserCommentsErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK19VFUserCommentsErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK19VFUserCommentsErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK19VFUserCommentsErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK19VFUserCommentsErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK19VFUserCommentsErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK19VFUserCommentsErrorO", + "mangledName": "$s11ViafouraSDK19VFUserCommentsErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "EventType", + "printedName": "EventType", + "children": [ + { + "kind": "Var", + "name": "AD_LOAD", + "printedName": "AD_LOAD", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO7AD_LOADyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO7AD_LOADyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "AD_CODE", + "printedName": "AD_CODE", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO7AD_CODEyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO7AD_CODEyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "AD_VIEW", + "printedName": "AD_VIEW", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO7AD_VIEWyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO7AD_VIEWyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "ATTEMPTED_ACTION", + "printedName": "ATTEMPTED_ACTION", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO16ATTEMPTED_ACTIONyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO16ATTEMPTED_ACTIONyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "CHAT_PAGINATION", + "printedName": "CHAT_PAGINATION", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO15CHAT_PAGINATIONyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO15CHAT_PAGINATIONyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "SORT_COMMENTS", + "printedName": "SORT_COMMENTS", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO13SORT_COMMENTSyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO13SORT_COMMENTSyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "INTERACTION", + "printedName": "INTERACTION", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO11INTERACTIONyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO11INTERACTIONyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "CONTAINER_LOAD", + "printedName": "CONTAINER_LOAD", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO14CONTAINER_LOADyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO14CONTAINER_LOADyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "ENGAGE", + "printedName": "ENGAGE", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO6ENGAGEyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO6ENGAGEyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LOGIN_FAILURE", + "printedName": "LOGIN_FAILURE", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO13LOGIN_FAILUREyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO13LOGIN_FAILUREyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LOGIN_SUCCESS", + "printedName": "LOGIN_SUCCESS", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO13LOGIN_SUCCESSyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO13LOGIN_SUCCESSyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "TRAY_TRIGGER_CLICK", + "printedName": "TRAY_TRIGGER_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO18TRAY_TRIGGER_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO18TRAY_TRIGGER_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LOAD_MORE_CLICK", + "printedName": "LOAD_MORE_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO15LOAD_MORE_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO15LOAD_MORE_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LOAD_MORE_INITIAL_HEIGHT_CLICK", + "printedName": "LOAD_MORE_INITIAL_HEIGHT_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO30LOAD_MORE_INITIAL_HEIGHT_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO30LOAD_MORE_INITIAL_HEIGHT_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LOGOUT", + "printedName": "LOGOUT", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO6LOGOUTyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO6LOGOUTyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "PASSWORD_RESET", + "printedName": "PASSWORD_RESET", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO14PASSWORD_RESETyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO14PASSWORD_RESETyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "SIGNUP", + "printedName": "SIGNUP", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO6SIGNUPyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO6SIGNUPyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "CONVERSATIONS_BELL_CLICK", + "printedName": "CONVERSATIONS_BELL_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO24CONVERSATIONS_BELL_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO24CONVERSATIONS_BELL_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "PAGE_VIEW", + "printedName": "PAGE_VIEW", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO9PAGE_VIEWyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO9PAGE_VIEWyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "CONVERSATION_STARTER_CLICK", + "printedName": "CONVERSATION_STARTER_CLICK", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO26CONVERSATION_STARTER_CLICKyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO26CONVERSATION_STARTER_CLICKyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "CONVERSATION_STARTER_VIEW", + "printedName": "CONVERSATION_STARTER_VIEW", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO25CONVERSATION_STARTER_VIEWyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO25CONVERSATION_STARTER_VIEWyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "CONVERSATION_STARTER_LOAD", + "printedName": "CONVERSATION_STARTER_LOAD", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventType.Type) -> ViafouraSDK.EventType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK9EventTypeO25CONVERSATION_STARTER_LOADyA2CmF", + "mangledName": "$s11ViafouraSDK9EventTypeO25CONVERSATION_STARTER_LOADyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.EventType?", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "ViafouraSDK.EventType", + "usr": "s:11ViafouraSDK9EventTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK9EventTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s11ViafouraSDK9EventTypeO8rawValueACSgSS_tcfc", + "moduleName": "ViafouraSDK", + "implicit": 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:11ViafouraSDK9EventTypeO8rawValueSSvp", + "mangledName": "$s11ViafouraSDK9EventTypeO8rawValueSSvp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK9EventTypeO8rawValueSSvg", + "mangledName": "$s11ViafouraSDK9EventTypeO8rawValueSSvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK9EventTypeO", + "mangledName": "$s11ViafouraSDK9EventTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "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": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ChatContent", + "printedName": "ChatContent", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ChatContent", + "printedName": "ViafouraSDK.ChatContent", + "usr": "s:11ViafouraSDK11ChatContentC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK11ChatContentC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s11ViafouraSDK11ChatContentC4fromACs7Decoder_p_tKcfc", + "moduleName": "ViafouraSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "s:11ViafouraSDK11ChatContentC", + "mangledName": "$s11ViafouraSDK11ChatContentC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSortType", + "printedName": "VFSortType", + "children": [ + { + "kind": "Var", + "name": "newest", + "printedName": "newest", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSortType.Type) -> ViafouraSDK.VFSortType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSortType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10VFSortTypeO6newestyA2CmF", + "mangledName": "$s11ViafouraSDK10VFSortTypeO6newestyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "oldest", + "printedName": "oldest", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSortType.Type) -> ViafouraSDK.VFSortType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSortType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10VFSortTypeO6oldestyA2CmF", + "mangledName": "$s11ViafouraSDK10VFSortTypeO6oldestyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "mostLiked", + "printedName": "mostLiked", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSortType.Type) -> ViafouraSDK.VFSortType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSortType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10VFSortTypeO9mostLikedyA2CmF", + "mangledName": "$s11ViafouraSDK10VFSortTypeO9mostLikedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "mostReplies", + "printedName": "mostReplies", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSortType.Type) -> ViafouraSDK.VFSortType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSortType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10VFSortTypeO11mostRepliesyA2CmF", + "mangledName": "$s11ViafouraSDK10VFSortTypeO11mostRepliesyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK10VFSortTypeO8rawValueSSvp", + "mangledName": "$s11ViafouraSDK10VFSortTypeO8rawValueSSvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK10VFSortTypeO8rawValueSSvg", + "mangledName": "$s11ViafouraSDK10VFSortTypeO8rawValueSSvg", + "moduleName": "ViafouraSDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "usr": "s:11ViafouraSDK10VFSortTypeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK10VFSortTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK10VFSortTypeO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK10VFSortTypeO9hashValueSivp", + "mangledName": "$s11ViafouraSDK10VFSortTypeO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK10VFSortTypeO9hashValueSivg", + "mangledName": "$s11ViafouraSDK10VFSortTypeO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK10VFSortTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK10VFSortTypeO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK10VFSortTypeO", + "mangledName": "$s11ViafouraSDK10VFSortTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCommentListError", + "printedName": "VFCommentListError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCommentListError.Type) -> ViafouraSDK.VFCommentListError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentListError", + "printedName": "ViafouraSDK.VFCommentListError", + "usr": "s:11ViafouraSDK18VFCommentListErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCommentListError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentListError", + "printedName": "ViafouraSDK.VFCommentListError", + "usr": "s:11ViafouraSDK18VFCommentListErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCommentListErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFCommentListErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCommentListError", + "printedName": "ViafouraSDK.VFCommentListError", + "usr": "s:11ViafouraSDK18VFCommentListErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCommentListError", + "printedName": "ViafouraSDK.VFCommentListError", + "usr": "s:11ViafouraSDK18VFCommentListErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFCommentListErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFCommentListErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFCommentListErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFCommentListErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFCommentListErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFCommentListErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFCommentListErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFCommentListErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFCommentListErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFCommentListErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFCommentListErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFCommentListErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFCommentListErrorO", + "mangledName": "$s11ViafouraSDK18VFCommentListErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUpdateUserError", + "printedName": "VFUpdateUserError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUpdateUserError.Type) -> ViafouraSDK.VFUpdateUserError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateUserError", + "printedName": "ViafouraSDK.VFUpdateUserError", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUpdateUserError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateUserError", + "printedName": "ViafouraSDK.VFUpdateUserError", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFUpdateUserErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateUserError", + "printedName": "ViafouraSDK.VFUpdateUserError", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateUserError", + "printedName": "ViafouraSDK.VFUpdateUserError", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFUpdateUserErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFUpdateUserErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFUpdateUserErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFUpdateUserErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFUpdateUserErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFUpdateUserErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFUpdateUserErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFUpdateUserErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFUpdateUserErrorO", + "mangledName": "$s11ViafouraSDK17VFUpdateUserErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFPollViewController", + "printedName": "VFPollViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFPollViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFPollViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK20VFPollViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFPollViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(contentContainerUUID:loginDelegate:settings:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFPollViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPollViewController", + "printedName": "ViafouraSDK.VFPollViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPollViewControllerC3new20contentContainerUUID13loginDelegate8settingsACSg10Foundation0I0V_AA07VFLoginK0_pAA10VFSettingsVtFZ", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC3new20contentContainerUUID13loginDelegate8settingsACSg10Foundation0I0V_AA07VFLoginK0_pAA10VFSettingsVtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPollViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setActionCallbacks", + "printedName": "setActionCallbacks(callbacks:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPollViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLayoutDelegate", + "printedName": "setLayoutDelegate(layoutDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFLayoutDelegate", + "printedName": "ViafouraSDK.VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPollViewControllerC17setLayoutDelegate06layoutH0yAA08VFLayoutH0_p_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC17setLayoutDelegate06layoutH0yAA08VFLayoutH0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPollViewController", + "printedName": "ViafouraSDK.VFPollViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFPollViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPollViewController", + "printedName": "ViafouraSDK.VFPollViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFieldShouldReturn", + "printedName": "textFieldShouldReturn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFPollViewController(im)textFieldShouldReturn:", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC21textFieldShouldReturnySbSo06UITextG0CF", + "moduleName": "ViafouraSDK", + "objc_name": "textFieldShouldReturn:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEditCommentError", + "printedName": "VFEditCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFEditCommentError.Type) -> ViafouraSDK.VFEditCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEditCommentError", + "printedName": "ViafouraSDK.VFEditCommentError", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFEditCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEditCommentError", + "printedName": "ViafouraSDK.VFEditCommentError", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "unauthorized", + "printedName": "unauthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFEditCommentError.Type) -> ViafouraSDK.VFEditCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEditCommentError", + "printedName": "ViafouraSDK.VFEditCommentError", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFEditCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEditCommentError", + "printedName": "ViafouraSDK.VFEditCommentError", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO12unauthorizedyA2CmF", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO12unauthorizedyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFEditCommentError", + "printedName": "ViafouraSDK.VFEditCommentError", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFEditCommentError", + "printedName": "ViafouraSDK.VFEditCommentError", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFEditCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFEditCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFEditCommentErrorO", + "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCreatePollError", + "printedName": "VFCreatePollError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCreatePollError.Type) -> ViafouraSDK.VFCreatePollError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreatePollError", + "printedName": "ViafouraSDK.VFCreatePollError", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCreatePollError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreatePollError", + "printedName": "ViafouraSDK.VFCreatePollError", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFCreatePollErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCreatePollError", + "printedName": "ViafouraSDK.VFCreatePollError", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCreatePollError", + "printedName": "ViafouraSDK.VFCreatePollError", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFCreatePollErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFCreatePollErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFCreatePollErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFCreatePollErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFCreatePollErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFCreatePollErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFCreatePollErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFCreatePollErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFCreatePollErrorO", + "mangledName": "$s11ViafouraSDK17VFCreatePollErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCustomBadgeView", + "printedName": "VFCustomBadgeView", + "children": [ + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFCustomBadgeViewC4textSSvp", + "mangledName": "$s11ViafouraSDK17VFCustomBadgeViewC4textSSvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFCustomBadgeViewC4textSSvg", + "mangledName": "$s11ViafouraSDK17VFCustomBadgeViewC4textSSvg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFCustomBadgeViewC4textSSvs", + "mangledName": "$s11ViafouraSDK17VFCustomBadgeViewC4textSSvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFCustomBadgeViewC4textSSvM", + "mangledName": "$s11ViafouraSDK17VFCustomBadgeViewC4textSSvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCustomBadgeView", + "mangledName": "$s11ViafouraSDK17VFCustomBadgeViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLoginRadiusLoginError", + "printedName": "VFLoginRadiusLoginError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoginRadiusLoginError.Type) -> ViafouraSDK.VFLoginRadiusLoginError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginRadiusLoginError", + "printedName": "ViafouraSDK.VFLoginRadiusLoginError", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFLoginRadiusLoginError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoginRadiusLoginError", + "printedName": "ViafouraSDK.VFLoginRadiusLoginError", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFLoginRadiusLoginError", + "printedName": "ViafouraSDK.VFLoginRadiusLoginError", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFLoginRadiusLoginError", + "printedName": "ViafouraSDK.VFLoginRadiusLoginError", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFLoginRadiusLoginErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO", + "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "SafariServices", + "printedName": "SafariServices", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFPreviewCommentsViewController", + "printedName": "VFPreviewCommentsViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK31VFPreviewCommentsViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(containerId:articleMetadata:loginDelegate:settings:paginationSize:defaultSort:featuredTabThreshold:replySize:syndicationKey:sectionUUID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFPreviewCommentsViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPreviewCommentsViewController", + "printedName": "ViafouraSDK.VFPreviewCommentsViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "VFSortType", + "printedName": "ViafouraSDK.VFSortType", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK10VFSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "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": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC3new11containerId15articleMetadata13loginDelegate8settings14paginationSize11defaultSort20featuredTabThreshold05replyP014syndicationKey11sectionUUIDACSgSS_AA09VFArticleK0VAA07VFLoginM0_pAA10VFSettingsVSiAA10VFSortTypeOS2iSSSg10Foundation0Z0VSgtFZ", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC3new11containerId15articleMetadata13loginDelegate8settings14paginationSize11defaultSort20featuredTabThreshold05replyP014syndicationKey11sectionUUIDACSgSS_AA09VFArticleK0VAA07VFLoginM0_pAA10VFSettingsVSiAA10VFSortTypeOS2iSSSg10Foundation0Z0VSgtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setActionCallbacks", + "printedName": "setActionCallbacks(callbacks:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAdDelegate", + "printedName": "setAdDelegate(adDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFAdDelegate", + "printedName": "ViafouraSDK.VFAdDelegate", + "usr": "s:11ViafouraSDK12VFAdDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC13setAdDelegate02adI0yAA04VFAdI0_p_tF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC13setAdDelegate02adI0yAA04VFAdI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getContentScrollPosition", + "printedName": "getContentScrollPosition(contentUUID:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC24getContentScrollPosition11contentUUID10completiony10Foundation0L0V_y04CoreN07CGFloatVctF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC24getContentScrollPosition11contentUUID10completiony10Foundation0L0V_y12CoreGraphics7CGFloatVctF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomUIDelegate", + "printedName": "setCustomUIDelegate(customUIDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFCustomUIDelegate", + "printedName": "ViafouraSDK.VFCustomUIDelegate", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAuthorsIds", + "printedName": "setAuthorsIds(authors:)", + "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" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC13setAuthorsIds7authorsySaySSG_tF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC13setAuthorsIds7authorsySaySSG_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLayoutDelegate", + "printedName": "setLayoutDelegate(layoutDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFLayoutDelegate", + "printedName": "ViafouraSDK.VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC17setLayoutDelegate06layoutI0yAA08VFLayoutI0_p_tF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC17setLayoutDelegate06layoutI0yAA08VFLayoutI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController(im)viewDidAppear:", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC13viewDidAppearyySbF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "observeValue", + "printedName": "observeValue(forKeyPath:of:change:context:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Foundation.NSKeyValueChangeKey : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "NSKeyValueChangeKey", + "printedName": "Foundation.NSKeyValueChangeKey", + "usr": "c:@T@NSKeyValueChangeKey" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController(im)observeValueForKeyPath:ofObject:change:context:", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC12observeValue10forKeyPath2of6change7contextySSSg_ypSgSDySo05NSKeyh6ChangeJ0aypGSgSvSgtF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "observeValueForKeyPath:ofObject:change:context:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPreviewCommentsViewController", + "printedName": "ViafouraSDK.VFPreviewCommentsViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFPreviewCommentsViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPreviewCommentsViewController", + "printedName": "ViafouraSDK.VFPreviewCommentsViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "generateAd", + "printedName": "generateAd(adPosition:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFAdView", + "printedName": "ViafouraSDK.VFAdView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAdView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC10generateAd10adPositionAA04VFAdE0CSi_tF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC10generateAd10adPositionAA04VFAdE0CSi_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdInterval", + "printedName": "getAdInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC13getAdIntervalSiyF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC13getAdIntervalSiyF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFirstAdPosition", + "printedName": "getFirstAdPosition()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC18getFirstAdPositionSiyF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC18getFirstAdPositionSiyF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didMove", + "printedName": "didMove(toParent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFPreviewCommentsViewController(im)didMoveToParentViewController:", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC7didMove8toParentySo06UIViewF0CSg_tF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "didMoveToParentViewController:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "containerHeightUpdated", + "printedName": "containerHeightUpdated(viewController:height:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFUIViewController", + "printedName": "ViafouraSDK.VFUIViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK31VFPreviewCommentsViewControllerC22containerHeightUpdated04viewF06heightyAA08VFUIViewF0C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC22containerHeightUpdated04viewF06heightyAA08VFUIViewF0C_12CoreGraphics7CGFloatVtF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPreviewCommentsViewController", + "mangledName": "$s11ViafouraSDK31VFPreviewCommentsViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "VFLocalAdDelegate", + "printedName": "VFLocalAdDelegate", + "usr": "s:11ViafouraSDK17VFLocalAdDelegateP", + "mangledName": "$s11ViafouraSDK17VFLocalAdDelegateP" + }, + { + "kind": "Conformance", + "name": "VFLayoutDelegate", + "printedName": "VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP", + "mangledName": "$s11ViafouraSDK16VFLayoutDelegateP" + }, + { + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppTrackingTransparency", + "printedName": "AppTrackingTransparency", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AdSupport", + "printedName": "AdSupport", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFFlagsView", + "printedName": "VFFlagsView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFFlagsView", + "mangledName": "$s11ViafouraSDK11VFFlagsViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFTrendingSortType", + "printedName": "VFTrendingSortType", + "children": [ + { + "kind": "Var", + "name": "comments", + "printedName": "comments", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFTrendingSortType.Type) -> ViafouraSDK.VFTrendingSortType", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTrendingSortType", + "printedName": "ViafouraSDK.VFTrendingSortType", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFTrendingSortType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTrendingSortType", + "printedName": "ViafouraSDK.VFTrendingSortType", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO8commentsyA2CmF", + "mangledName": "$s11ViafouraSDK18VFTrendingSortTypeO8commentsyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFTrendingSortType?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTrendingSortType", + "printedName": "ViafouraSDK.VFTrendingSortType", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s11ViafouraSDK18VFTrendingSortTypeO8rawValueACSgSS_tcfc", + "moduleName": "ViafouraSDK", + "implicit": 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:11ViafouraSDK18VFTrendingSortTypeO8rawValueSSvp", + "mangledName": "$s11ViafouraSDK18VFTrendingSortTypeO8rawValueSSvp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO8rawValueSSvg", + "mangledName": "$s11ViafouraSDK18VFTrendingSortTypeO8rawValueSSvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFTrendingSortTypeO", + "mangledName": "$s11ViafouraSDK18VFTrendingSortTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SafariServices", + "printedName": "SafariServices", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFLiveBlogViewController", + "printedName": "VFLiveBlogViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK24VFLiveBlogViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK24VFLiveBlogViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK24VFLiveBlogViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK24VFLiveBlogViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(containerId:articleMetadata:loginDelegate:settings:sectionUUID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFLiveBlogViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLiveBlogViewController", + "printedName": "ViafouraSDK.VFLiveBlogViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveBlogViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveBlogViewControllerC3new11containerId15articleMetadata13loginDelegate8settings11sectionUUIDACSgSS_AA09VFArticleK0VAA07VFLoginM0_pAA10VFSettingsV10Foundation0P0VSgtFZ", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC3new11containerId15articleMetadata13loginDelegate8settings11sectionUUIDACSgSS_AA09VFArticleK0VAA07VFLoginM0_pAA10VFSettingsV10Foundation0P0VSgtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveBlogViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveBlogViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setActionCallbacks", + "printedName": "setActionCallbacks(callbacks:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveBlogViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLayoutDelegate", + "printedName": "setLayoutDelegate(layoutDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFLayoutDelegate", + "printedName": "ViafouraSDK.VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveBlogViewControllerC17setLayoutDelegate06layoutI0yAA08VFLayoutI0_p_tF", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC17setLayoutDelegate06layoutI0yAA08VFLayoutI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomUIDelegate", + "printedName": "setCustomUIDelegate(customUIDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFCustomUIDelegate", + "printedName": "ViafouraSDK.VFCustomUIDelegate", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveBlogViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLiveBlogViewController", + "printedName": "ViafouraSDK.VFLiveBlogViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveBlogViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveBlogViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFLiveBlogViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLiveBlogViewController", + "printedName": "ViafouraSDK.VFLiveBlogViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveBlogViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveBlogViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveBlogViewController", + "mangledName": "$s11ViafouraSDK24VFLiveBlogViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFStorySelectionError", + "printedName": "VFStorySelectionError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFStorySelectionError.Type) -> ViafouraSDK.VFStorySelectionError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFStorySelectionError", + "printedName": "ViafouraSDK.VFStorySelectionError", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFStorySelectionError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFStorySelectionError", + "printedName": "ViafouraSDK.VFStorySelectionError", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK21VFStorySelectionErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFStorySelectionError", + "printedName": "ViafouraSDK.VFStorySelectionError", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFStorySelectionError", + "printedName": "ViafouraSDK.VFStorySelectionError", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK21VFStorySelectionErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFStorySelectionErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK21VFStorySelectionErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK21VFStorySelectionErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFStorySelectionErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK21VFStorySelectionErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK21VFStorySelectionErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK21VFStorySelectionErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK21VFStorySelectionErrorO", + "mangledName": "$s11ViafouraSDK21VFStorySelectionErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFNewCommentsNotificationView", + "printedName": "VFNewCommentsNotificationView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentsNotificationView", + "mangledName": "$s11ViafouraSDK29VFNewCommentsNotificationViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFAllCommentsView", + "printedName": "VFAllCommentsView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFAllCommentsView", + "mangledName": "$s11ViafouraSDK17VFAllCommentsViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUndislikeCommentError", + "printedName": "VFUndislikeCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUndislikeCommentError.Type) -> ViafouraSDK.VFUndislikeCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUndislikeCommentError", + "printedName": "ViafouraSDK.VFUndislikeCommentError", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUndislikeCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUndislikeCommentError", + "printedName": "ViafouraSDK.VFUndislikeCommentError", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK23VFUndislikeCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUndislikeCommentError", + "printedName": "ViafouraSDK.VFUndislikeCommentError", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUndislikeCommentError", + "printedName": "ViafouraSDK.VFUndislikeCommentError", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK23VFUndislikeCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFUndislikeCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK23VFUndislikeCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK23VFUndislikeCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFUndislikeCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK23VFUndislikeCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK23VFUndislikeCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK23VFUndislikeCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK23VFUndislikeCommentErrorO", + "mangledName": "$s11ViafouraSDK23VFUndislikeCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFRemovePollError", + "printedName": "VFRemovePollError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFRemovePollError.Type) -> ViafouraSDK.VFRemovePollError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFRemovePollError", + "printedName": "ViafouraSDK.VFRemovePollError", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFRemovePollError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFRemovePollError", + "printedName": "ViafouraSDK.VFRemovePollError", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFRemovePollErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFRemovePollError", + "printedName": "ViafouraSDK.VFRemovePollError", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFRemovePollError", + "printedName": "ViafouraSDK.VFRemovePollError", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFRemovePollErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFRemovePollErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFRemovePollErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFRemovePollErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFRemovePollErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFRemovePollErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFRemovePollErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFRemovePollErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFRemovePollErrorO", + "mangledName": "$s11ViafouraSDK17VFRemovePollErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCommentCountError", + "printedName": "VFCommentCountError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCommentCountError.Type) -> ViafouraSDK.VFCommentCountError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentCountError", + "printedName": "ViafouraSDK.VFCommentCountError", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCommentCountError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentCountError", + "printedName": "ViafouraSDK.VFCommentCountError", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK19VFCommentCountErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCommentCountError", + "printedName": "ViafouraSDK.VFCommentCountError", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCommentCountError", + "printedName": "ViafouraSDK.VFCommentCountError", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK19VFCommentCountErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK19VFCommentCountErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK19VFCommentCountErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK19VFCommentCountErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK19VFCommentCountErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK19VFCommentCountErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK19VFCommentCountErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK19VFCommentCountErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK19VFCommentCountErrorO", + "mangledName": "$s11ViafouraSDK19VFCommentCountErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFFollowView", + "printedName": "VFFollowView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFFollowView", + "mangledName": "$s11ViafouraSDK12VFFollowViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFLabel", + "printedName": "VFLabel", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel(im)initWithFrame:", + "mangledName": "$s11ViafouraSDK7VFLabelC5frameACSo6CGRectV_tcfc", + "moduleName": "ViafouraSDK", + "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": "ViafouraSDK.VFLabel?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK7VFLabelC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel", + "mangledName": "$s11ViafouraSDK7VFLabelC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UILabel", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UILabel", + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCommentError", + "printedName": "VFCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCommentError.Type) -> ViafouraSDK.VFCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentError", + "printedName": "ViafouraSDK.VFCommentError", + "usr": "s:11ViafouraSDK14VFCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentError", + "printedName": "ViafouraSDK.VFCommentError", + "usr": "s:11ViafouraSDK14VFCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK14VFCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK14VFCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCommentError", + "printedName": "ViafouraSDK.VFCommentError", + "usr": "s:11ViafouraSDK14VFCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCommentError", + "printedName": "ViafouraSDK.VFCommentError", + "usr": "s:11ViafouraSDK14VFCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK14VFCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK14VFCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK14VFCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK14VFCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK14VFCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK14VFCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK14VFCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK14VFCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK14VFCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK14VFCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK14VFCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK14VFCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK14VFCommentErrorO", + "mangledName": "$s11ViafouraSDK14VFCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFContentRemovedView", + "printedName": "VFContentRemovedView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFContentRemovedView", + "mangledName": "$s11ViafouraSDK20VFContentRemovedViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFLoadingView", + "printedName": "VFLoadingView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLoadingView", + "mangledName": "$s11ViafouraSDK13VFLoadingViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIActivityIndicatorView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIActivityIndicatorView", + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFTopicsSubscribedError", + "printedName": "VFTopicsSubscribedError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFTopicsSubscribedError.Type) -> ViafouraSDK.VFTopicsSubscribedError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTopicsSubscribedError", + "printedName": "ViafouraSDK.VFTopicsSubscribedError", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFTopicsSubscribedError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTopicsSubscribedError", + "printedName": "ViafouraSDK.VFTopicsSubscribedError", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK23VFTopicsSubscribedErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFTopicsSubscribedError", + "printedName": "ViafouraSDK.VFTopicsSubscribedError", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFTopicsSubscribedError", + "printedName": "ViafouraSDK.VFTopicsSubscribedError", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK23VFTopicsSubscribedErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFTopicsSubscribedErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK23VFTopicsSubscribedErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK23VFTopicsSubscribedErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFTopicsSubscribedErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK23VFTopicsSubscribedErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK23VFTopicsSubscribedErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK23VFTopicsSubscribedErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK23VFTopicsSubscribedErrorO", + "mangledName": "$s11ViafouraSDK23VFTopicsSubscribedErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFTabView", + "printedName": "VFTabView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTabView", + "mangledName": "$s11ViafouraSDK9VFTabViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFScrollDownView", + "printedName": "VFScrollDownView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFScrollDownView", + "mangledName": "$s11ViafouraSDK16VFScrollDownViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFCustomizableView", + "printedName": "VFCustomizableView", + "children": [ + { + "kind": "Var", + "name": "postButton", + "printedName": "postButton", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFButton) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFButton) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(button: ViafouraSDK.VFButton)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFButton", + "printedName": "ViafouraSDK.VFButton", + "usr": "c:@M@ViafouraSDK@objc(cs)VFButton" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO10postButtonyAcA8VFButtonC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO10postButtonyAcA8VFButtonC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "postTextView", + "printedName": "postTextView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFTextView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFTextView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(textField: ViafouraSDK.VFTextView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTextView", + "printedName": "ViafouraSDK.VFTextView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO08postTextD0yAcA06VFTextD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO08postTextD0yAcA06VFTextD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "postCloseImage", + "printedName": "postCloseImage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(image: ViafouraSDK.VFImageView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO14postCloseImageyAcA07VFImageD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO14postCloseImageyAcA07VFImageD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "postTitle", + "printedName": "postTitle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO9postTitleyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO9postTitleyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "postPlaceholderLabel", + "printedName": "postPlaceholderLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO20postPlaceholderLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO20postPlaceholderLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "postLoadingView", + "printedName": "postLoadingView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(loadingView: ViafouraSDK.VFLoadingView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoadingView", + "printedName": "ViafouraSDK.VFLoadingView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLoadingView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO011postLoadingD0yAcA09VFLoadingD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO011postLoadingD0yAcA09VFLoadingD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "postBackgroundView", + "printedName": "postBackgroundView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(view: UIKit.UIView)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO014postBackgroundD0yACSo6UIViewC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO014postBackgroundD0yACSo6UIViewC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "profileNameLabel", + "printedName": "profileNameLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO16profileNameLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO16profileNameLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "profileLogoutLabel", + "printedName": "profileLogoutLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO18profileLogoutLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO18profileLogoutLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "profileCloseImage", + "printedName": "profileCloseImage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(image: ViafouraSDK.VFImageView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO17profileCloseImageyAcA07VFImageD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO17profileCloseImageyAcA07VFImageD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "profileLikesLabel", + "printedName": "profileLikesLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO17profileLikesLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO17profileLikesLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "profileFollowersLabel", + "printedName": "profileFollowersLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO21profileFollowersLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO21profileFollowersLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "profileSegmentedControl", + "printedName": "profileSegmentedControl", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFSegmentedControl) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSegmentedControl) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(segmentedControl: ViafouraSDK.VFSegmentedControl)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSegmentedControl", + "printedName": "ViafouraSDK.VFSegmentedControl", + "usr": "c:@M@ViafouraSDK@objc(cs)VFSegmentedControl" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO23profileSegmentedControlyAcA011VFSegmentedG0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO23profileSegmentedControlyAcA011VFSegmentedG0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "profileBackgroundView", + "printedName": "profileBackgroundView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(view: UIKit.UIView)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO017profileBackgroundD0yACSo6UIViewC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO017profileBackgroundD0yACSo6UIViewC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellDateLabel", + "printedName": "commentCellDateLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO20commentCellDateLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO20commentCellDateLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellNameLabel", + "printedName": "commentCellNameLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO20commentCellNameLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO20commentCellNameLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellContentLabel", + "printedName": "commentCellContentLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO23commentCellContentLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO23commentCellContentLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellLikeImage", + "printedName": "commentCellLikeImage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(image: ViafouraSDK.VFImageView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO20commentCellLikeImageyAcA07VFImageD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO20commentCellLikeImageyAcA07VFImageD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellLikeLabel", + "printedName": "commentCellLikeLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO20commentCellLikeLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO20commentCellLikeLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellDislikeImage", + "printedName": "commentCellDislikeImage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(image: ViafouraSDK.VFImageView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO23commentCellDislikeImageyAcA07VFImageD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO23commentCellDislikeImageyAcA07VFImageD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellDislikeLabel", + "printedName": "commentCellDislikeLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO23commentCellDislikeLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO23commentCellDislikeLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellReplyLabel", + "printedName": "commentCellReplyLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO21commentCellReplyLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO21commentCellReplyLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "commentCellCustomBadge", + "printedName": "commentCellCustomBadge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFCustomBadgeView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomBadgeView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(badge: ViafouraSDK.VFCustomBadgeView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomBadgeView", + "printedName": "ViafouraSDK.VFCustomBadgeView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCustomBadgeView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewEmptyCommentsView", + "printedName": "previewEmptyCommentsView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFEmptyCommentsView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFEmptyCommentsView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEmptyCommentsView", + "printedName": "ViafouraSDK.VFEmptyCommentsView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFEmptyCommentsView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO020previewEmptyCommentsD0yAcA07VFEmptygD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO020previewEmptyCommentsD0yAcA07VFEmptygD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewSeeMoreCommentsButton", + "printedName": "previewSeeMoreCommentsButton", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFButton) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFButton) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(button: ViafouraSDK.VFButton)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFButton", + "printedName": "ViafouraSDK.VFButton", + "usr": "c:@M@ViafouraSDK@objc(cs)VFButton" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO28previewSeeMoreCommentsButtonyAcA8VFButtonC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO28previewSeeMoreCommentsButtonyAcA8VFButtonC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewTitleLabel", + "printedName": "previewTitleLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO17previewTitleLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO17previewTitleLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewCounterLabel", + "printedName": "previewCounterLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO19previewCounterLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO19previewCounterLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewPrivacyLabel", + "printedName": "previewPrivacyLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO19previewPrivacyLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO19previewPrivacyLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewPoweredByView", + "printedName": "previewPoweredByView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFPoweredByViafouraView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFPoweredByViafouraView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(poweredByView: ViafouraSDK.VFPoweredByViafouraView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPoweredByViafouraView", + "printedName": "ViafouraSDK.VFPoweredByViafouraView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPoweredByViafouraView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO016previewPoweredByD0yAcA09VFPoweredgaD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO016previewPoweredByD0yAcA09VFPoweredgaD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewLoadingView", + "printedName": "previewLoadingView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(loadingView: ViafouraSDK.VFLoadingView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoadingView", + "printedName": "ViafouraSDK.VFLoadingView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLoadingView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO014previewLoadingD0yAcA09VFLoadingD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO014previewLoadingD0yAcA09VFLoadingD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewFollowView", + "printedName": "previewFollowView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFFollowView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFFollowView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(followView: ViafouraSDK.VFFollowView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFollowView", + "printedName": "ViafouraSDK.VFFollowView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFFollowView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO013previewFollowD0yAcA08VFFollowD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO013previewFollowD0yAcA08VFFollowD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "previewBackgroundView", + "printedName": "previewBackgroundView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(view: UIKit.UIView)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO017previewBackgroundD0yACSo6UIViewC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO017previewBackgroundD0yACSo6UIViewC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingVerticalBackgroundView", + "printedName": "trendingVerticalBackgroundView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(view: UIKit.UIView)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO026trendingVerticalBackgroundD0yACSo6UIViewC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO026trendingVerticalBackgroundD0yACSo6UIViewC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingVerticalFullImage", + "printedName": "trendingVerticalFullImage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(image: ViafouraSDK.VFImageView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO25trendingVerticalFullImageyAcA07VFImageD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO25trendingVerticalFullImageyAcA07VFImageD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingVerticalFullTitle", + "printedName": "trendingVerticalFullTitle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO25trendingVerticalFullTitleyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO25trendingVerticalFullTitleyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingVerticalFullCount", + "printedName": "trendingVerticalFullCount", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO25trendingVerticalFullCountyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO25trendingVerticalFullCountyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingVerticalCondensedTitle", + "printedName": "trendingVerticalCondensedTitle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO30trendingVerticalCondensedTitleyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO30trendingVerticalCondensedTitleyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingVerticalCondensedCount", + "printedName": "trendingVerticalCondensedCount", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO30trendingVerticalCondensedCountyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO30trendingVerticalCondensedCountyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingCarouselTitle", + "printedName": "trendingCarouselTitle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO21trendingCarouselTitleyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO21trendingCarouselTitleyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingCarouselImage", + "printedName": "trendingCarouselImage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(image: ViafouraSDK.VFImageView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO21trendingCarouselImageyAcA07VFImageD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO21trendingCarouselImageyAcA07VFImageD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingCarouselCount", + "printedName": "trendingCarouselCount", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO21trendingCarouselCountyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO21trendingCarouselCountyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "trendingCarouselBackgroundView", + "printedName": "trendingCarouselBackgroundView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(view: UIKit.UIView)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO026trendingCarouselBackgroundD0yACSo6UIViewC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO026trendingCarouselBackgroundD0yACSo6UIViewC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatCellContentLabel", + "printedName": "chatCellContentLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO20chatCellContentLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO20chatCellContentLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatCellDateLabel", + "printedName": "chatCellDateLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO17chatCellDateLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO17chatCellDateLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatCellUserNameLabel", + "printedName": "chatCellUserNameLabel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO21chatCellUserNameLabelyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO21chatCellUserNameLabelyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatPostView", + "printedName": "chatPostView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(view: UIKit.UIView)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO08chatPostD0yACSo6UIViewC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO08chatPostD0yACSo6UIViewC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatPostImage", + "printedName": "chatPostImage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(image: ViafouraSDK.VFImageView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO13chatPostImageyAcA07VFImageD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO13chatPostImageyAcA07VFImageD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatPostLoading", + "printedName": "chatPostLoading", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(loadingView: ViafouraSDK.VFLoadingView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoadingView", + "printedName": "ViafouraSDK.VFLoadingView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLoadingView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO15chatPostLoadingyAcA09VFLoadingD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO15chatPostLoadingyAcA09VFLoadingD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatTextView", + "printedName": "chatTextView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFTextView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFTextView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(textView: ViafouraSDK.VFTextView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTextView", + "printedName": "ViafouraSDK.VFTextView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO08chatTextD0yAcA06VFTextD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO08chatTextD0yAcA06VFTextD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatBackgroundView", + "printedName": "chatBackgroundView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(backgroundView: UIKit.UIView)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO014chatBackgroundD0yACSo6UIViewC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO014chatBackgroundD0yACSo6UIViewC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatLoading", + "printedName": "chatLoading", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(loadingView: ViafouraSDK.VFLoadingView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoadingView", + "printedName": "ViafouraSDK.VFLoadingView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLoadingView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO11chatLoadingyAcA09VFLoadingD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO11chatLoadingyAcA09VFLoadingD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatLoadingMore", + "printedName": "chatLoadingMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLoadingView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(loadingView: ViafouraSDK.VFLoadingView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLoadingView", + "printedName": "ViafouraSDK.VFLoadingView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLoadingView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO15chatLoadingMoreyAcA09VFLoadingD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO15chatLoadingMoreyAcA09VFLoadingD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatEmptyView", + "printedName": "chatEmptyView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFEmptyChatsView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFEmptyChatsView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(emptyView: ViafouraSDK.VFEmptyChatsView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFEmptyChatsView", + "printedName": "ViafouraSDK.VFEmptyChatsView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFEmptyChatsView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO09chatEmptyD0yAcA012VFEmptyChatsD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO09chatEmptyD0yAcA012VFEmptyChatsD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatReplyingToClose", + "printedName": "chatReplyingToClose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFImageView) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(image: ViafouraSDK.VFImageView)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO19chatReplyingToCloseyAcA07VFImageD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO19chatReplyingToCloseyAcA07VFImageD0C_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatReplyingToTitle", + "printedName": "chatReplyingToTitle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO19chatReplyingToTitleyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO19chatReplyingToTitleyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "chatReplyingToDescription", + "printedName": "chatReplyingToDescription", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(label: ViafouraSDK.VFLabel)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLabel", + "printedName": "ViafouraSDK.VFLabel", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCustomizableView.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCustomizableViewO25chatReplyingToDescriptionyAcA7VFLabelC_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO25chatReplyingToDescriptionyAcA7VFLabelC_tcACmF", + "moduleName": "ViafouraSDK" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFCustomizableViewO", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnpinCommentError", + "printedName": "VFUnpinCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnpinCommentError.Type) -> ViafouraSDK.VFUnpinCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnpinCommentError", + "printedName": "ViafouraSDK.VFUnpinCommentError", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnpinCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnpinCommentError", + "printedName": "ViafouraSDK.VFUnpinCommentError", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK19VFUnpinCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnpinCommentError", + "printedName": "ViafouraSDK.VFUnpinCommentError", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnpinCommentError", + "printedName": "ViafouraSDK.VFUnpinCommentError", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK19VFUnpinCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK19VFUnpinCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK19VFUnpinCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK19VFUnpinCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK19VFUnpinCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK19VFUnpinCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK19VFUnpinCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK19VFUnpinCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK19VFUnpinCommentErrorO", + "mangledName": "$s11ViafouraSDK19VFUnpinCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCommentRepliesError", + "printedName": "VFCommentRepliesError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCommentRepliesError.Type) -> ViafouraSDK.VFCommentRepliesError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentRepliesError", + "printedName": "ViafouraSDK.VFCommentRepliesError", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCommentRepliesError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentRepliesError", + "printedName": "ViafouraSDK.VFCommentRepliesError", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK21VFCommentRepliesErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCommentRepliesError", + "printedName": "ViafouraSDK.VFCommentRepliesError", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCommentRepliesError", + "printedName": "ViafouraSDK.VFCommentRepliesError", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK21VFCommentRepliesErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFCommentRepliesErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK21VFCommentRepliesErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK21VFCommentRepliesErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFCommentRepliesErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK21VFCommentRepliesErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK21VFCommentRepliesErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK21VFCommentRepliesErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK21VFCommentRepliesErrorO", + "mangledName": "$s11ViafouraSDK21VFCommentRepliesErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFNotificationsService", + "printedName": "VFNotificationsService", + "declKind": "Class", + "usr": "s:11ViafouraSDK22VFNotificationsServiceC", + "mangledName": "$s11ViafouraSDK22VFNotificationsServiceC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFReplyChatError", + "printedName": "VFReplyChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFReplyChatError.Type) -> ViafouraSDK.VFReplyChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFReplyChatError", + "printedName": "ViafouraSDK.VFReplyChatError", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFReplyChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFReplyChatError", + "printedName": "ViafouraSDK.VFReplyChatError", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK16VFReplyChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFReplyChatError", + "printedName": "ViafouraSDK.VFReplyChatError", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFReplyChatError", + "printedName": "ViafouraSDK.VFReplyChatError", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFReplyChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFReplyChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFReplyChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFReplyChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFReplyChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFReplyChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK16VFReplyChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK16VFReplyChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK16VFReplyChatErrorO", + "mangledName": "$s11ViafouraSDK16VFReplyChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCommentModerationListError", + "printedName": "VFCommentModerationListError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCommentModerationListError.Type) -> ViafouraSDK.VFCommentModerationListError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentModerationListError", + "printedName": "ViafouraSDK.VFCommentModerationListError", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCommentModerationListError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCommentModerationListError", + "printedName": "ViafouraSDK.VFCommentModerationListError", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK28VFCommentModerationListErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCommentModerationListError", + "printedName": "ViafouraSDK.VFCommentModerationListError", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCommentModerationListError", + "printedName": "ViafouraSDK.VFCommentModerationListError", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK28VFCommentModerationListErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK28VFCommentModerationListErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK28VFCommentModerationListErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK28VFCommentModerationListErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK28VFCommentModerationListErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK28VFCommentModerationListErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK28VFCommentModerationListErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK28VFCommentModerationListErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK28VFCommentModerationListErrorO", + "mangledName": "$s11ViafouraSDK28VFCommentModerationListErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFEmptyCommentsView", + "printedName": "VFEmptyCommentsView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFEmptyCommentsView", + "mangledName": "$s11ViafouraSDK19VFEmptyCommentsViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFTrendingError", + "printedName": "VFTrendingError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFTrendingError.Type) -> ViafouraSDK.VFTrendingError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTrendingError", + "printedName": "ViafouraSDK.VFTrendingError", + "usr": "s:11ViafouraSDK15VFTrendingErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFTrendingError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTrendingError", + "printedName": "ViafouraSDK.VFTrendingError", + "usr": "s:11ViafouraSDK15VFTrendingErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15VFTrendingErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK15VFTrendingErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFTrendingError", + "printedName": "ViafouraSDK.VFTrendingError", + "usr": "s:11ViafouraSDK15VFTrendingErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFTrendingError", + "printedName": "ViafouraSDK.VFTrendingError", + "usr": "s:11ViafouraSDK15VFTrendingErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFTrendingErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK15VFTrendingErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFTrendingErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK15VFTrendingErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFTrendingErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK15VFTrendingErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFTrendingErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK15VFTrendingErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK15VFTrendingErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK15VFTrendingErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFTrendingErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK15VFTrendingErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK15VFTrendingErrorO", + "mangledName": "$s11ViafouraSDK15VFTrendingErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFDisabledView", + "printedName": "VFDisabledView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFDisabledView", + "mangledName": "$s11ViafouraSDK14VFDisabledViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUpdateStoryContainerError", + "printedName": "VFUpdateStoryContainerError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUpdateStoryContainerError.Type) -> ViafouraSDK.VFUpdateStoryContainerError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateStoryContainerError", + "printedName": "ViafouraSDK.VFUpdateStoryContainerError", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUpdateStoryContainerError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateStoryContainerError", + "printedName": "ViafouraSDK.VFUpdateStoryContainerError", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK27VFUpdateStoryContainerErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateStoryContainerError", + "printedName": "ViafouraSDK.VFUpdateStoryContainerError", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateStoryContainerError", + "printedName": "ViafouraSDK.VFUpdateStoryContainerError", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK27VFUpdateStoryContainerErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK27VFUpdateStoryContainerErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK27VFUpdateStoryContainerErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK27VFUpdateStoryContainerErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK27VFUpdateStoryContainerErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK27VFUpdateStoryContainerErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK27VFUpdateStoryContainerErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK27VFUpdateStoryContainerErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK27VFUpdateStoryContainerErrorO", + "mangledName": "$s11ViafouraSDK27VFUpdateStoryContainerErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFNotificationBellView", + "printedName": "VFNotificationBellView", + "children": [ + { + "kind": "Var", + "name": "isElevationEnabled", + "printedName": "isElevationEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK22VFNotificationBellViewC18isElevationEnabledSbvp", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC18isElevationEnabledSbvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK22VFNotificationBellViewC18isElevationEnabledSbvg", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC18isElevationEnabledSbvg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK22VFNotificationBellViewC18isElevationEnabledSbvs", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC18isElevationEnabledSbvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK22VFNotificationBellViewC18isElevationEnabledSbvM", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC18isElevationEnabledSbvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isBackgroundColorEnabled", + "printedName": "isBackgroundColorEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK22VFNotificationBellViewC24isBackgroundColorEnabledSbvp", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC24isBackgroundColorEnabledSbvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK22VFNotificationBellViewC24isBackgroundColorEnabledSbvg", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC24isBackgroundColorEnabledSbvg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK22VFNotificationBellViewC24isBackgroundColorEnabledSbvs", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC24isBackgroundColorEnabledSbvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK22VFNotificationBellViewC24isBackgroundColorEnabledSbvM", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC24isBackgroundColorEnabledSbvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNotificationBellView(py)bounds", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC6boundsSo6CGRectVvp", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "bounds", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNotificationBellView(im)bounds", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC6boundsSo6CGRectVvg", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "bounds", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNotificationBellView(im)setBounds:", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC6boundsSo6CGRectVvs", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "setBounds:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(settings:loginDelegate:onBellClicked:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNotificationBellView", + "printedName": "ViafouraSDK.VFNotificationBellView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNotificationBellView" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.UUID) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK22VFNotificationBellViewC8settings13loginDelegate02onD7ClickedAcA10VFSettingsV_AA07VFLoginH0_py10Foundation4UUIDVctcfc", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC8settings13loginDelegate02onD7ClickedAcA10VFSettingsV_AA07VFLoginH0_py10Foundation4UUIDVctcfc", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK22VFNotificationBellViewC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNotificationBellView", + "printedName": "ViafouraSDK.VFNotificationBellView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNotificationBellView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNotificationBellView(im)initWithFrame:", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC5frameACSo6CGRectV_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNotificationBellView", + "mangledName": "$s11ViafouraSDK22VFNotificationBellViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": 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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFProfileViewController", + "printedName": "VFProfileViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK23VFProfileViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFProfileViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK23VFProfileViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFProfileViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(userUUID:presentationType:loginDelegate:settings:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFProfileViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFProfileViewController", + "printedName": "ViafouraSDK.VFProfileViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFProfileViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + }, + { + "kind": "TypeNominal", + "name": "VFProfilePresentationType", + "printedName": "ViafouraSDK.VFProfilePresentationType", + "usr": "s:11ViafouraSDK25VFProfilePresentationTypeO" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFProfileViewControllerC3new8userUUID16presentationType13loginDelegate8settingsACSg10Foundation0H0V_AA0c12PresentationJ0OAA07VFLoginL0_pAA10VFSettingsVtFZ", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC3new8userUUID16presentationType13loginDelegate8settingsACSg10Foundation0H0V_AA0c12PresentationJ0OAA07VFLoginL0_pAA10VFSettingsVtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFProfileViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFProfileViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setActionCallbacks", + "printedName": "setActionCallbacks(callbacks:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFProfileViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomUIDelegate", + "printedName": "setCustomUIDelegate(customUIDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFCustomUIDelegate", + "printedName": "ViafouraSDK.VFCustomUIDelegate", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFProfileViewControllerC19setCustomUIDelegate06customH0yAA08VFCustomH0_p_tF", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC19setCustomUIDelegate06customH0yAA08VFCustomH0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFProfileViewController", + "printedName": "ViafouraSDK.VFProfileViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFProfileViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFProfileViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFProfileViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFProfileViewController", + "printedName": "ViafouraSDK.VFProfileViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFProfileViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFProfileViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imagePickerController", + "printedName": "imagePickerController(_:didFinishPickingMediaWithInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIImagePickerController", + "printedName": "UIKit.UIImagePickerController", + "usr": "c:objc(cs)UIImagePickerController" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[UIKit.UIImagePickerController.InfoKey : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "InfoKey", + "printedName": "UIKit.UIImagePickerController.InfoKey", + "usr": "c:@T@UIImagePickerControllerInfoKey" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFProfileViewController(im)imagePickerController:didFinishPickingMediaWithInfo:", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC011imagePickerE0_29didFinishPickingMediaWithInfoySo07UIImagegE0C_SDySo0ngeM3KeyaypGtF", + "moduleName": "ViafouraSDK", + "objc_name": "imagePickerController:didFinishPickingMediaWithInfo:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFProfileViewController", + "mangledName": "$s11ViafouraSDK23VFProfileViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSeparatorView", + "printedName": "VFSeparatorView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFSeparatorView", + "mangledName": "$s11ViafouraSDK15VFSeparatorViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFChatContainerError", + "printedName": "VFChatContainerError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFChatContainerError.Type) -> ViafouraSDK.VFChatContainerError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFChatContainerError", + "printedName": "ViafouraSDK.VFChatContainerError", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFChatContainerError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFChatContainerError", + "printedName": "ViafouraSDK.VFChatContainerError", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFChatContainerErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFChatContainerError", + "printedName": "ViafouraSDK.VFChatContainerError", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFChatContainerError", + "printedName": "ViafouraSDK.VFChatContainerError", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFChatContainerErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFChatContainerErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFChatContainerErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFChatContainerErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFChatContainerErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFChatContainerErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFChatContainerErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFChatContainerErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFChatContainerErrorO", + "mangledName": "$s11ViafouraSDK20VFChatContainerErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCreateStoryError", + "printedName": "VFCreateStoryError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCreateStoryError.Type) -> ViafouraSDK.VFCreateStoryError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateStoryError", + "printedName": "ViafouraSDK.VFCreateStoryError", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCreateStoryError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateStoryError", + "printedName": "ViafouraSDK.VFCreateStoryError", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFCreateStoryErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCreateStoryError", + "printedName": "ViafouraSDK.VFCreateStoryError", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCreateStoryError", + "printedName": "ViafouraSDK.VFCreateStoryError", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFCreateStoryErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFCreateStoryErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFCreateStoryErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFCreateStoryErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFCreateStoryErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFCreateStoryErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFCreateStoryErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFCreateStoryErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFCreateStoryErrorO", + "mangledName": "$s11ViafouraSDK18VFCreateStoryErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TrendingContent", + "printedName": "TrendingContent", + "declKind": "Class", + "usr": "s:11ViafouraSDK15TrendingContentC", + "mangledName": "$s11ViafouraSDK15TrendingContentC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "SafariServices", + "printedName": "SafariServices", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CommentContent", + "printedName": "CommentContent", + "declKind": "Class", + "usr": "s:11ViafouraSDK14CommentContentC", + "mangledName": "$s11ViafouraSDK14CommentContentC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ViewChatReplyViewController", + "printedName": "ViewChatReplyViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK013ViewChatReplyC10ControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK013ViewChatReplyC10ControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK013ViewChatReplyC10ControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK013ViewChatReplyC10ControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(originalChatContent:loginDelegate:settings:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.ViewChatReplyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "ViewChatReplyViewController", + "printedName": "ViafouraSDK.ViewChatReplyViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)ViewChatReplyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ChatContent", + "printedName": "ViafouraSDK.ChatContent", + "usr": "s:11ViafouraSDK11ChatContentC" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK013ViewChatReplyC10ControllerC3new08originalD7Content13loginDelegate8settingsACSgAA0dI0C_AA07VFLoginK0_pAA10VFSettingsVtFZ", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC3new08originalD7Content13loginDelegate8settingsACSgAA0dI0C_AA07VFLoginK0_pAA10VFSettingsVtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)ViewChatReplyViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK013ViewChatReplyC10ControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)ViewChatReplyViewController(im)viewDidAppear:", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC13viewDidAppearyySbF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ViewChatReplyViewController", + "printedName": "ViafouraSDK.ViewChatReplyViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)ViewChatReplyViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)ViewChatReplyViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.ViewChatReplyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "ViewChatReplyViewController", + "printedName": "ViafouraSDK.ViewChatReplyViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)ViewChatReplyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)ViewChatReplyViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)ViewChatReplyViewController", + "mangledName": "$s11ViafouraSDK013ViewChatReplyC10ControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ChatReplyViewController", + "printedName": "ChatReplyViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK23ChatReplyViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23ChatReplyViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK23ChatReplyViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23ChatReplyViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(originalChatContent:containerId:articleMetadata:loginDelegate:settings:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.ChatReplyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "ChatReplyViewController", + "printedName": "ViafouraSDK.ChatReplyViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)ChatReplyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ChatContent", + "printedName": "ViafouraSDK.ChatContent", + "usr": "s:11ViafouraSDK11ChatContentC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23ChatReplyViewControllerC3new08originalC7Content11containerId15articleMetadata13loginDelegate8settingsACSgAA0cI0C_SSAA09VFArticleM0VAA07VFLoginO0_pAA10VFSettingsVtFZ", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC3new08originalC7Content11containerId15articleMetadata13loginDelegate8settingsACSgAA0cI0C_SSAA09VFArticleM0VAA07VFLoginO0_pAA10VFSettingsVtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)ChatReplyViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23ChatReplyViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)ChatReplyViewController(im)viewDidAppear:", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC13viewDidAppearyySbF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ChatReplyViewController", + "printedName": "ViafouraSDK.ChatReplyViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)ChatReplyViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)ChatReplyViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.ChatReplyViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "ChatReplyViewController", + "printedName": "ViafouraSDK.ChatReplyViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)ChatReplyViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)ChatReplyViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textViewDidChange", + "printedName": "textViewDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITextView", + "printedName": "UIKit.UITextView", + "usr": "c:objc(cs)UITextView" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)ChatReplyViewController(im)textViewDidChange:", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC04textE9DidChangeyySo06UITextE0CF", + "moduleName": "ViafouraSDK", + "objc_name": "textViewDidChange:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)ChatReplyViewController", + "mangledName": "$s11ViafouraSDK23ChatReplyViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCookieLoginData", + "printedName": "VFCookieLoginData", + "declKind": "Struct", + "usr": "s:11ViafouraSDK17VFCookieLoginDataV", + "mangledName": "$s11ViafouraSDK17VFCookieLoginDataV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCookieLoginError", + "printedName": "VFCookieLoginError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCookieLoginError.Type) -> ViafouraSDK.VFCookieLoginError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCookieLoginError", + "printedName": "ViafouraSDK.VFCookieLoginError", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCookieLoginError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCookieLoginError", + "printedName": "ViafouraSDK.VFCookieLoginError", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCookieLoginError", + "printedName": "ViafouraSDK.VFCookieLoginError", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCookieLoginError", + "printedName": "ViafouraSDK.VFCookieLoginError", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFCookieLoginErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFCookieLoginErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFCookieLoginErrorO", + "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSubscribeTopicError", + "printedName": "VFSubscribeTopicError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSubscribeTopicError.Type) -> ViafouraSDK.VFSubscribeTopicError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSubscribeTopicError", + "printedName": "ViafouraSDK.VFSubscribeTopicError", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSubscribeTopicError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSubscribeTopicError", + "printedName": "ViafouraSDK.VFSubscribeTopicError", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSubscribeTopicErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFSubscribeTopicError", + "printedName": "ViafouraSDK.VFSubscribeTopicError", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFSubscribeTopicError", + "printedName": "ViafouraSDK.VFSubscribeTopicError", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK21VFSubscribeTopicErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFSubscribeTopicErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK21VFSubscribeTopicErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK21VFSubscribeTopicErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFSubscribeTopicErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK21VFSubscribeTopicErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK21VFSubscribeTopicErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK21VFSubscribeTopicErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK21VFSubscribeTopicErrorO", + "mangledName": "$s11ViafouraSDK21VFSubscribeTopicErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFNewRepliesNotificationView", + "printedName": "VFNewRepliesNotificationView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewRepliesNotificationView", + "mangledName": "$s11ViafouraSDK28VFNewRepliesNotificationViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFStoryListError", + "printedName": "VFStoryListError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFStoryListError.Type) -> ViafouraSDK.VFStoryListError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFStoryListError", + "printedName": "ViafouraSDK.VFStoryListError", + "usr": "s:11ViafouraSDK16VFStoryListErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFStoryListError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFStoryListError", + "printedName": "ViafouraSDK.VFStoryListError", + "usr": "s:11ViafouraSDK16VFStoryListErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK16VFStoryListErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK16VFStoryListErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFStoryListError", + "printedName": "ViafouraSDK.VFStoryListError", + "usr": "s:11ViafouraSDK16VFStoryListErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFStoryListError", + "printedName": "ViafouraSDK.VFStoryListError", + "usr": "s:11ViafouraSDK16VFStoryListErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK16VFStoryListErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFStoryListErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFStoryListErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFStoryListErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFStoryListErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFStoryListErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK16VFStoryListErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFStoryListErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK16VFStoryListErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK16VFStoryListErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK16VFStoryListErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK16VFStoryListErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK16VFStoryListErrorO", + "mangledName": "$s11ViafouraSDK16VFStoryListErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFCreateChatError", + "printedName": "VFCreateChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFCreateChatError.Type) -> ViafouraSDK.VFCreateChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateChatError", + "printedName": "ViafouraSDK.VFCreateChatError", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFCreateChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFCreateChatError", + "printedName": "ViafouraSDK.VFCreateChatError", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFCreateChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFCreateChatError", + "printedName": "ViafouraSDK.VFCreateChatError", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFCreateChatError", + "printedName": "ViafouraSDK.VFCreateChatError", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFCreateChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFCreateChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFCreateChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFCreateChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFCreateChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFCreateChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFCreateChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFCreateChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFCreateChatErrorO", + "mangledName": "$s11ViafouraSDK17VFCreateChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFFonts", + "printedName": "VFFonts", + "children": [ + { + "kind": "Var", + "name": "fontBoldDefault", + "printedName": "fontBoldDefault", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV15fontBoldDefaultSo6UIFontCvpZ", + "mangledName": "$s11ViafouraSDK7VFFontsV15fontBoldDefaultSo6UIFontCvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV15fontBoldDefaultSo6UIFontCvgZ", + "mangledName": "$s11ViafouraSDK7VFFontsV15fontBoldDefaultSo6UIFontCvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fontLightDefault", + "printedName": "fontLightDefault", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV16fontLightDefaultSo6UIFontCvpZ", + "mangledName": "$s11ViafouraSDK7VFFontsV16fontLightDefaultSo6UIFontCvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV16fontLightDefaultSo6UIFontCvgZ", + "mangledName": "$s11ViafouraSDK7VFFontsV16fontLightDefaultSo6UIFontCvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fontMediumDefault", + "printedName": "fontMediumDefault", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV17fontMediumDefaultSo6UIFontCvpZ", + "mangledName": "$s11ViafouraSDK7VFFontsV17fontMediumDefaultSo6UIFontCvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV17fontMediumDefaultSo6UIFontCvgZ", + "mangledName": "$s11ViafouraSDK7VFFontsV17fontMediumDefaultSo6UIFontCvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fontRegularDefault", + "printedName": "fontRegularDefault", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV18fontRegularDefaultSo6UIFontCvpZ", + "mangledName": "$s11ViafouraSDK7VFFontsV18fontRegularDefaultSo6UIFontCvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV18fontRegularDefaultSo6UIFontCvgZ", + "mangledName": "$s11ViafouraSDK7VFFontsV18fontRegularDefaultSo6UIFontCvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fontSemiboldDefault", + "printedName": "fontSemiboldDefault", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV19fontSemiboldDefaultSo6UIFontCvpZ", + "mangledName": "$s11ViafouraSDK7VFFontsV19fontSemiboldDefaultSo6UIFontCvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV19fontSemiboldDefaultSo6UIFontCvgZ", + "mangledName": "$s11ViafouraSDK7VFFontsV19fontSemiboldDefaultSo6UIFontCvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fontRegular", + "printedName": "fontRegular", + "children": [ + { + "kind": "TypeNominal", + "name": "UnownedStorage", + "printedName": "UIKit.UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV11fontRegularSo6UIFontCvp", + "mangledName": "$s11ViafouraSDK7VFFontsV11fontRegularSo6UIFontCvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 2, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV11fontRegularSo6UIFontCvg", + "mangledName": "$s11ViafouraSDK7VFFontsV11fontRegularSo6UIFontCvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV11fontRegularSo6UIFontCvs", + "mangledName": "$s11ViafouraSDK7VFFontsV11fontRegularSo6UIFontCvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV11fontRegularSo6UIFontCvM", + "mangledName": "$s11ViafouraSDK7VFFontsV11fontRegularSo6UIFontCvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontMedium", + "printedName": "fontMedium", + "children": [ + { + "kind": "TypeNominal", + "name": "UnownedStorage", + "printedName": "UIKit.UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV10fontMediumSo6UIFontCvp", + "mangledName": "$s11ViafouraSDK7VFFontsV10fontMediumSo6UIFontCvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 2, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV10fontMediumSo6UIFontCvg", + "mangledName": "$s11ViafouraSDK7VFFontsV10fontMediumSo6UIFontCvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV10fontMediumSo6UIFontCvs", + "mangledName": "$s11ViafouraSDK7VFFontsV10fontMediumSo6UIFontCvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV10fontMediumSo6UIFontCvM", + "mangledName": "$s11ViafouraSDK7VFFontsV10fontMediumSo6UIFontCvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontBold", + "printedName": "fontBold", + "children": [ + { + "kind": "TypeNominal", + "name": "UnownedStorage", + "printedName": "UIKit.UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV8fontBoldSo6UIFontCvp", + "mangledName": "$s11ViafouraSDK7VFFontsV8fontBoldSo6UIFontCvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 2, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV8fontBoldSo6UIFontCvg", + "mangledName": "$s11ViafouraSDK7VFFontsV8fontBoldSo6UIFontCvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV8fontBoldSo6UIFontCvs", + "mangledName": "$s11ViafouraSDK7VFFontsV8fontBoldSo6UIFontCvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV8fontBoldSo6UIFontCvM", + "mangledName": "$s11ViafouraSDK7VFFontsV8fontBoldSo6UIFontCvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontLight", + "printedName": "fontLight", + "children": [ + { + "kind": "TypeNominal", + "name": "UnownedStorage", + "printedName": "UIKit.UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV9fontLightSo6UIFontCvp", + "mangledName": "$s11ViafouraSDK7VFFontsV9fontLightSo6UIFontCvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 2, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV9fontLightSo6UIFontCvg", + "mangledName": "$s11ViafouraSDK7VFFontsV9fontLightSo6UIFontCvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV9fontLightSo6UIFontCvs", + "mangledName": "$s11ViafouraSDK7VFFontsV9fontLightSo6UIFontCvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV9fontLightSo6UIFontCvM", + "mangledName": "$s11ViafouraSDK7VFFontsV9fontLightSo6UIFontCvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontSemibold", + "printedName": "fontSemibold", + "children": [ + { + "kind": "TypeNominal", + "name": "UnownedStorage", + "printedName": "UIKit.UIFont" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK7VFFontsV12fontSemiboldSo6UIFontCvp", + "mangledName": "$s11ViafouraSDK7VFFontsV12fontSemiboldSo6UIFontCvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasStorage", + "ReferenceOwnership", + "AccessControl" + ], + "ownership": 2, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV12fontSemiboldSo6UIFontCvg", + "mangledName": "$s11ViafouraSDK7VFFontsV12fontSemiboldSo6UIFontCvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV12fontSemiboldSo6UIFontCvs", + "mangledName": "$s11ViafouraSDK7VFFontsV12fontSemiboldSo6UIFontCvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK7VFFontsV12fontSemiboldSo6UIFontCvM", + "mangledName": "$s11ViafouraSDK7VFFontsV12fontSemiboldSo6UIFontCvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(fontLight:fontRegular:fontMedium:fontSemibold:fontBold:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFonts", + "printedName": "ViafouraSDK.VFFonts", + "usr": "s:11ViafouraSDK7VFFontsV" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIFont" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIFont" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIFont" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIFont" + }, + { + "kind": "TypeNominal", + "name": "UIFont", + "printedName": "UIKit.UIFont", + "hasDefaultArg": true, + "usr": "c:objc(cs)UIFont" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK7VFFontsV9fontLight0D7Regular0D6Medium0D8Semibold0D4BoldACSo6UIFontC_A4Jtcfc", + "mangledName": "$s11ViafouraSDK7VFFontsV9fontLight0D7Regular0D6Medium0D8Semibold0D4BoldACSo6UIFontC_A4Jtcfc", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:11ViafouraSDK7VFFontsV", + "mangledName": "$s11ViafouraSDK7VFFontsV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFRemoveEditorPickCommentError", + "printedName": "VFRemoveEditorPickCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFRemoveEditorPickCommentError.Type) -> ViafouraSDK.VFRemoveEditorPickCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFRemoveEditorPickCommentError", + "printedName": "ViafouraSDK.VFRemoveEditorPickCommentError", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFRemoveEditorPickCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFRemoveEditorPickCommentError", + "printedName": "ViafouraSDK.VFRemoveEditorPickCommentError", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK30VFRemoveEditorPickCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFRemoveEditorPickCommentError", + "printedName": "ViafouraSDK.VFRemoveEditorPickCommentError", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFRemoveEditorPickCommentError", + "printedName": "ViafouraSDK.VFRemoveEditorPickCommentError", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK30VFRemoveEditorPickCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK30VFRemoveEditorPickCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK30VFRemoveEditorPickCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK30VFRemoveEditorPickCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK30VFRemoveEditorPickCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK30VFRemoveEditorPickCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK30VFRemoveEditorPickCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK30VFRemoveEditorPickCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK30VFRemoveEditorPickCommentErrorO", + "mangledName": "$s11ViafouraSDK30VFRemoveEditorPickCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFPoweredByViafouraView", + "printedName": "VFPoweredByViafouraView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPoweredByViafouraView", + "mangledName": "$s11ViafouraSDK011VFPoweredByA4ViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "StoryboardCreateable", + "printedName": "StoryboardCreateable", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20StoryboardCreateableP14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK20StoryboardCreateableP14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20StoryboardCreateableP14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK20StoryboardCreateableP14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.StoryboardCreateable>", + "sugared_genericSig": "", + "static": true, + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20StoryboardCreateablePAAE3newxSgyFZ", + "mangledName": "$s11ViafouraSDK20StoryboardCreateablePAAE3newxSgyFZ", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.StoryboardCreateable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:11ViafouraSDK20StoryboardCreateableP", + "mangledName": "$s11ViafouraSDK20StoryboardCreateableP", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 : UIKit.UIViewController>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSpamCommentError", + "printedName": "VFSpamCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSpamCommentError.Type) -> ViafouraSDK.VFSpamCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSpamCommentError", + "printedName": "ViafouraSDK.VFSpamCommentError", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSpamCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSpamCommentError", + "printedName": "ViafouraSDK.VFSpamCommentError", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK18VFSpamCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFSpamCommentError", + "printedName": "ViafouraSDK.VFSpamCommentError", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFSpamCommentError", + "printedName": "ViafouraSDK.VFSpamCommentError", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK18VFSpamCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFSpamCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK18VFSpamCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK18VFSpamCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK18VFSpamCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK18VFSpamCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK18VFSpamCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK18VFSpamCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK18VFSpamCommentErrorO", + "mangledName": "$s11ViafouraSDK18VFSpamCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFPinnedView", + "printedName": "VFPinnedView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPinnedView", + "mangledName": "$s11ViafouraSDK12VFPinnedViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnsubscribeTopicError", + "printedName": "VFUnsubscribeTopicError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnsubscribeTopicError.Type) -> ViafouraSDK.VFUnsubscribeTopicError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnsubscribeTopicError", + "printedName": "ViafouraSDK.VFUnsubscribeTopicError", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnsubscribeTopicError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnsubscribeTopicError", + "printedName": "ViafouraSDK.VFUnsubscribeTopicError", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK23VFUnsubscribeTopicErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnsubscribeTopicError", + "printedName": "ViafouraSDK.VFUnsubscribeTopicError", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnsubscribeTopicError", + "printedName": "ViafouraSDK.VFUnsubscribeTopicError", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK23VFUnsubscribeTopicErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFUnsubscribeTopicErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK23VFUnsubscribeTopicErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK23VFUnsubscribeTopicErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK23VFUnsubscribeTopicErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK23VFUnsubscribeTopicErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK23VFUnsubscribeTopicErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK23VFUnsubscribeTopicErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK23VFUnsubscribeTopicErrorO", + "mangledName": "$s11ViafouraSDK23VFUnsubscribeTopicErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFPinCommentError", + "printedName": "VFPinCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFPinCommentError.Type) -> ViafouraSDK.VFPinCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPinCommentError", + "printedName": "ViafouraSDK.VFPinCommentError", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFPinCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPinCommentError", + "printedName": "ViafouraSDK.VFPinCommentError", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFPinCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFPinCommentError", + "printedName": "ViafouraSDK.VFPinCommentError", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFPinCommentError", + "printedName": "ViafouraSDK.VFPinCommentError", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFPinCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFPinCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFPinCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFPinCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFPinCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFPinCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFPinCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFPinCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFPinCommentErrorO", + "mangledName": "$s11ViafouraSDK17VFPinCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnlikeChatError", + "printedName": "VFUnlikeChatError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnlikeChatError.Type) -> ViafouraSDK.VFUnlikeChatError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnlikeChatError", + "printedName": "ViafouraSDK.VFUnlikeChatError", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnlikeChatError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnlikeChatError", + "printedName": "ViafouraSDK.VFUnlikeChatError", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK17VFUnlikeChatErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnlikeChatError", + "printedName": "ViafouraSDK.VFUnlikeChatError", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnlikeChatError", + "printedName": "ViafouraSDK.VFUnlikeChatError", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK17VFUnlikeChatErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFUnlikeChatErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK17VFUnlikeChatErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK17VFUnlikeChatErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK17VFUnlikeChatErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK17VFUnlikeChatErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK17VFUnlikeChatErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK17VFUnlikeChatErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK17VFUnlikeChatErrorO", + "mangledName": "$s11ViafouraSDK17VFUnlikeChatErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFCustomUIDelegate", + "printedName": "VFCustomUIDelegate", + "children": [ + { + "kind": "Function", + "name": "customizeView", + "printedName": "customizeView(theme:view:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + }, + { + "kind": "TypeNominal", + "name": "VFCustomizableView", + "printedName": "ViafouraSDK.VFCustomizableView", + "usr": "s:11ViafouraSDK18VFCustomizableViewO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP13customizeView5theme4viewyAA7VFThemeO_AA014VFCustomizableF0OtF", + "mangledName": "$s11ViafouraSDK18VFCustomUIDelegateP13customizeView5theme4viewyAA7VFThemeO_AA014VFCustomizableF0OtF", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 where τ_0_0 : ViafouraSDK.VFCustomUIDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP", + "mangledName": "$s11ViafouraSDK18VFCustomUIDelegateP", + "moduleName": "ViafouraSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFSettings", + "printedName": "VFSettings", + "children": [ + { + "kind": "Var", + "name": "fonts", + "printedName": "fonts", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFonts", + "printedName": "ViafouraSDK.VFFonts", + "usr": "s:11ViafouraSDK7VFFontsV" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK10VFSettingsV5fontsAA7VFFontsVvp", + "mangledName": "$s11ViafouraSDK10VFSettingsV5fontsAA7VFFontsVvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "VFFonts", + "printedName": "ViafouraSDK.VFFonts", + "usr": "s:11ViafouraSDK7VFFontsV" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK10VFSettingsV5fontsAA7VFFontsVvg", + "mangledName": "$s11ViafouraSDK10VFSettingsV5fontsAA7VFFontsVvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "VFColors", + "printedName": "ViafouraSDK.VFColors", + "usr": "s:11ViafouraSDK8VFColorsV" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK10VFSettingsV6colorsAA8VFColorsVvp", + "mangledName": "$s11ViafouraSDK10VFSettingsV6colorsAA8VFColorsVvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "VFColors", + "printedName": "ViafouraSDK.VFColors", + "usr": "s:11ViafouraSDK8VFColorsV" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK10VFSettingsV6colorsAA8VFColorsVvg", + "mangledName": "$s11ViafouraSDK10VFSettingsV6colorsAA8VFColorsVvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFColors", + "printedName": "ViafouraSDK.VFColors", + "usr": "s:11ViafouraSDK8VFColorsV" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK10VFSettingsV6colorsAA8VFColorsVvs", + "mangledName": "$s11ViafouraSDK10VFSettingsV6colorsAA8VFColorsVvs", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK10VFSettingsV6colorsAA8VFColorsVvM", + "mangledName": "$s11ViafouraSDK10VFSettingsV6colorsAA8VFColorsVvM", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(colors:fonts:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + }, + { + "kind": "TypeNominal", + "name": "VFColors", + "printedName": "ViafouraSDK.VFColors", + "usr": "s:11ViafouraSDK8VFColorsV" + }, + { + "kind": "TypeNominal", + "name": "VFFonts", + "printedName": "ViafouraSDK.VFFonts", + "hasDefaultArg": true, + "usr": "s:11ViafouraSDK7VFFontsV" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK10VFSettingsV6colors5fontsAcA8VFColorsV_AA7VFFontsVtcfc", + "mangledName": "$s11ViafouraSDK10VFSettingsV6colors5fontsAcA8VFColorsV_AA7VFFontsVtcfc", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:11ViafouraSDK10VFSettingsV", + "mangledName": "$s11ViafouraSDK10VFSettingsV", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SingleChatViewController", + "printedName": "SingleChatViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK24SingleChatViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK24SingleChatViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK24SingleChatViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK24SingleChatViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)SingleChatViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24SingleChatViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)SingleChatViewController(im)viewDidAppear:", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC13viewDidAppearyySbF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SingleChatViewController", + "printedName": "ViafouraSDK.SingleChatViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)SingleChatViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)SingleChatViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.SingleChatViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "SingleChatViewController", + "printedName": "ViafouraSDK.SingleChatViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)SingleChatViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)SingleChatViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)SingleChatViewController", + "mangledName": "$s11ViafouraSDK24SingleChatViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFNewCommentViewController", + "printedName": "VFNewCommentViewController", + "children": [ + { + "kind": "Function", + "name": "new", + "printedName": "new(newCommentActionType:containerId:articleMetadata:loginDelegate:settings:sectionUUID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFNewCommentViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentViewController", + "printedName": "ViafouraSDK.VFNewCommentViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "VFNewCommentActionType", + "printedName": "ViafouraSDK.VFNewCommentActionType", + "usr": "s:11ViafouraSDK22VFNewCommentActionTypeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK26VFNewCommentViewControllerC3new0gD10ActionType11containerId15articleMetadata13loginDelegate8settings11sectionUUIDACSgAA0cdhI0O_SSAA09VFArticleM0VAA07VFLoginO0_pAA10VFSettingsV10Foundation0R0VSgtFZ", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC3new0gD10ActionType11containerId15articleMetadata13loginDelegate8settings11sectionUUIDACSgAA0cdhI0O_SSAA09VFArticleM0VAA07VFLoginO0_pAA10VFSettingsV10Foundation0R0VSgtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK26VFNewCommentViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setActionCallbacks", + "printedName": "setActionCallbacks(callbacks:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK26VFNewCommentViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomUIDelegate", + "printedName": "setCustomUIDelegate(customUIDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFCustomUIDelegate", + "printedName": "ViafouraSDK.VFCustomUIDelegate", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK26VFNewCommentViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidAppear", + "printedName": "viewDidAppear(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController(im)viewDidAppear:", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC13viewDidAppearyySbF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidAppear:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "canBecomeFirstResponder", + "printedName": "canBecomeFirstResponder", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController(py)canBecomeFirstResponder", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC23canBecomeFirstResponderSbvp", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "canBecomeFirstResponder", + "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@ViafouraSDK@objc(cs)VFNewCommentViewController(im)canBecomeFirstResponder", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC23canBecomeFirstResponderSbvg", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "canBecomeFirstResponder", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "canResignFirstResponder", + "printedName": "canResignFirstResponder", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController(py)canResignFirstResponder", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC23canResignFirstResponderSbvp", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "canResignFirstResponder", + "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@ViafouraSDK@objc(cs)VFNewCommentViewController(im)canResignFirstResponder", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC23canResignFirstResponderSbvg", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "canResignFirstResponder", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentViewController", + "printedName": "ViafouraSDK.VFNewCommentViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFNewCommentViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFNewCommentViewController", + "printedName": "ViafouraSDK.VFNewCommentViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textViewDidChange", + "printedName": "textViewDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITextView", + "printedName": "UIKit.UITextView", + "usr": "c:objc(cs)UITextView" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFNewCommentViewController(im)textViewDidChange:", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC04textE9DidChangeyySo06UITextE0CF", + "moduleName": "ViafouraSDK", + "objc_name": "textViewDidChange:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewWillTransition", + "printedName": "viewWillTransition(to:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UIViewControllerTransitionCoordinator", + "printedName": "UIKit.UIViewControllerTransitionCoordinator", + "usr": "c:objc(pl)UIViewControllerTransitionCoordinator" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFNewCommentViewController(im)viewWillTransitionToSize:withTransitionCoordinator:", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC18viewWillTransition2to4withySo6CGSizeV_So06UIViewfI11Coordinator_ptF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewWillTransitionToSize:withTransitionCoordinator:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFNewCommentViewController", + "mangledName": "$s11ViafouraSDK26VFNewCommentViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "WidgetType", + "printedName": "WidgetType", + "children": [ + { + "kind": "Var", + "name": "LIVE_BLOG", + "printedName": "LIVE_BLOG", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.WidgetType.Type) -> ViafouraSDK.WidgetType", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.WidgetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10WidgetTypeO9LIVE_BLOGyA2CmF", + "mangledName": "$s11ViafouraSDK10WidgetTypeO9LIVE_BLOGyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "CONTENT_RECIRCULATION", + "printedName": "CONTENT_RECIRCULATION", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.WidgetType.Type) -> ViafouraSDK.WidgetType", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.WidgetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10WidgetTypeO21CONTENT_RECIRCULATIONyA2CmF", + "mangledName": "$s11ViafouraSDK10WidgetTypeO21CONTENT_RECIRCULATIONyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "STANDALONE_AD", + "printedName": "STANDALONE_AD", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.WidgetType.Type) -> ViafouraSDK.WidgetType", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.WidgetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10WidgetTypeO13STANDALONE_ADyA2CmF", + "mangledName": "$s11ViafouraSDK10WidgetTypeO13STANDALONE_ADyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "CONVERSATION_STARTER", + "printedName": "CONVERSATION_STARTER", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.WidgetType.Type) -> ViafouraSDK.WidgetType", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.WidgetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10WidgetTypeO20CONVERSATION_STARTERyA2CmF", + "mangledName": "$s11ViafouraSDK10WidgetTypeO20CONVERSATION_STARTERyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LIVECHAT", + "printedName": "LIVECHAT", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.WidgetType.Type) -> ViafouraSDK.WidgetType", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.WidgetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10WidgetTypeO8LIVECHATyA2CmF", + "mangledName": "$s11ViafouraSDK10WidgetTypeO8LIVECHATyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "SHAREBAR", + "printedName": "SHAREBAR", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.WidgetType.Type) -> ViafouraSDK.WidgetType", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.WidgetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10WidgetTypeO8SHAREBARyA2CmF", + "mangledName": "$s11ViafouraSDK10WidgetTypeO8SHAREBARyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "LIVE_CONVERSATIONS", + "printedName": "LIVE_CONVERSATIONS", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.WidgetType.Type) -> ViafouraSDK.WidgetType", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.WidgetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10WidgetTypeO18LIVE_CONVERSATIONSyA2CmF", + "mangledName": "$s11ViafouraSDK10WidgetTypeO18LIVE_CONVERSATIONSyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "TRAY_TRIGGER", + "printedName": "TRAY_TRIGGER", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.WidgetType.Type) -> ViafouraSDK.WidgetType", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.WidgetType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK10WidgetTypeO12TRAY_TRIGGERyA2CmF", + "mangledName": "$s11ViafouraSDK10WidgetTypeO12TRAY_TRIGGERyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK10WidgetTypeO8rawValueSSvp", + "mangledName": "$s11ViafouraSDK10WidgetTypeO8rawValueSSvp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK10WidgetTypeO8rawValueSSvg", + "mangledName": "$s11ViafouraSDK10WidgetTypeO8rawValueSSvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.WidgetType?", + "children": [ + { + "kind": "TypeNominal", + "name": "WidgetType", + "printedName": "ViafouraSDK.WidgetType", + "usr": "s:11ViafouraSDK10WidgetTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK10WidgetTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s11ViafouraSDK10WidgetTypeO8rawValueACSgSS_tcfc", + "moduleName": "ViafouraSDK", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK10WidgetTypeO", + "mangledName": "$s11ViafouraSDK10WidgetTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "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": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFPasswordResetError", + "printedName": "VFPasswordResetError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFPasswordResetError.Type) -> ViafouraSDK.VFPasswordResetError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPasswordResetError", + "printedName": "ViafouraSDK.VFPasswordResetError", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFPasswordResetError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFPasswordResetError", + "printedName": "ViafouraSDK.VFPasswordResetError", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFPasswordResetErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFPasswordResetError", + "printedName": "ViafouraSDK.VFPasswordResetError", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFPasswordResetError", + "printedName": "ViafouraSDK.VFPasswordResetError", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFPasswordResetErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFPasswordResetErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFPasswordResetErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFPasswordResetErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFPasswordResetErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFPasswordResetErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFPasswordResetErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFPasswordResetErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFPasswordResetErrorO", + "mangledName": "$s11ViafouraSDK20VFPasswordResetErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFImageView", + "printedName": "VFImageView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView(im)initWithImage:", + "mangledName": "$s11ViafouraSDK11VFImageViewC5imageACSo7UIImageCSg_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(image:highlightedImage:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView(im)initWithImage:highlightedImage:", + "mangledName": "$s11ViafouraSDK11VFImageViewC5image16highlightedImageACSo7UIImageCSg_AHtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "intro_iOS": "3.0", + "objc_name": "initWithImage:highlightedImage:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "Available" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView(im)initWithFrame:", + "mangledName": "$s11ViafouraSDK11VFImageViewC5frameACSo6CGRectV_tcfc", + "moduleName": "ViafouraSDK", + "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": "ViafouraSDK.VFImageView?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFImageView", + "printedName": "ViafouraSDK.VFImageView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK11VFImageViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFImageView", + "mangledName": "$s11ViafouraSDK11VFImageViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIImageView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIImageView", + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUserInfoError", + "printedName": "VFUserInfoError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUserInfoError.Type) -> ViafouraSDK.VFUserInfoError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUserInfoError", + "printedName": "ViafouraSDK.VFUserInfoError", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUserInfoError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUserInfoError", + "printedName": "ViafouraSDK.VFUserInfoError", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK15VFUserInfoErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUserInfoError", + "printedName": "ViafouraSDK.VFUserInfoError", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUserInfoError", + "printedName": "ViafouraSDK.VFUserInfoError", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK15VFUserInfoErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFUserInfoErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK15VFUserInfoErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK15VFUserInfoErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK15VFUserInfoErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK15VFUserInfoErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK15VFUserInfoErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK15VFUserInfoErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK15VFUserInfoErrorO", + "mangledName": "$s11ViafouraSDK15VFUserInfoErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLiveView", + "printedName": "VFLiveView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveView", + "mangledName": "$s11ViafouraSDK10VFLiveViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUpdateChatContainerError", + "printedName": "VFUpdateChatContainerError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUpdateChatContainerError.Type) -> ViafouraSDK.VFUpdateChatContainerError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateChatContainerError", + "printedName": "ViafouraSDK.VFUpdateChatContainerError", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUpdateChatContainerError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUpdateChatContainerError", + "printedName": "ViafouraSDK.VFUpdateChatContainerError", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK26VFUpdateChatContainerErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateChatContainerError", + "printedName": "ViafouraSDK.VFUpdateChatContainerError", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUpdateChatContainerError", + "printedName": "ViafouraSDK.VFUpdateChatContainerError", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK26VFUpdateChatContainerErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK26VFUpdateChatContainerErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK26VFUpdateChatContainerErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK26VFUpdateChatContainerErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK26VFUpdateChatContainerErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK26VFUpdateChatContainerErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK26VFUpdateChatContainerErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK26VFUpdateChatContainerErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK26VFUpdateChatContainerErrorO", + "mangledName": "$s11ViafouraSDK26VFUpdateChatContainerErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDisableCommentError", + "printedName": "VFDisableCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFDisableCommentError.Type) -> ViafouraSDK.VFDisableCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDisableCommentError", + "printedName": "ViafouraSDK.VFDisableCommentError", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFDisableCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDisableCommentError", + "printedName": "ViafouraSDK.VFDisableCommentError", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK21VFDisableCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFDisableCommentError", + "printedName": "ViafouraSDK.VFDisableCommentError", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFDisableCommentError", + "printedName": "ViafouraSDK.VFDisableCommentError", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK21VFDisableCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFDisableCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK21VFDisableCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK21VFDisableCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK21VFDisableCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK21VFDisableCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK21VFDisableCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK21VFDisableCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK21VFDisableCommentErrorO", + "mangledName": "$s11ViafouraSDK21VFDisableCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFSocialLoginProvider", + "printedName": "VFSocialLoginProvider", + "children": [ + { + "kind": "Var", + "name": "google", + "printedName": "google", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO6googleyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO6googleyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "twitter", + "printedName": "twitter", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO7twitteryA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO7twitteryA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "linkedin", + "printedName": "linkedin", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO8linkedinyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO8linkedinyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "apple", + "printedName": "apple", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO5appleyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO5appleyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "viafouraDefinedCookie", + "printedName": "viafouraDefinedCookie", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO21viafouraDefinedCookieyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO21viafouraDefinedCookieyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "facebook", + "printedName": "facebook", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO8facebookyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO8facebookyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "yahoo", + "printedName": "yahoo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO5yahooyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO5yahooyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "windowslive", + "printedName": "windowslive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO11windowsliveyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO11windowsliveyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "aol", + "printedName": "aol", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO3aolyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO3aolyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFSocialLoginProvider.Type) -> ViafouraSDK.VFSocialLoginProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFSocialLoginProvider.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO4noneyA2CmF", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO4noneyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO8rawValueSSvp", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO8rawValueSSvp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO8rawValueSSvg", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO8rawValueSSvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFSocialLoginProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFSocialLoginProvider", + "printedName": "ViafouraSDK.VFSocialLoginProvider", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO8rawValueACSgSS_tcfc", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO8rawValueACSgSS_tcfc", + "moduleName": "ViafouraSDK", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK21VFSocialLoginProviderO", + "mangledName": "$s11ViafouraSDK21VFSocialLoginProviderO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "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": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "VFTextView", + "printedName": "VFTextView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:textContainer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTextView", + "printedName": "ViafouraSDK.VFTextView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.NSTextContainer?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSTextContainer", + "printedName": "UIKit.NSTextContainer", + "usr": "c:objc(cs)NSTextContainer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextView(im)initWithFrame:textContainer:", + "mangledName": "$s11ViafouraSDK10VFTextViewC5frame13textContainerACSo6CGRectV_So06NSTextG0CSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "intro_iOS": "7.0", + "objc_name": "initWithFrame:textContainer:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "Available" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFTextView?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFTextView", + "printedName": "ViafouraSDK.VFTextView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextView(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK10VFTextViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTextView", + "mangledName": "$s11ViafouraSDK10VFTextViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UITextView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UITextView", + "UIKit.UIScrollView", + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFTrustedView", + "printedName": "VFTrustedView", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFTrustedView", + "mangledName": "$s11ViafouraSDK13VFTrustedViewC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "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": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "EventLoginType", + "printedName": "EventLoginType", + "children": [ + { + "kind": "Var", + "name": "cookie", + "printedName": "cookie", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventLoginType.Type) -> ViafouraSDK.EventLoginType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventLoginType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK14EventLoginTypeO6cookieyA2CmF", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO6cookieyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "oauth", + "printedName": "oauth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventLoginType.Type) -> ViafouraSDK.EventLoginType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventLoginType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK14EventLoginTypeO5oauthyA2CmF", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO5oauthyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "loginradius", + "printedName": "loginradius", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventLoginType.Type) -> ViafouraSDK.EventLoginType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventLoginType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK14EventLoginTypeO11loginradiusyA2CmF", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO11loginradiusyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "viafoura", + "printedName": "viafoura", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventLoginType.Type) -> ViafouraSDK.EventLoginType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventLoginType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK14EventLoginTypeO8viafourayA2CmF", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO8viafourayA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "loginradius_social", + "printedName": "loginradius_social", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventLoginType.Type) -> ViafouraSDK.EventLoginType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventLoginType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK14EventLoginTypeO18loginradius_socialyA2CmF", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO18loginradius_socialyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "embedded_loginradius", + "printedName": "embedded_loginradius", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.EventLoginType.Type) -> ViafouraSDK.EventLoginType", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.EventLoginType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK14EventLoginTypeO20embedded_loginradiusyA2CmF", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO20embedded_loginradiusyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK14EventLoginTypeO8rawValueSSvp", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO8rawValueSSvp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK14EventLoginTypeO8rawValueSSvg", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO8rawValueSSvg", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.EventLoginType?", + "children": [ + { + "kind": "TypeNominal", + "name": "EventLoginType", + "printedName": "ViafouraSDK.EventLoginType", + "usr": "s:11ViafouraSDK14EventLoginTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:11ViafouraSDK14EventLoginTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO8rawValueACSgSS_tcfc", + "moduleName": "ViafouraSDK", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK14EventLoginTypeO", + "mangledName": "$s11ViafouraSDK14EventLoginTypeO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "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": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFUnspamCommentError", + "printedName": "VFUnspamCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFUnspamCommentError.Type) -> ViafouraSDK.VFUnspamCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnspamCommentError", + "printedName": "ViafouraSDK.VFUnspamCommentError", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFUnspamCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFUnspamCommentError", + "printedName": "ViafouraSDK.VFUnspamCommentError", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFUnspamCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFUnspamCommentError", + "printedName": "ViafouraSDK.VFUnspamCommentError", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFUnspamCommentError", + "printedName": "ViafouraSDK.VFUnspamCommentError", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFUnspamCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFUnspamCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFUnspamCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFUnspamCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFUnspamCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFUnspamCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFUnspamCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFUnspamCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFUnspamCommentErrorO", + "mangledName": "$s11ViafouraSDK20VFUnspamCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFDeleteCommentError", + "printedName": "VFDeleteCommentError", + "children": [ + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFDeleteCommentError.Type) -> ViafouraSDK.VFDeleteCommentError", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDeleteCommentError", + "printedName": "ViafouraSDK.VFDeleteCommentError", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "ViafouraSDK.VFDeleteCommentError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "VFDeleteCommentError", + "printedName": "ViafouraSDK.VFDeleteCommentError", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK20VFDeleteCommentErrorO7unknownyA2CmF", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "VFDeleteCommentError", + "printedName": "ViafouraSDK.VFDeleteCommentError", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO" + }, + { + "kind": "TypeNominal", + "name": "VFDeleteCommentError", + "printedName": "ViafouraSDK.VFDeleteCommentError", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK20VFDeleteCommentErrorO2eeoiySbAC_ACtFZ", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFDeleteCommentErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK20VFDeleteCommentErrorO9hashValueSivp", + "moduleName": "ViafouraSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK20VFDeleteCommentErrorO9hashValueSivg", + "moduleName": "ViafouraSDK", + "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:11ViafouraSDK20VFDeleteCommentErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK20VFDeleteCommentErrorO4hash4intoys6HasherVz_tF", + "moduleName": "ViafouraSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "errorDescription", + "printedName": "errorDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK20VFDeleteCommentErrorO16errorDescriptionSSSgvp", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK20VFDeleteCommentErrorO16errorDescriptionSSSgvg", + "moduleName": "ViafouraSDK", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:11ViafouraSDK20VFDeleteCommentErrorO", + "mangledName": "$s11ViafouraSDK20VFDeleteCommentErrorO", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "AccessControl" + ], + "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": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "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": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "VFLiveChatViewController", + "printedName": "VFLiveChatViewController", + "children": [ + { + "kind": "Var", + "name": "storyboardName", + "printedName": "storyboardName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:11ViafouraSDK24VFLiveChatViewControllerC14storyboardNameSSvpZ", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC14storyboardNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK24VFLiveChatViewControllerC14storyboardNameSSvgZ", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC14storyboardNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "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:11ViafouraSDK24VFLiveChatViewControllerC14storyboardNameSSvsZ", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC14storyboardNameSSvsZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:11ViafouraSDK24VFLiveChatViewControllerC14storyboardNameSSvMZ", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC14storyboardNameSSvMZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "new", + "printedName": "new(containerId:articleMetadata:loginDelegate:settings:paginationSize:sectionUUID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFLiveChatViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLiveChatViewController", + "printedName": "ViafouraSDK.VFLiveChatViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveChatViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VFArticleMetadata", + "printedName": "ViafouraSDK.VFArticleMetadata", + "usr": "s:11ViafouraSDK17VFArticleMetadataV" + }, + { + "kind": "TypeNominal", + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.UUID?", + "children": [ + { + "kind": "TypeNominal", + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveChatViewControllerC3new11containerId15articleMetadata13loginDelegate8settings14paginationSize11sectionUUIDACSgSS_AA09VFArticleK0VAA07VFLoginM0_pAA10VFSettingsVSi10Foundation0R0VSgtFZ", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC3new11containerId15articleMetadata13loginDelegate8settings14paginationSize11sectionUUIDACSgSS_AA09VFArticleK0VAA07VFLoginM0_pAA10VFSettingsVSi10Foundation0R0VSgtFZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveChatViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC11viewDidLoadyyF", + "moduleName": "ViafouraSDK", + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFTheme", + "printedName": "ViafouraSDK.VFTheme", + "usr": "s:11ViafouraSDK7VFThemeO" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveChatViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC8setTheme5themeyAA7VFThemeO_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setActionCallbacks", + "printedName": "setActionCallbacks(callbacks:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(ViafouraSDK.VFActionCallbackType) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveChatViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setCustomUIDelegate", + "printedName": "setCustomUIDelegate(customUIDelegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFCustomUIDelegate", + "printedName": "ViafouraSDK.VFCustomUIDelegate", + "usr": "s:11ViafouraSDK18VFCustomUIDelegateP" + } + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK24VFLiveChatViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC19setCustomUIDelegate06customI0yAA08VFCustomI0_p_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(nibName:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLiveChatViewController", + "printedName": "ViafouraSDK.VFLiveChatViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveChatViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveChatViewController(im)initWithNibName:bundle:", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithNibName:bundle:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFLiveChatViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "VFLiveChatViewController", + "printedName": "ViafouraSDK.VFLiveChatViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveChatViewController" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveChatViewController(im)initWithCoder:", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "ViafouraSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textViewDidChange", + "printedName": "textViewDidChange(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITextView", + "printedName": "UIKit.UITextView", + "usr": "c:objc(cs)UITextView" + } + ], + "declKind": "Func", + "usr": "c:@CM@ViafouraSDK@objc(cs)VFLiveChatViewController(im)textViewDidChange:", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC04textE9DidChangeyySo06UITextE0CF", + "moduleName": "ViafouraSDK", + "objc_name": "textViewDidChange:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFLiveChatViewController", + "mangledName": "$s11ViafouraSDK24VFLiveChatViewControllerC", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "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": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "TypeDecl", + "name": "URLSession", + "printedName": "URLSession", + "declKind": "Class", + "usr": "c:objc(cs)NSURLSession", + "moduleName": "Foundation", + "isOpen": true, + "intro_iOS": "7.0", + "objc_name": "NSURLSession", + "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": "TypeDecl", + "name": "UIDevice", + "printedName": "UIDevice", + "children": [ + { + "kind": "Var", + "name": "modelName", + "printedName": "modelName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:So8UIDeviceC11ViafouraSDKE9modelNameSSvpZ", + "mangledName": "$sSo8UIDeviceC11ViafouraSDKE9modelNameSSvpZ", + "moduleName": "ViafouraSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "Custom" + ], + "isFromExtension": true, + "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:So8UIDeviceC11ViafouraSDKE9modelNameSSvgZ", + "mangledName": "$sSo8UIDeviceC11ViafouraSDKE9modelNameSSvgZ", + "moduleName": "ViafouraSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIDevice", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIDevice", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "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" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/PollContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 282, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/PollContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 343, + "length": 24, + "value": "\"contentContainerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/PollContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1087, + "length": 13, + "value": "\"trackerUuid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/PollContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1276, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/PollContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1337, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/PollContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1400, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "BooleanLiteral", + "offset": 768, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "BooleanLiteral", + "offset": 904, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "BooleanLiteral", + "offset": 987, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "FloatLiteral", + "offset": 1051, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "BooleanLiteral", + "offset": 1068, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "FloatLiteral", + "offset": 1131, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "BooleanLiteral", + "offset": 1148, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "IntegerLiteral", + "offset": 1378, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "BooleanLiteral", + "offset": 1440, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "BooleanLiteral", + "offset": 1555, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "IntegerLiteral", + "offset": 1644, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "BooleanLiteral", + "offset": 1658, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", + "kind": "IntegerLiteral", + "offset": 1805, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/StoryTableViewController.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 11, + "value": "\"StoryList\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/StoryTableViewController.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 11, + "value": "\"storyCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/StoryTableViewController.swift", + "kind": "FloatLiteral", + "offset": 818, + "length": 5, + "value": "300.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/StoryTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/StoryTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1937, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "FloatLiteral", + "offset": 181, + "length": 5, + "value": "105.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 547, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 673, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "StringLiteral", + "offset": 1133, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 1172, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 1212, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 1309, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 1349, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 1419, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 1579, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 1594, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 1672, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 1687, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 1787, + "length": 3, + "value": "-20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 1803, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 2095, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 2187, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 2287, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 2302, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 2461, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 2901, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "IntegerLiteral", + "offset": 3001, + "length": 3, + "value": "-20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Date\/SettingDateCell.swift", + "kind": "BooleanLiteral", + "offset": 3017, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 1674, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 1722, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 2004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 2054, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 2344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "IntegerLiteral", + "offset": 2591, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 2638, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 2714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 2783, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 2917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "IntegerLiteral", + "offset": 3356, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "IntegerLiteral", + "offset": 3405, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "BooleanLiteral", + "offset": 3449, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "FloatLiteral", + "offset": 3618, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "FloatLiteral", + "offset": 3630, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "FloatLiteral", + "offset": 3774, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "FloatLiteral", + "offset": 3782, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "FloatLiteral", + "offset": 3908, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/WriteReplyCell.swift", + "kind": "FloatLiteral", + "offset": 3920, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationReadEndpoint.swift", + "kind": "StringLiteral", + "offset": 228, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationReadEndpoint.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 22, + "value": "\"notificationUUIDPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationReadEndpoint.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 15, + "value": "\"notifications\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationReadEndpoint.swift", + "kind": "StringLiteral", + "offset": 570, + "length": 6, + "value": "\"read\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationReadEndpoint.swift", + "kind": "StringLiteral", + "offset": 768, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationReadEndpoint.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationReadEndpoint.swift", + "kind": "StringLiteral", + "offset": 1035, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationReadEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1096, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "BooleanLiteral", + "offset": 214, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "IntegerLiteral", + "offset": 363, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "IntegerLiteral", + "offset": 606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "BooleanLiteral", + "offset": 711, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "BooleanLiteral", + "offset": 990, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "IntegerLiteral", + "offset": 1860, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "BooleanLiteral", + "offset": 1939, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+UserComments.swift", + "kind": "StringLiteral", + "offset": 2312, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+DislikeChat.swift", + "kind": "BooleanLiteral", + "offset": 597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "IntegerLiteral", + "offset": 504, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "IntegerLiteral", + "offset": 972, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "FloatLiteral", + "offset": 1133, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 1150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "FloatLiteral", + "offset": 1213, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 1230, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "IntegerLiteral", + "offset": 1424, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 1524, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 1639, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "IntegerLiteral", + "offset": 1728, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 1742, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "IntegerLiteral", + "offset": 1822, + "length": 2, + "value": "-5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "BooleanLiteral", + "offset": 1837, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEditorPicksView.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "BooleanLiteral", + "offset": 349, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "BooleanLiteral", + "offset": 384, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 1233, + "length": 41, + "value": "\"The colorAvatars array must be of size \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 1971, + "length": 17, + "value": "\"ColorBackground\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 2180, + "length": 12, + "value": "\"ColorText1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 2388, + "length": 12, + "value": "\"ColorText2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 2596, + "length": 16, + "value": "\"ColorSeparator\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 2804, + "length": 12, + "value": "\"ColorError\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 3014, + "length": 14, + "value": "\"ColorWarning\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 3230, + "length": 18, + "value": "\"ColorEditorPicks\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 3446, + "length": 21, + "value": "\"ColorThreadingLines\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 3668, + "length": 17, + "value": "\"ColorChatBubble\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 3882, + "length": 13, + "value": "\"ColorPinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 4097, + "length": 18, + "value": "\"ColorPinnedBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 4313, + "length": 14, + "value": "\"ColorPrimary\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 4530, + "length": 19, + "value": "\"ColorPrimaryLight\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 4747, + "length": 14, + "value": "\"ColorBorder1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 4963, + "length": 18, + "value": "\"ColorAuthorBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 5186, + "length": 21, + "value": "\"ColorModeratorBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 5405, + "length": 21, + "value": "\"ColorNewCommentText\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 5615, + "length": 12, + "value": "\"ColorIcons\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", + "kind": "StringLiteral", + "offset": 5819, + "length": 15, + "value": "\"ColorInputBox\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "StringLiteral", + "offset": 1418, + "length": 8, + "value": "\"{name}\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "IntegerLiteral", + "offset": 1650, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "BooleanLiteral", + "offset": 1772, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "BooleanLiteral", + "offset": 2042, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "BooleanLiteral", + "offset": 2264, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "BooleanLiteral", + "offset": 2324, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "IntegerLiteral", + "offset": 2606, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "IntegerLiteral", + "offset": 2753, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "BooleanLiteral", + "offset": 2851, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "IntegerLiteral", + "offset": 3032, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/Cell\/UserCommentCell.swift", + "kind": "IntegerLiteral", + "offset": 3327, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/CommentContainerById\/CommentContainerByIdResponse.swift", + "kind": "IntegerLiteral", + "offset": 1234, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/CommentContainerById\/CommentContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1309, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/CommentContainerById\/CommentContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1363, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/CommentContainerById\/CommentContainerByIdResponse.swift", + "kind": "IntegerLiteral", + "offset": 1602, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/CommentContainerById\/CommentContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1673, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/CommentContainerById\/CommentContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1726, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", + "kind": "FloatLiteral", + "offset": 962, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewModel.swift", + "kind": "Dictionary", + "offset": 442, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UserCommentsEndpoint.swift", + "kind": "StringLiteral", + "offset": 274, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UserCommentsEndpoint.swift", + "kind": "StringLiteral", + "offset": 323, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UserCommentsEndpoint.swift", + "kind": "StringLiteral", + "offset": 630, + "length": 8, + "value": "\"recent\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UserCommentsEndpoint.swift", + "kind": "StringLiteral", + "offset": 913, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UserCommentsEndpoint.swift", + "kind": "StringLiteral", + "offset": 1087, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UserCommentsEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 667, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 937, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1065, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1144, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1203, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1278, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1453, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1554, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAwaitingModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1749, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "IntegerLiteral", + "offset": 580, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "IntegerLiteral", + "offset": 680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "BooleanLiteral", + "offset": 893, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1050, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1065, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1145, + "length": 3, + "value": "-30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "BooleanLiteral", + "offset": 1161, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyModerationView.swift", + "kind": "IntegerLiteral", + "offset": 1387, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/FlagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 212, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/FlagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/FlagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/FlagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 610, + "length": 7, + "value": "\"flags\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/FlagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1085, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/FlagChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1146, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+DeleteStory.swift", + "kind": "BooleanLiteral", + "offset": 598, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatListEndpoint.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatListEndpoint.swift", + "kind": "StringLiteral", + "offset": 312, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatListEndpoint.swift", + "kind": "StringLiteral", + "offset": 628, + "length": 10, + "value": "\"messages\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1019, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1105, + "length": 15, + "value": "\"starting_from\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1225, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1300, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1361, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+WebSocket.swift", + "kind": "StringLiteral", + "offset": 286, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+WebSocket.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+WebSocket.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 1337, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 3084, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 3341, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 3590, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsContainerSignatureEndpoint.swift", + "kind": "StringLiteral", + "offset": 317, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsContainerSignatureEndpoint.swift", + "kind": "StringLiteral", + "offset": 371, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsContainerSignatureEndpoint.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 11, + "value": "\"signature\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsContainerSignatureEndpoint.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsContainerSignatureEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+UnflagComment.swift", + "kind": "BooleanLiteral", + "offset": 648, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIFont+Register.swift", + "kind": "StringLiteral", + "offset": 240, + "length": 5, + "value": "\"ttf\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 343, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 473, + "length": 31, + "value": "\"feed.header.trending_articles\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 595, + "length": 15, + "value": "\"sdk.add_reply\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 34, + "value": "\"comments.navigation.all_comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 829, + "length": 14, + "value": "\"sdk.activity\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 994, + "length": 21, + "value": "\"badges.author_owner\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 46, + "value": "\"conversations.moderation.awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 40, + "value": "\"comments.new_comment.start_placeholder\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 1412, + "length": 12, + "value": "\"sdk.camera\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 22, + "value": "\"report.cancel_button\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 1636, + "length": 36, + "value": "\"chat.settings.end_time.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 1807, + "length": 34, + "value": "\"chat.settings.display_name.label\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 1970, + "length": 38, + "value": "\"chat.settings.start_time.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 2126, + "length": 20, + "value": "\"sdk.comment_single\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 2243, + "length": 25, + "value": "\"sdk.post_report_message\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 21, + "value": "\"navigation.settings\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 2490, + "length": 37, + "value": "\"comments.settings.expiry_time_label\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 2633, + "length": 31, + "value": "\"comments.settings.no_date_set\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 2766, + "length": 24, + "value": "\"comments.settings.hide\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 2899, + "length": 26, + "value": "\"comments.settings.premod\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 3018, + "length": 36, + "value": "\"feed.notifications.comments.single\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 3148, + "length": 18, + "value": "\"sdk.commented_on\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 3261, + "length": 19, + "value": "\"sdk.commenting_on\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 3371, + "length": 21, + "value": "\"sdk.comments_plural\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 3488, + "length": 18, + "value": "\"comments.heading\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 3598, + "length": 22, + "value": "\"navigation.community\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 3717, + "length": 28, + "value": "\"conversations.posts.edited\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 3871, + "length": 29, + "value": "\"conversations.posts.deleted\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 4029, + "length": 56, + "value": "\"conversations.content_container.expiry_notice.comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 4183, + "length": 40, + "value": "\"conversations.actions.copy_console_url\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 4314, + "length": 31, + "value": "\"conversations.actions.disable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 4465, + "length": 35, + "value": "\"conversations.moderation.disabled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 4622, + "length": 28, + "value": "\"conversations.actions.edit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 4772, + "length": 21, + "value": "\"badges.editors_pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 4886, + "length": 26, + "value": "\"badges.make_editors_pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 5002, + "length": 30, + "value": "\"conversations.actions.enable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 5156, + "length": 20, + "value": "\"sdk.expand_replies\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 5271, + "length": 43, + "value": "\"conversations.feedback_survey.label_part1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 5409, + "length": 43, + "value": "\"conversations.feedback_survey.label_part2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 5543, + "length": 21, + "value": "\"badges.editors_pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 5651, + "length": 17, + "value": "\"navigation.feed\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 5766, + "length": 31, + "value": "\"conversations.posts.flag.past\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 5919, + "length": 31, + "value": "\"conversations.posts.flag.verb\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6071, + "length": 10, + "value": "\"sdk.flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6169, + "length": 11, + "value": "\"sdk.flags\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6270, + "length": 21, + "value": "\"user_actions.follow\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6410, + "length": 29, + "value": "\"community.following.getDate\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6530, + "length": 14, + "value": "\"sdk.follower\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6636, + "length": 15, + "value": "\"sdk.followers\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6748, + "length": 15, + "value": "\"sdk.followers\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6855, + "length": 28, + "value": "\"community.following.header\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 6980, + "length": 28, + "value": "\"community.following.header\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 7098, + "length": 13, + "value": "\"sdk.gallery\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 7202, + "length": 14, + "value": "\"sdk.greeting\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 7303, + "length": 10, + "value": "\"sdk.like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 7401, + "length": 11, + "value": "\"sdk.likes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 7507, + "length": 22, + "value": "\"sdk.liked_comment_on\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 7620, + "length": 22, + "value": "\"chat.navigation.chat\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 7741, + "length": 40, + "value": "\"conversations.load_more.label.comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 7919, + "length": 24, + "value": "\"feed.account.nav.login\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 8039, + "length": 26, + "value": "\"settings.controls.logout\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 8186, + "length": 26, + "value": "\"chat.navigation.moderate\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 8310, + "length": 22, + "value": "\"sdk.empty_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 8424, + "length": 24, + "value": "\"badges.moderator_title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 8541, + "length": 32, + "value": "\"conversations.sorts.most_liked\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 8696, + "length": 34, + "value": "\"conversations.sorts.most_replies\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 8852, + "length": 19, + "value": "\"user_actions.mute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 8987, + "length": 24, + "value": "\"community.muted.header\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 9104, + "length": 24, + "value": "\"sdk.new_comment_single\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 9222, + "length": 25, + "value": "\"sdk.new_comments_plural\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 9337, + "length": 28, + "value": "\"conversations.sorts.newest\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 9486, + "length": 40, + "value": "\"profile.user_actions.comment.none.self\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 9620, + "length": 27, + "value": "\"community.followers.empty\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 9741, + "length": 27, + "value": "\"community.following.empty\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 9858, + "length": 23, + "value": "\"community.muted.empty\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 9979, + "length": 25, + "value": "\"sdk.empty_notifications\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 10102, + "length": 32, + "value": "\"trending_articles.states.empty\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 10223, + "length": 19, + "value": "\"feed.header.older\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 10360, + "length": 28, + "value": "\"conversations.sorts.oldest\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 10501, + "length": 7, + "value": "\"or.or\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 10595, + "length": 27, + "value": "\"conversations.actions.pin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 10740, + "length": 15, + "value": "\"badges.pinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 10877, + "length": 30, + "value": "\"conversations.rich_text.post\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 11028, + "length": 39, + "value": "\"comments.new_comment.join_placeholder\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 11163, + "length": 44, + "value": "\"profile.user_actions.comment.comment.other\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 11341, + "length": 21, + "value": "\"branding.powered_by\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 11452, + "length": 13, + "value": "\"sdk.privacy\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 11555, + "length": 20, + "value": "\"navigation.profile\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 11666, + "length": 15, + "value": "\"sdk.read_more\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 11777, + "length": 38, + "value": "\"conversations.actions.remove_comment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 11943, + "length": 21, + "value": "\"chat.actions.delete\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 12091, + "length": 24, + "value": "\"sdk.remove_editor_pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 12212, + "length": 21, + "value": "\"sdk.replied_comment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 12328, + "length": 32, + "value": "\"conversations.posts.reply.verb\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 12481, + "length": 17, + "value": "\"sdk.replying_to\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 12592, + "length": 35, + "value": "\"report.confirmation.return_button\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 12722, + "length": 30, + "value": "\"report.reasons.cancel_button\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 12852, + "length": 22, + "value": "\"report.reasons.title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 12969, + "length": 30, + "value": "\"report.reasons.submit_button\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 13094, + "length": 26, + "value": "\"report.confirmation.text\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 13217, + "length": 33, + "value": "\"report.reasons.spam.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 13348, + "length": 27, + "value": "\"report.reasons.spam.title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 13475, + "length": 36, + "value": "\"report.reasons.private.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 13612, + "length": 30, + "value": "\"report.reasons.private.title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 13742, + "length": 32, + "value": "\"report.starter.text.first_line\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 13874, + "length": 33, + "value": "\"report.starter.text.second_line\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 14007, + "length": 32, + "value": "\"report.starter.text.third_line\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 14139, + "length": 33, + "value": "\"report.starter.text.fourth_line\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 14272, + "length": 29, + "value": "\"report.starter.start_button\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 14408, + "length": 36, + "value": "\"report.reasons.impersonation.title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 14550, + "length": 42, + "value": "\"report.reasons.impersonation.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 14698, + "length": 36, + "value": "\"report.reasons.inappropriate.title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 14839, + "length": 42, + "value": "\"report.reasons.inappropriate.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 14986, + "length": 34, + "value": "\"report.reasons.threatening.title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 15124, + "length": 40, + "value": "\"report.reasons.threatening.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 15268, + "length": 33, + "value": "\"report.reasons.harassment.title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 15404, + "length": 39, + "value": "\"report.reasons.harassment.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 15545, + "length": 31, + "value": "\"report.reasons.disagree.title\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 15677, + "length": 37, + "value": "\"report.reasons.disagree.description\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 15811, + "length": 20, + "value": "\"sdk.select_picture\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 15954, + "length": 27, + "value": "\"conversations.posts.share\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 16098, + "length": 25, + "value": "\"feed.account.nav.signup\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 16219, + "length": 32, + "value": "\"conversations.typing.top_level\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 16340, + "length": 13, + "value": "\"sdk.sort_by\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 16440, + "length": 36, + "value": "\"conversations.actions.mark_as_spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 16571, + "length": 31, + "value": "\"conversations.moderation.spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 16729, + "length": 27, + "value": "\"feed.notifications.follow\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 16845, + "length": 19, + "value": "\"feed.header.today\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 16980, + "length": 14, + "value": "\"badges.topic\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 17084, + "length": 30, + "value": "\"conversations.actions.unflag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 17237, + "length": 21, + "value": "\"user_actions.unmute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 17347, + "length": 29, + "value": "\"conversations.actions.unpin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 17494, + "length": 30, + "value": "\"conversations.actions.unspam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 17648, + "length": 28, + "value": "\"conversations.actions.edit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 17802, + "length": 33, + "value": "\"conversations.view_all.comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 17926, + "length": 15, + "value": "\"sdk.view_more\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 18036, + "length": 28, + "value": "\"chat.chat_form.placeholder\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 18157, + "length": 23, + "value": "\"feed.header.yesterday\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 18307, + "length": 43, + "value": "\"profile.user_actions.comment.comment.self\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 18388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 18566, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 18967, + "length": 34, + "value": "\"Unable to parse \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 18995, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19186, + "length": 17, + "value": "\"Strings-Spanish\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19244, + "length": 15, + "value": "\"Strings-Dutch\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19301, + "length": 16, + "value": "\"Strings-French\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19359, + "length": 16, + "value": "\"Strings-Korean\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19417, + "length": 16, + "value": "\"Strings-Danish\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19479, + "length": 20, + "value": "\"Strings-Portuguese\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19542, + "length": 17, + "value": "\"Strings-English\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19602, + "length": 17, + "value": "\"Strings-Italian\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", + "kind": "StringLiteral", + "offset": 19661, + "length": 16, + "value": "\"Strings-German\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+UnlikeStory.swift", + "kind": "BooleanLiteral", + "offset": 597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/VotePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/VotePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 350, + "length": 24, + "value": "\"contentContainerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/VotePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 411, + "length": 12, + "value": "\"pollIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/VotePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 828, + "length": 6, + "value": "\"vote\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/VotePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 1377, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/VotePollEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1447, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/VotePollEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 665, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 1279, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 1640, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 2166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 2261, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 2783, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 3145, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 404, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 464, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 469, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 481, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 485, + "length": 3, + "value": "0xF" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 503, + "length": 3, + "value": "0xF" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 527, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 574, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 586, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 597, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 632, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 703, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 720, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 732, + "length": 4, + "value": "0xFF" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 843, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 868, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 892, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 917, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 1052, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "FloatLiteral", + "offset": 1058, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 1099, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "FloatLiteral", + "offset": 1105, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 1146, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "FloatLiteral", + "offset": 1152, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "StringLiteral", + "offset": 1201, + "length": 18, + "value": "\"#%02lX%02lX%02lX\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 1239, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 1264, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Hex.swift", + "kind": "IntegerLiteral", + "offset": 1289, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+FlagComment.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UnmuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 269, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UnmuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 318, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UnmuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 7, + "value": "\"mutes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UnmuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UnmuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 692, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UnmuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UnmuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UnmuteUserEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1467, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1499, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1536, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2216, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3986, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4212, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4434, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "IntegerLiteral", + "offset": 4697, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "IntegerLiteral", + "offset": 4963, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5066, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5170, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5284, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5537, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "StringLiteral", + "offset": 7231, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "StringLiteral", + "offset": 7240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "StringLiteral", + "offset": 7369, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "StringLiteral", + "offset": 7378, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "IntegerLiteral", + "offset": 7586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 8242, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel.swift", + "kind": "BooleanLiteral", + "offset": 8424, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewModel.swift", + "kind": "StringLiteral", + "offset": 2269, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewModel.swift", + "kind": "StringLiteral", + "offset": 2359, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2593, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Subscribe.swift", + "kind": "BooleanLiteral", + "offset": 856, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Subscribe.swift", + "kind": "BooleanLiteral", + "offset": 1525, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Subscribe.swift", + "kind": "BooleanLiteral", + "offset": 2228, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/BatchEndpoint.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/BatchEndpoint.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/BatchEndpoint.swift", + "kind": "StringLiteral", + "offset": 700, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/BatchEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 761, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 1902, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 4511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 4597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 5162, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 5582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 6145, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 6240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 6799, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 7222, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 7394, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 7975, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 8169, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 8338, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 8915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 9109, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "IntegerLiteral", + "offset": 9288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "StringLiteral", + "offset": 10312, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "StringLiteral", + "offset": 10356, + "length": 35, + "value": "\"?__vfz=medium%3Dcomment_share#vf-\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "FloatLiteral", + "offset": 11110, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "StringLiteral", + "offset": 12582, + "length": 53, + "value": "\"https:\/\/console.viafoura.co\/moderation\/quick_search\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "StringLiteral", + "offset": 12661, + "length": 76, + "value": "\"?filters=[{\"field\":\"content_id\",\"operator\":\"equals\",\"values\":[\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "StringLiteral", + "offset": 12774, + "length": 84, + "value": "\"\"]},{\"field\":\"service\",\"operator\":\"equals\",\"values\":[\"livecomment\"]}]\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "IntegerLiteral", + "offset": 16747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "IntegerLiteral", + "offset": 16963, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "StringLiteral", + "offset": 17312, + "length": 10, + "value": "\"featured\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "StringLiteral", + "offset": 17721, + "length": 5, + "value": "\"all\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 18032, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventView.swift", + "kind": "BooleanLiteral", + "offset": 373, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/ReplyCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 341, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/ReplyCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 395, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/ReplyCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 452, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/ReplyCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 858, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/ReplyCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1778, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/ReplyCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SignupEndpoint.swift", + "kind": "StringLiteral", + "offset": 317, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SignupEndpoint.swift", + "kind": "StringLiteral", + "offset": 587, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SignupEndpoint.swift", + "kind": "StringLiteral", + "offset": 667, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SignupEndpoint.swift", + "kind": "StringLiteral", + "offset": 696, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SignupEndpoint.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SignupEndpoint.swift", + "kind": "StringLiteral", + "offset": 1052, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SignupEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1113, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+LikeStory.swift", + "kind": "BooleanLiteral", + "offset": 584, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService+UpdateAvatar.swift", + "kind": "BooleanLiteral", + "offset": 645, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 274, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 333, + "length": 22, + "value": "\"contentContainerPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1293, + "length": 13, + "value": "\"reply_limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1328, + "length": 11, + "value": "\"sorted_by\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1422, + "length": 15, + "value": "\"starting_from\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1522, + "length": 13, + "value": "\"filtered_by\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1645, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1719, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1770, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/SubscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/SubscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 13, + "value": "\"topicIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/SubscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 687, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/SubscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 765, + "length": 19, + "value": "\"contentcontainers\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/SubscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1135, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/SubscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/SubscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1395, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/SubscribeContentContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1456, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "IntegerLiteral", + "offset": 569, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "BooleanLiteral", + "offset": 762, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "BooleanLiteral", + "offset": 877, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "BooleanLiteral", + "offset": 956, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "IntegerLiteral", + "offset": 1034, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "BooleanLiteral", + "offset": 1049, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "IntegerLiteral", + "offset": 1129, + "length": 3, + "value": "-30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "BooleanLiteral", + "offset": 1145, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyChatsView.swift", + "kind": "IntegerLiteral", + "offset": 1371, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2003, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 3348, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 3357, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 4276, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 4285, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4912, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 5253, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 5262, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5477, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5655, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 6797, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 6806, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "IntegerLiteral", + "offset": 6962, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7199, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7276, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7357, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7430, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7470, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 7736, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 7915, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "IntegerLiteral", + "offset": 8183, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "IntegerLiteral", + "offset": 8232, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "IntegerLiteral", + "offset": 8353, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 9317, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 9603, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 9612, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 10311, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 10597, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 10606, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "BooleanLiteral", + "offset": 11212, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 11498, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", + "kind": "StringLiteral", + "offset": 11507, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Logging\/LoggingService.swift", + "kind": "StringLiteral", + "offset": 165, + "length": 16, + "value": "\"[ViafouraSDK] \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1100, + "length": 14, + "value": "\"CommentsList\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "FloatLiteral", + "offset": 1441, + "length": 5, + "value": "300.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1508, + "length": 8, + "value": "\"adCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1557, + "length": 20, + "value": "\"commentDividerCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1611, + "length": 13, + "value": "\"commentCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1661, + "length": 16, + "value": "\"writeReplyCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1716, + "length": 18, + "value": "\"followPromptCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1860, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1911, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 2168, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 2351, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 2720, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 2727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 2731, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 3048, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 3091, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "FloatLiteral", + "offset": 3164, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "FloatLiteral", + "offset": 3192, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 3285, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 4334, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 5356, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 5565, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 6034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 6571, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 7251, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 7279, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 7456, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 7540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 8145, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 8223, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 8530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 8855, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 438, + "length": 14, + "value": "\"Content-Type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 18, + "value": "\"application\/json\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 14, + "value": "\"Content-Type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 617, + "length": 35, + "value": "\"application\/x-www-form-urlencoded\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 820, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 833, + "length": 1, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "StringLiteral", + "offset": 841, + "length": 1, + "value": "\"&\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HasBodyDataType.swift", + "kind": "BooleanLiteral", + "offset": 928, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UndislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 225, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UndislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 275, + "length": 13, + "value": "\"storyIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UndislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UndislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 10, + "value": "\"dislikes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UndislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 1109, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UndislikeStoryEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1170, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "StringLiteral", + "offset": 259, + "length": 18, + "value": "\"NotificationList\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 18, + "value": "\"notificationCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "StringLiteral", + "offset": 641, + "length": 26, + "value": "\"notificationTrendingCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "FloatLiteral", + "offset": 1152, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "FloatLiteral", + "offset": 1176, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1261, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1434, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/NotificationListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 2475, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/PollTableViewController.swift", + "kind": "StringLiteral", + "offset": 235, + "length": 17, + "value": "\"PollOptionsList\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/PollTableViewController.swift", + "kind": "StringLiteral", + "offset": 318, + "length": 12, + "value": "\"pollOption\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/PollTableViewController.swift", + "kind": "StringLiteral", + "offset": 369, + "length": 18, + "value": "\"pollOptionResult\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/PollTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Polls\/VFPollsService+ClosePoll.swift", + "kind": "StringLiteral", + "offset": 422, + "length": 23, + "value": "\"yyyy-MM-dd'T'HH:mm:ss\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/FlagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/FlagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/FlagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/FlagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/FlagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 6, + "value": "\"flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/FlagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/FlagCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1193, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 451, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 797, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 1080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 1358, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/ClosePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 291, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/ClosePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 352, + "length": 24, + "value": "\"contentContainerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/ClosePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 12, + "value": "\"pollIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/ClosePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/ClosePollEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/ClosePollEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1433, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 609, + "length": 7, + "value": "\"login\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"cookie\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 746, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 749, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/CookieLoginEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1153, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3699, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "StringLiteral", + "offset": 5048, + "length": 17, + "value": "\" · 8 days left\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "StringLiteral", + "offset": 5100, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "IntegerLiteral", + "offset": 5239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1630, + "length": 9, + "value": "\"deleted\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1659, + "length": 9, + "value": "\"visible\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 6, + "value": "\"spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1712, + "length": 10, + "value": "\"disabled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1741, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1781, + "length": 21, + "value": "\"awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1630, + "length": 9, + "value": "\"deleted\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1659, + "length": 9, + "value": "\"visible\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 6, + "value": "\"spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1712, + "length": 10, + "value": "\"disabled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1741, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", + "kind": "StringLiteral", + "offset": 1781, + "length": 21, + "value": "\"awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2848, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3375, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3470, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3999, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4364, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+DislikeComment.swift", + "kind": "BooleanLiteral", + "offset": 683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/NotificationBellViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2043, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/NotificationBellViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/NotificationBellViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2257, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/NotificationBellViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2351, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/NotificationBellViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/NotificationBellViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/NotificationBellViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2857, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/NotificationBellViewModel.swift", + "kind": "IntegerLiteral", + "offset": 3039, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "Dictionary", + "offset": 375, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "IntegerLiteral", + "offset": 629, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "IntegerLiteral", + "offset": 696, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 4, + "value": "\": \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "BooleanLiteral", + "offset": 7238, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "StringLiteral", + "offset": 8667, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "BooleanLiteral", + "offset": 9739, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService.swift", + "kind": "StringLiteral", + "offset": 13743, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+ChatSelection.swift", + "kind": "BooleanLiteral", + "offset": 590, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+EnableChat.swift", + "kind": "BooleanLiteral", + "offset": 580, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UUID+UserID.swift", + "kind": "StringLiteral", + "offset": 233, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UUID+UserID.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UUID+UserID.swift", + "kind": "IntegerLiteral", + "offset": 342, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 332, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 556, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 583, + "length": 7, + "value": "\"login\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 610, + "length": 15, + "value": "\"openidconnect\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 727, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 730, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/OpenIdLoginEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1122, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+Login.swift", + "kind": "BooleanLiteral", + "offset": 579, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Dictionary+JSONString.swift", + "kind": "Array", + "offset": 263, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Dictionary+JSONString.swift", + "kind": "StringLiteral", + "offset": 387, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFButton.swift", + "kind": "BooleanLiteral", + "offset": 553, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+LikeComment.swift", + "kind": "BooleanLiteral", + "offset": 662, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Unfollow.swift", + "kind": "BooleanLiteral", + "offset": 514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Unfollow.swift", + "kind": "IntegerLiteral", + "offset": 1030, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Unfollow.swift", + "kind": "BooleanLiteral", + "offset": 1696, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Unfollow.swift", + "kind": "IntegerLiteral", + "offset": 2202, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Capitalize.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+Enable.swift", + "kind": "BooleanLiteral", + "offset": 641, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Cache\/KeychainService.swift", + "kind": "BooleanLiteral", + "offset": 674, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "StringLiteral", + "offset": 233, + "length": 14, + "value": "\"BottomPicker\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 16, + "value": "\"sortPickerCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "StringLiteral", + "offset": 858, + "length": 18, + "value": "\"optionPickerCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 909, + "length": 4, + "value": "60.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "BooleanLiteral", + "offset": 1867, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 2455, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "BooleanLiteral", + "offset": 2496, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 2790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "BooleanLiteral", + "offset": 2838, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 3125, + "length": 3, + "value": "-20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 3131, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 3284, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "BooleanLiteral", + "offset": 3436, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 3537, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 3594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 3598, + "length": 2, + "value": "54" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 3841, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 4223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 4271, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 4331, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 4571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 4869, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 5086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 5151, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 5558, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 5570, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 5707, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 5715, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 5841, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 5853, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 6220, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 6261, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "FloatLiteral", + "offset": 6321, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "BooleanLiteral", + "offset": 6435, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewController.swift", + "kind": "IntegerLiteral", + "offset": 6681, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "FloatLiteral", + "offset": 209, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "BooleanLiteral", + "offset": 498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "IntegerLiteral", + "offset": 860, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "BooleanLiteral", + "offset": 965, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "IntegerLiteral", + "offset": 1056, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "BooleanLiteral", + "offset": 1071, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "IntegerLiteral", + "offset": 1475, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "StringLiteral", + "offset": 1907, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "StringLiteral", + "offset": 2094, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/TextField\/SettingTextFieldCell.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnlikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnlikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnlikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 317, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnlikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 616, + "length": 7, + "value": "\"likes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnlikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1091, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnlikeChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1152, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 23, + "value": "\"liveblog_message_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 259, + "length": 26, + "value": "\"liveblog_message_dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 23, + "value": "\"liveblog_message_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 23, + "value": "\"livechat_message_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 26, + "value": "\"livechat_message_dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 466, + "length": 23, + "value": "\"livechat_message_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 14, + "value": "\"comment_post\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 557, + "length": 31, + "value": "\"livecomments_comment_disliked\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 613, + "length": 27, + "value": "\"livecomments_comment_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 19, + "value": "\"comment_box_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 721, + "length": 21, + "value": "\"comment_reply_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 768, + "length": 27, + "value": "\"livecomments_comment_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 20, + "value": "\"tray_profile_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 878, + "length": 21, + "value": "\"follow_conversation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 932, + "length": 22, + "value": "\"tray_community_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 979, + "length": 14, + "value": "\"topic_follow\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 19, + "value": "\"profile_mute_user\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 21, + "value": "\"profile_follow_user\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1113, + "length": 7, + "value": "\"login\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1139, + "length": 8, + "value": "\"signup\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 12, + "value": "\"polls_vote\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 23, + "value": "\"liveblog_message_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 259, + "length": 26, + "value": "\"liveblog_message_dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 23, + "value": "\"liveblog_message_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 23, + "value": "\"livechat_message_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 26, + "value": "\"livechat_message_dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 466, + "length": 23, + "value": "\"livechat_message_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 14, + "value": "\"comment_post\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 557, + "length": 31, + "value": "\"livecomments_comment_disliked\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 613, + "length": 27, + "value": "\"livecomments_comment_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 19, + "value": "\"comment_box_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 721, + "length": 21, + "value": "\"comment_reply_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 768, + "length": 27, + "value": "\"livecomments_comment_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 20, + "value": "\"tray_profile_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 878, + "length": 21, + "value": "\"follow_conversation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 932, + "length": 22, + "value": "\"tray_community_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 979, + "length": 14, + "value": "\"topic_follow\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 19, + "value": "\"profile_mute_user\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 21, + "value": "\"profile_follow_user\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1113, + "length": 7, + "value": "\"login\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1139, + "length": 8, + "value": "\"signup\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", + "kind": "StringLiteral", + "offset": 1170, + "length": 12, + "value": "\"polls_vote\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+Actions.swift", + "kind": "BooleanLiteral", + "offset": 2243, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 278, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 513, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 780, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 815, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 1029, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribeEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+UpdateCommentContainerSettings.swift", + "kind": "BooleanLiteral", + "offset": 909, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CreateCommentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 381, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CreateCommentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CreateCommentContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1207, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+AuthState.swift", + "kind": "IntegerLiteral", + "offset": 1050, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+AuthState.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+AuthState.swift", + "kind": "StringLiteral", + "offset": 1220, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnflagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnflagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 276, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnflagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 333, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnflagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnflagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 745, + "length": 6, + "value": "\"flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnflagCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1145, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnflagCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1206, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/CreateChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 312, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/CreateChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/CreateChatContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "BooleanLiteral", + "offset": 758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "IntegerLiteral", + "offset": 880, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "BooleanLiteral", + "offset": 894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "BooleanLiteral", + "offset": 977, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "FloatLiteral", + "offset": 1041, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "BooleanLiteral", + "offset": 1058, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "FloatLiteral", + "offset": 1121, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "BooleanLiteral", + "offset": 1138, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "IntegerLiteral", + "offset": 1362, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "BooleanLiteral", + "offset": 1424, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "BooleanLiteral", + "offset": 1539, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "BooleanLiteral", + "offset": 1642, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAuthorView.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "StringLiteral", + "offset": 571, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 7, + "value": "\"login\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 13, + "value": "\"loginradius\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "StringLiteral", + "offset": 711, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "StringLiteral", + "offset": 743, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1145, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnlikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnlikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 276, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnlikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 333, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnlikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnlikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 745, + "length": 6, + "value": "\"like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnlikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1145, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnlikeCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1206, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+DisableChat.swift", + "kind": "BooleanLiteral", + "offset": 586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "StringLiteral", + "offset": 356, + "length": 10, + "value": "\"Trending\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "FloatLiteral", + "offset": 972, + "length": 4, + "value": "80.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "StringLiteral", + "offset": 1085, + "length": 23, + "value": "\"condensedTrendingCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "StringLiteral", + "offset": 1139, + "length": 18, + "value": "\"fullTrendingCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "StringLiteral", + "offset": 1186, + "length": 8, + "value": "\"adCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 2631, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 2807, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 2947, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 3067, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 3277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 3322, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "BooleanLiteral", + "offset": 3362, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 4244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 4382, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "BooleanLiteral", + "offset": 5157, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "FloatLiteral", + "offset": 5301, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 5348, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 5392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 5758, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 5816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 5820, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "BooleanLiteral", + "offset": 5980, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6179, + "length": 3, + "value": "140" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "FloatLiteral", + "offset": 7989, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 8728, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift", + "kind": "FloatLiteral", + "offset": 8951, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Date+Format.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 21, + "value": "\"yyyy-MM-dd HH:mm:ss\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 854, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 1018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 1112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 1262, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Notifications.swift", + "kind": "BooleanLiteral", + "offset": 1412, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Notifications.swift", + "kind": "BooleanLiteral", + "offset": 1618, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 1800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+UnflagChat.swift", + "kind": "BooleanLiteral", + "offset": 594, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 284, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 333, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 658, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 776, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 805, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 808, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 1225, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1286, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSegmentedControl.swift", + "kind": "StringLiteral", + "offset": 146, + "length": 18, + "value": "\"ViafouraSDK.VFSegmentedControl\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscriptionsEndpoint.swift", + "kind": "StringLiteral", + "offset": 285, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscriptionsEndpoint.swift", + "kind": "StringLiteral", + "offset": 442, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscriptionsEndpoint.swift", + "kind": "StringLiteral", + "offset": 520, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscriptionsEndpoint.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscriptionsEndpoint.swift", + "kind": "StringLiteral", + "offset": 701, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscriptionsEndpoint.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscriptionsEndpoint.swift", + "kind": "StringLiteral", + "offset": 912, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscriptionsEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+LikeChat.swift", + "kind": "BooleanLiteral", + "offset": 576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 693, + "length": 6, + "value": "\"iOS \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 875, + "length": 7, + "value": "\"phone\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 8, + "value": "\"tablet\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 1240, + "length": 16, + "value": "\"www.google.com\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 1284, + "length": 6, + "value": "\"none\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 1793, + "length": 6, + "value": "\"none\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 1842, + "length": 10, + "value": "\"cellular\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 1897, + "length": 6, + "value": "\"wifi\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Device.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 6, + "value": "\"none\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2210, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3440, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3477, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3557, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3589, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3682, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3723, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3851, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3887, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3920, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "IntegerLiteral", + "offset": 4131, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4184, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 6634, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 6766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 7367, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 7376, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7923, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 8049, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 8058, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 8135, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 8598, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 8724, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 8733, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 8810, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 9348, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 9874, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 9883, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 9960, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 10397, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 10523, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 10532, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 10609, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 11050, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 11176, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 11185, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 11262, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 11449, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "IntegerLiteral", + "offset": 11830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 11884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "Array", + "offset": 12144, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 13315, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 13324, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 13506, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 13576, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 13585, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 13762, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "IntegerLiteral", + "offset": 14472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "IntegerLiteral", + "offset": 14493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 14557, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "IntegerLiteral", + "offset": 14700, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "Array", + "offset": 14876, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 16452, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 16461, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 16693, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 16771, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 16780, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 16938, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 17008, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 17017, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 17415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "IntegerLiteral", + "offset": 17834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 17886, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 18186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 18237, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 18364, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "StringLiteral", + "offset": 18373, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+UndislikeStory.swift", + "kind": "BooleanLiteral", + "offset": 618, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Repository.swift", + "kind": "BooleanLiteral", + "offset": 516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Repository.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authorize\/AuthorizeEndpoint.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 18, + "value": "\"authorize_client\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authorize\/AuthorizeEndpoint.swift", + "kind": "StringLiteral", + "offset": 741, + "length": 14, + "value": "\"Content-Type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authorize\/AuthorizeEndpoint.swift", + "kind": "StringLiteral", + "offset": 1006, + "length": 20, + "value": "\"client_credentials\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authorize\/AuthorizeEndpoint.swift", + "kind": "StringLiteral", + "offset": 1118, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authorize\/AuthorizeEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 13, + "value": "\"AllComments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 204, + "length": 13, + "value": "\"EditorPicks\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 244, + "length": 10, + "value": "\"Featured\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 280, + "length": 8, + "value": "\"SortBy\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 318, + "length": 17, + "value": "\"SortMostReplies\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 363, + "length": 15, + "value": "\"SortMostLiked\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 403, + "length": 12, + "value": "\"SortNewest\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 440, + "length": 12, + "value": "\"SortOldest\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 487, + "length": 13, + "value": "\"ReplyAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 12, + "value": "\"PostAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 572, + "length": 14, + "value": "\"UpdateAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 616, + "length": 13, + "value": "\"ShareAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 658, + "length": 12, + "value": "\"FlagAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 703, + "length": 16, + "value": "\"FlagActionPast\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 755, + "length": 18, + "value": "\"LoadMoreComments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 807, + "length": 17, + "value": "\"ViewAllComments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 11, + "value": "\"PoweredBy\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"Privacy\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 934, + "length": 8, + "value": "\"Follow\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 970, + "length": 11, + "value": "\"Following\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 7, + "value": "\"Login\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1042, + "length": 8, + "value": "\"SignUp\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1071, + "length": 4, + "value": "\"Or\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1112, + "length": 15, + "value": "\"CommentsTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 10, + "value": "\"Greeting\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1203, + "length": 12, + "value": "\"BeTheFirst\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1253, + "length": 16, + "value": "\"ContentRemoved\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1301, + "length": 15, + "value": "\"ContentEdited\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1353, + "length": 15, + "value": "\"SomeoneTyping\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1398, + "length": 8, + "value": "\"Cancel\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1442, + "length": 14, + "value": "\"CommentingOn\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 12, + "value": "\"ReplyingTo\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1531, + "length": 12, + "value": "\"PostPrompt\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1573, + "length": 8, + "value": "\"Pinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1618, + "length": 15, + "value": "\"ExpandReplies\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1667, + "length": 12, + "value": "\"MuteAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1710, + "length": 14, + "value": "\"UnmuteAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1760, + "length": 14, + "value": "\"LogoutAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1808, + "length": 12, + "value": "\"NewComment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1850, + "length": 13, + "value": "\"NewComments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1895, + "length": 10, + "value": "\"Activity\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 11, + "value": "\"Followers\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 1976, + "length": 10, + "value": "\"Follower\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2011, + "length": 7, + "value": "\"Likes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2041, + "length": 6, + "value": "\"Like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2075, + "length": 10, + "value": "\"Comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2111, + "length": 9, + "value": "\"Comment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2149, + "length": 7, + "value": "\"Muted\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2189, + "length": 16, + "value": "\"FollowersTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 16, + "value": "\"FollowingTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2285, + "length": 9, + "value": "\"Profile\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2322, + "length": 11, + "value": "\"Community\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2356, + "length": 6, + "value": "\"Feed\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2394, + "length": 10, + "value": "\"Followed\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2439, + "length": 13, + "value": "\"NoFollowers\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2482, + "length": 13, + "value": "\"NoFollowing\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2521, + "length": 9, + "value": "\"NoMutes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2564, + "length": 12, + "value": "\"NoComments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2610, + "length": 17, + "value": "\"NoNotifications\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2663, + "length": 14, + "value": "\"RemoveAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2706, + "length": 12, + "value": "\"EditAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2754, + "length": 18, + "value": "\"StartedFollowing\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2803, + "length": 14, + "value": "\"LikedComment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2850, + "length": 16, + "value": "\"RepliedComment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2906, + "length": 18, + "value": "\"YouPostedComment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 2956, + "length": 15, + "value": "\"PostedComment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3004, + "length": 11, + "value": "\"Commented\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3045, + "length": 13, + "value": "\"CommentedOn\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3100, + "length": 20, + "value": "\"ConversationClosed\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3149, + "length": 7, + "value": "\"Today\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3184, + "length": 11, + "value": "\"Yesterday\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3219, + "length": 7, + "value": "\"Older\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 6, + "value": "\"Spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3285, + "length": 8, + "value": "\"Unspam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3318, + "length": 8, + "value": "\"Enable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3352, + "length": 9, + "value": "\"Disable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3383, + "length": 5, + "value": "\"Pin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 7, + "value": "\"Unpin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3453, + "length": 17, + "value": "\"CopyLinkConsole\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3499, + "length": 12, + "value": "\"EditorPick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3546, + "length": 18, + "value": "\"RemoveEditorPick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 13, + "value": "\"SpamContent\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3634, + "length": 10, + "value": "\"Disabled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3681, + "length": 20, + "value": "\"AwaitingModeration\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3730, + "length": 12, + "value": "\"FlagSingle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3766, + "length": 7, + "value": "\"Flags\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3798, + "length": 8, + "value": "\"Unflag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3842, + "length": 14, + "value": "\"WriteMessage\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3891, + "length": 18, + "value": "\"RemoveChatAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3943, + "length": 17, + "value": "\"NothingTrending\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 3989, + "length": 7, + "value": "\"Topic\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4021, + "length": 8, + "value": "\"Author\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4052, + "length": 6, + "value": "\"Area\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4108, + "length": 28, + "value": "\"CommentSettingsPremoderate\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4174, + "length": 21, + "value": "\"CommentSettingsHide\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 22, + "value": "\"CommentSettingsClose\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4298, + "length": 25, + "value": "\"CommentSettingsCloseNot\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4357, + "length": 17, + "value": "\"CommentSettings\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4421, + "length": 25, + "value": "\"ChatSettingsDisplayName\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4482, + "length": 19, + "value": "\"ChatSettingsStart\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4537, + "length": 19, + "value": "\"ChatSettingsClose\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4585, + "length": 7, + "value": "\"Posts\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4629, + "length": 15, + "value": "\"LoadMorePosts\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4678, + "length": 12, + "value": "\"Moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4718, + "length": 11, + "value": "\"Moderator\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4756, + "length": 10, + "value": "\"LiveChat\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4800, + "length": 17, + "value": "\"ModerationEmpty\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4848, + "length": 9, + "value": "\"Gallery\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4882, + "length": 8, + "value": "\"Camera\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4922, + "length": 15, + "value": "\"SelectPicture\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 4970, + "length": 16, + "value": "\"CommentFlagged\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5013, + "length": 10, + "value": "\"ReadMore\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5050, + "length": 10, + "value": "\"AddReply\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5101, + "length": 19, + "value": "\"StartReportTitle1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5156, + "length": 19, + "value": "\"StartReportTitle2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5211, + "length": 19, + "value": "\"StartReportTitle3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5266, + "length": 19, + "value": "\"StartReportTitle4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5326, + "length": 19, + "value": "\"StartReportAction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5384, + "length": 21, + "value": "\"ReportDisagreeTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5442, + "length": 20, + "value": "\"ReportDisagreeDesc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5503, + "length": 23, + "value": "\"ReportHarassmentTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5565, + "length": 22, + "value": "\"ReportHarassmentDesc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5626, + "length": 17, + "value": "\"ReportSpamTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5676, + "length": 16, + "value": "\"ReportSpamDesc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5739, + "length": 25, + "value": "\"ReportInappropiateTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5805, + "length": 24, + "value": "\"ReportInappropiateDesc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5875, + "length": 24, + "value": "\"ReportThreateningTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5939, + "length": 23, + "value": "\"ReportThreateningDesc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6010, + "length": 26, + "value": "\"ReportImpersonationTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6078, + "length": 25, + "value": "\"ReportImpersonationDesc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6145, + "length": 20, + "value": "\"ReportPrivateTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6201, + "length": 19, + "value": "\"ReportPrivateDesc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6261, + "length": 19, + "value": "\"ReportReasonTitle\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6311, + "length": 14, + "value": "\"ReportCancel\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6356, + "length": 14, + "value": "\"ReportSubmit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6406, + "length": 14, + "value": "\"ReportThanks\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6450, + "length": 13, + "value": "\"ReportClose\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6506, + "length": 21, + "value": "\"ActiveConversations\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 10, + "value": "\"ViewMore\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6599, + "length": 13, + "value": "\"FeedbackOne\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 6642, + "length": 13, + "value": "\"FeedbackTwo\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "FloatLiteral", + "offset": 185, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "BooleanLiteral", + "offset": 500, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "IntegerLiteral", + "offset": 1003, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "BooleanLiteral", + "offset": 1104, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "BooleanLiteral", + "offset": 1219, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "IntegerLiteral", + "offset": 1460, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "IntegerLiteral", + "offset": 1619, + "length": 3, + "value": "-20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "BooleanLiteral", + "offset": 1635, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "BooleanLiteral", + "offset": 1722, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", + "kind": "StringLiteral", + "offset": 1782, + "length": 6, + "value": "\"true\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DeleteChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DeleteChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DeleteChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 317, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DeleteChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1064, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DeleteChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1125, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 8, + "value": "\"Report\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "StringLiteral", + "offset": 1629, + "length": 14, + "value": "\"reportReason\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 1765, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 1885, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 1969, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 2057, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 2061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 2149, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 2153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 2239, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 4180, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 4273, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 4550, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 5206, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 5247, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 5607, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 6030, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 6075, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 6475, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 6651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 6883, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 6895, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 7040, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 7048, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 7174, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 7186, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 7774, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "StringLiteral", + "offset": 8077, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "StringLiteral", + "offset": 8276, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "StringLiteral", + "offset": 8471, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 9008, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 9052, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 9623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 9860, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 9872, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 10016, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 10024, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 10150, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 10162, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 10697, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 10829, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 10868, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 11303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 11530, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 11542, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 11681, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 11689, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 11815, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 11827, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 12289, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 12337, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 12397, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 12637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 12935, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 13152, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 13217, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 13507, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 13548, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 13608, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "BooleanLiteral", + "offset": 13722, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 13865, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "FloatLiteral", + "offset": 15024, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewController.swift", + "kind": "IntegerLiteral", + "offset": 17102, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "IntegerLiteral", + "offset": 1174, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "IntegerLiteral", + "offset": 1205, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 1550, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "IntegerLiteral", + "offset": 1672, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 1687, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 1770, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "FloatLiteral", + "offset": 1834, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 1851, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "FloatLiteral", + "offset": 1914, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 1931, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "IntegerLiteral", + "offset": 2151, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 2213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 2328, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "IntegerLiteral", + "offset": 2417, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 2432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "IntegerLiteral", + "offset": 2512, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "BooleanLiteral", + "offset": 2528, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFeaturedView.swift", + "kind": "IntegerLiteral", + "offset": 3076, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 10, + "value": "\"Trending\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "StringLiteral", + "offset": 880, + "length": 22, + "value": "\"carouselTrendingCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 16, + "value": "\"carouselAdCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 2239, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 2486, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 2746, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 3450, + "length": 3, + "value": "370" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "BooleanLiteral", + "offset": 4329, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 4432, + "length": 3, + "value": "140" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6189, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6198, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6220, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6544, + "length": 3, + "value": "280" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6557, + "length": 3, + "value": "257" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6610, + "length": 3, + "value": "228" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6623, + "length": 3, + "value": "257" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "IntegerLiteral", + "offset": 6975, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFCarouselTrendingViewController.swift", + "kind": "FloatLiteral", + "offset": 7198, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 637, + "length": 12, + "value": "\"moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 714, + "length": 8, + "value": "\"enable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 856, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 891, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1166, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/EnableChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1227, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+ReplyStory.swift", + "kind": "BooleanLiteral", + "offset": 693, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/ReplyStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 292, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/ReplyStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 342, + "length": 13, + "value": "\"storyIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/ReplyStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 395, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/ReplyStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 761, + "length": 9, + "value": "\"replies\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/ReplyStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 1560, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/ReplyStoryEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/LikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 214, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/LikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 13, + "value": "\"storyIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/LikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 317, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/LikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 616, + "length": 7, + "value": "\"likes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/LikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/LikeStoryEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 511, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "StringLiteral", + "offset": 610, + "length": 35, + "value": "\"Never miss an update in your feed\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 732, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 933, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 1016, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 1031, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 1116, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 1132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 1207, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 1222, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "StringLiteral", + "offset": 1261, + "length": 52, + "value": "\"Enable push notifications directly to your device!\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 1475, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 1598, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 1680, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 1695, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 1779, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 1795, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "IntegerLiteral", + "offset": 1883, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEnablePushView.swift", + "kind": "BooleanLiteral", + "offset": 1898, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/RemoveEditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 228, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/RemoveEditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 282, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/RemoveEditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 339, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/RemoveEditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 676, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/RemoveEditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 751, + "length": 6, + "value": "\"pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/RemoveEditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/RemoveEditorPickEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1212, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/StoryContainerById\/StoryContainerByIdResponse.swift", + "kind": "IntegerLiteral", + "offset": 906, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/StoryContainerById\/StoryContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 981, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/StoryContainerById\/StoryContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1035, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/StoryContainerById\/StoryContainerByIdResponse.swift", + "kind": "IntegerLiteral", + "offset": 1274, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/StoryContainerById\/StoryContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1345, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/StoryContainerById\/StoryContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 1327, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1558, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1570, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1714, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1722, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1848, + "length": 5, + "value": "0.250" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1862, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 2566, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "BooleanLiteral", + "offset": 2612, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "BooleanLiteral", + "offset": 2655, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 2961, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/FullTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 270, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 662, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 6, + "value": "\"pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditorPickEndpoint.swift", + "kind": "StringLiteral", + "offset": 1137, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditorPickEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 236, + "length": 23, + "value": "\"ChatContainerSettings\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 474, + "length": 17, + "value": "\"settingDateCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 524, + "length": 19, + "value": "\"settingSwitchCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 22, + "value": "\"settingTextFieldCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 1619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 1630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 1640, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 2809, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 3992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", + "kind": "BooleanLiteral", + "offset": 4545, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/NewStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 285, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/NewStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 13, + "value": "\"storyIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/NewStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 673, + "length": 7, + "value": "\"posts\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/NewStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 1383, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/NewStoryEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 844, + "length": 14, + "value": "\"container_id\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 873, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1027, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DeleteCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DeleteCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 276, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DeleteCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 333, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DeleteCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DeleteCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1119, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DeleteCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1180, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Notification\/NotificationKeys.swift", + "kind": "StringLiteral", + "offset": 203, + "length": 21, + "value": "\"VF_USER_AUTH_CHANGE\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Notification\/NotificationKeys.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 15, + "value": "\"VF_USER_MUTED\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Notification\/NotificationKeys.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 26, + "value": "\"VF_REFRESH_NOTIFICATIONS\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Notification\/NotificationKeys.swift", + "kind": "StringLiteral", + "offset": 423, + "length": 17, + "value": "\"VF_USER_UNMUTED\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Notification\/NotificationKeys.swift", + "kind": "StringLiteral", + "offset": 496, + "length": 21, + "value": "\"CONNECTION_RESTORED\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Notification\/NotificationKeys.swift", + "kind": "StringLiteral", + "offset": 569, + "length": 17, + "value": "\"CONNECTION_LOST\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicsEndpoint.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicsEndpoint.swift", + "kind": "StringLiteral", + "offset": 411, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicsEndpoint.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 8, + "value": "\"topics\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicsEndpoint.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicsEndpoint.swift", + "kind": "StringLiteral", + "offset": 671, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicsEndpoint.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicsEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 908, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 18, + "value": "\"UserCommentsList\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 447, + "length": 3, + "value": "300" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 527, + "length": 17, + "value": "\"userCommentCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 699, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift", + "kind": "FloatLiteral", + "offset": 752, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift", + "kind": "FloatLiteral", + "offset": 776, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 861, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Bootstrap\/BootstrapService.swift", + "kind": "StringLiteral", + "offset": 548, + "length": 37, + "value": "\"Error while fetching configurations\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UpdateChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UpdateChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UpdateChatContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1331, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UpdateChatContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CreateCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CreateCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 399, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CreateCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 777, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CreateCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1520, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CreateCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1581, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/NewChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 283, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/NewChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 332, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/NewChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 667, + "length": 10, + "value": "\"messages\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/NewChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1375, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/NewChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Authentication\/ThirdParty\/ThirdPartyCallbackRequest.swift", + "kind": "StringLiteral", + "offset": 208, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlResponse.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlResponse.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlResponse.swift", + "kind": "StringLiteral", + "offset": 796, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlResponse.swift", + "kind": "StringLiteral", + "offset": 834, + "length": 35, + "value": "\"Couldn't find json: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlResponse.swift", + "kind": "StringLiteral", + "offset": 862, + "length": 1, + "value": "\".json!\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/VFFilterType.swift", + "kind": "StringLiteral", + "offset": 285, + "length": 11, + "value": "\"is_picked\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 290, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 344, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 807, + "length": 9, + "value": "\"content\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 6, + "value": "\"edit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EditCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1738, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "IntegerLiteral", + "offset": 1123, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "IntegerLiteral", + "offset": 1164, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "FloatLiteral", + "offset": 1541, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "FloatLiteral", + "offset": 1553, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "FloatLiteral", + "offset": 1690, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "FloatLiteral", + "offset": 1698, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "FloatLiteral", + "offset": 1824, + "length": 5, + "value": "0.250" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionCell.swift", + "kind": "FloatLiteral", + "offset": 1838, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 9, + "value": "\"deleted\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 9, + "value": "\"visible\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1105, + "length": 6, + "value": "\"spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 10, + "value": "\"disabled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1161, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1201, + "length": 21, + "value": "\"awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 9, + "value": "\"deleted\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 9, + "value": "\"visible\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1105, + "length": 6, + "value": "\"spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 10, + "value": "\"disabled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1161, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/FetchChats\/ChatListResponse.swift", + "kind": "StringLiteral", + "offset": 1201, + "length": 21, + "value": "\"awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/MuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/MuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 312, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/MuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 536, + "length": 7, + "value": "\"mutes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/MuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/MuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 683, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/MuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/MuteUserEndpoint.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/MuteUserEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1005, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+UndislikeChat.swift", + "kind": "BooleanLiteral", + "offset": 605, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/RefreshTokenEndpoint.swift", + "kind": "StringLiteral", + "offset": 275, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/RefreshTokenEndpoint.swift", + "kind": "StringLiteral", + "offset": 475, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/RefreshTokenEndpoint.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 18, + "value": "\"refreshusertoken\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/RefreshTokenEndpoint.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/RefreshTokenEndpoint.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/RefreshTokenEndpoint.swift", + "kind": "StringLiteral", + "offset": 682, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/RefreshTokenEndpoint.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/RefreshTokenEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 976, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/SingleChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/SingleChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 312, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/SingleChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 364, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/SingleChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 660, + "length": 10, + "value": "\"messages\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/SingleChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 690, + "length": 8, + "value": "\"single\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/SingleChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1166, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/SingleChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Cache\/Cache.swift", + "kind": "BooleanLiteral", + "offset": 289, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Cache\/Cache.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 14, + "value": "\"authTokenKey\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Cache\/Cache.swift", + "kind": "StringLiteral", + "offset": 371, + "length": 13, + "value": "\"userUUIDKey\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Cache\/Cache.swift", + "kind": "StringLiteral", + "offset": 419, + "length": 17, + "value": "\"refreshTokenKey\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Cache\/Cache.swift", + "kind": "StringLiteral", + "offset": 466, + "length": 12, + "value": "\"sessionKey\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Cache\/Cache.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 14, + "value": "\"visitorIdKey\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Users\/UpdateUserRequest.swift", + "kind": "StringLiteral", + "offset": 278, + "length": 7, + "value": "\"patch\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/SingleStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/SingleStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 315, + "length": 13, + "value": "\"storyIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/SingleStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 368, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/SingleStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 666, + "length": 7, + "value": "\"posts\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/SingleStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 693, + "length": 8, + "value": "\"single\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/SingleStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 1171, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/SingleStoryEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1232, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "IntegerLiteral", + "offset": 457, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "IntegerLiteral", + "offset": 820, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "BooleanLiteral", + "offset": 920, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "BooleanLiteral", + "offset": 1035, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "IntegerLiteral", + "offset": 1113, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "BooleanLiteral", + "offset": 1128, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "IntegerLiteral", + "offset": 1208, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "BooleanLiteral", + "offset": 1224, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentEditedView.swift", + "kind": "IntegerLiteral", + "offset": 1372, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 319, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 616, + "length": 10, + "value": "\"dislikes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1094, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DislikeChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1155, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Session\/URLSession+NetworkSession.swift", + "kind": "StringLiteral", + "offset": 2473, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Session\/URLSession+NetworkSession.swift", + "kind": "StringLiteral", + "offset": 2802, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Session\/URLSession+NetworkSession.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 3, + "value": "\"&\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+DislikeStory.swift", + "kind": "BooleanLiteral", + "offset": 604, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+EditorPick.swift", + "kind": "BooleanLiteral", + "offset": 658, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/ReportViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2617, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 323, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 622, + "length": 10, + "value": "\"dislikes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DislikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 1102, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DislikeStoryEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1163, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 620, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 662, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 727, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 765, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 1216, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "IntegerLiteral", + "offset": 1338, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 1436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "FloatLiteral", + "offset": 1500, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "FloatLiteral", + "offset": 1580, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 1597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "IntegerLiteral", + "offset": 1758, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 1820, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 1935, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "IntegerLiteral", + "offset": 2024, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 2038, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "IntegerLiteral", + "offset": 2118, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 2134, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 2212, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 2339, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFMuteView.swift", + "kind": "IntegerLiteral", + "offset": 3479, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+SocialLogin.swift", + "kind": "StringLiteral", + "offset": 1094, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+SocialLogin.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+SocialLogin.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+SocialLogin.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+SocialLogin.swift", + "kind": "StringLiteral", + "offset": 1151, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+SocialLogin.swift", + "kind": "BooleanLiteral", + "offset": 1500, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+UnlikeComment.swift", + "kind": "BooleanLiteral", + "offset": 676, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "FloatLiteral", + "offset": 173, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "FloatLiteral", + "offset": 290, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "IntegerLiteral", + "offset": 341, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "FloatLiteral", + "offset": 412, + "length": 4, + "value": "30.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "IntegerLiteral", + "offset": 459, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "IntegerLiteral", + "offset": 498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "IntegerLiteral", + "offset": 518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "IntegerLiteral", + "offset": 647, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "FloatLiteral", + "offset": 652, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "FloatLiteral", + "offset": 720, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "IntegerLiteral", + "offset": 781, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIColor+Adjust.swift", + "kind": "FloatLiteral", + "offset": 786, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService+Mute.swift", + "kind": "BooleanLiteral", + "offset": 2318, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService+Mute.swift", + "kind": "BooleanLiteral", + "offset": 2449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 639, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 902, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "IntegerLiteral", + "offset": 1016, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 1030, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 1183, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 1258, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 1434, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "IntegerLiteral", + "offset": 1519, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "BooleanLiteral", + "offset": 1533, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFSpamView.swift", + "kind": "IntegerLiteral", + "offset": 1714, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+FlagChat.swift", + "kind": "BooleanLiteral", + "offset": 580, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "StringLiteral", + "offset": 440, + "length": 10, + "value": "\"ChatList\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "FloatLiteral", + "offset": 636, + "length": 4, + "value": "50.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 10, + "value": "\"chatCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 20, + "value": "\"moderationChatCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1052, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 1392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 2960, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 3079, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 3655, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 3662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 3666, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 3888, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 3966, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 4120, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 4129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 4155, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 4336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 4355, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 4857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 5134, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 5224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 5247, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 5347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/ChatsTableViewController.swift", + "kind": "BooleanLiteral", + "offset": 5423, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+OpenIdLogin.swift", + "kind": "BooleanLiteral", + "offset": 578, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3645, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3691, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3745, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3835, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4237, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4284, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4335, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4378, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4425, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4480, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4711, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4827, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5083, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 5176, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 5224, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "StringLiteral", + "offset": 5270, + "length": 3, + "value": "\"M\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 5428, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 5487, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5536, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5640, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 5806, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5996, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 6047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6193, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 6278, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6317, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 6635, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6675, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6954, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7083, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 7165, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7201, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 7366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7403, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 7571, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7862, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7946, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 8211, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 8261, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 8501, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 8550, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 8741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 8838, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 9017, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 9237, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 9284, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 9360, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 9535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 9691, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 10143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 10285, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 10293, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "StringLiteral", + "offset": 10342, + "length": 6, + "value": "\"• \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 10392, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 10555, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "FloatLiteral", + "offset": 10967, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 11019, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 11306, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 11779, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "StringLiteral", + "offset": 11985, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 12220, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 12525, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 12668, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "FloatLiteral", + "offset": 12692, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 12752, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 12804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 12862, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 12903, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "IntegerLiteral", + "offset": 13084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", + "kind": "BooleanLiteral", + "offset": 13124, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/CreateStoryContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 315, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/CreateStoryContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1030, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/CreateStoryContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1091, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 18, + "value": "\"application\/json\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 202, + "length": 35, + "value": "\"application\/x-www-form-urlencoded\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 21, + "value": "\"multipart\/form-data\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 18, + "value": "\"application\/json\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 202, + "length": 35, + "value": "\"application\/x-www-form-urlencoded\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 21, + "value": "\"multipart\/form-data\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 2752, + "length": 14, + "value": "\"Content-Type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "Dictionary", + "offset": 2881, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 2956, + "length": 17, + "value": "\"CFBundleVersion\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3011, + "length": 9, + "value": "\"Version\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3066, + "length": 10, + "value": "\"Platform\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3080, + "length": 5, + "value": "\"ios\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3414, + "length": 46, + "value": "\"-----------------------------\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3455, + "length": 1, + "value": "\"\r\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3506, + "length": 53, + "value": "\"Content-Disposition: form-data; name=\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3548, + "length": 6, + "value": "\"verb\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3555, + "length": 1, + "value": "\"\";\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3606, + "length": 16, + "value": "\"Content-Type: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3625, + "length": 12, + "value": "\"text-plain\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3640, + "length": 6, + "value": "\"\r\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3693, + "length": 16, + "value": "\"\r\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3700, + "length": 7, + "value": "\"patch\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3708, + "length": 22, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3755, + "length": 50, + "value": "\"\r\n-----------------------------\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3800, + "length": 1, + "value": "\"\r\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3851, + "length": 84, + "value": "\"Content-Disposition: form-data; name=\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3902, + "length": 1, + "value": "\"\"; filename=\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3928, + "length": 1, + "value": "\"\"\r\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 3982, + "length": 16, + "value": "\"Content-Type: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 4014, + "length": 10, + "value": "\"\r\n\r\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 4106, + "length": 52, + "value": "\"\r\n-----------------------------\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "StringLiteral", + "offset": 4151, + "length": 2, + "value": "\"--\r\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 4509, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 4572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "IntegerLiteral", + "offset": 4850, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", + "kind": "IntegerLiteral", + "offset": 4905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/AllNotificationsEndpoint.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/AllNotificationsEndpoint.swift", + "kind": "StringLiteral", + "offset": 444, + "length": 15, + "value": "\"notifications\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/AllNotificationsEndpoint.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 5, + "value": "\"all\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/AllNotificationsEndpoint.swift", + "kind": "StringLiteral", + "offset": 666, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/AllNotificationsEndpoint.swift", + "kind": "StringLiteral", + "offset": 701, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/AllNotificationsEndpoint.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/AllNotificationsEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 938, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1905, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1945, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1990, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2054, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2089, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2510, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2605, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2964, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3235, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 3244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 3248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 6046, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 6270, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 6863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 6974, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7074, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7196, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7451, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 7807, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 8469, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 8590, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 8804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 9378, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 9579, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 9691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 9936, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 10278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "StringLiteral", + "offset": 12087, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "StringLiteral", + "offset": 12096, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "StringLiteral", + "offset": 12624, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "StringLiteral", + "offset": 12633, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 12741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 12896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 13670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 14101, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 15182, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 15333, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "StringLiteral", + "offset": 15627, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "StringLiteral", + "offset": 15636, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 15853, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 16338, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 16512, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 16953, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 17293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "BooleanLiteral", + "offset": 17325, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "StringLiteral", + "offset": 17714, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "StringLiteral", + "offset": 17806, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 18665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 18734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 18892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", + "kind": "IntegerLiteral", + "offset": 18981, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+AuthState.swift", + "kind": "StringLiteral", + "offset": 734, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+AuthState.swift", + "kind": "StringLiteral", + "offset": 743, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 167, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 188, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 235, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 260, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 167, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 188, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 7, + "value": "\"PATCH\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 235, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/HttpMethod.swift", + "kind": "StringLiteral", + "offset": 260, + "length": 8, + "value": "\"DELETE\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+DeleteChat.swift", + "kind": "BooleanLiteral", + "offset": 590, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 14, + "value": "\"viafoura\/ios\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 375, + "length": 35, + "value": "\"https:\/\/livecomments.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 475, + "length": 17, + "value": "\"v4\/livecomments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 539, + "length": 27, + "value": "\"https:\/\/chat.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 623, + "length": 9, + "value": "\"v4\/chat\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 679, + "length": 34, + "value": "\"https:\/\/usercontent.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 770, + "length": 13, + "value": "\"v4\/liveblog\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 26, + "value": "\"https:\/\/api.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 901, + "length": 4, + "value": "\"v2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 948, + "length": 26, + "value": "\"https:\/\/auth.viafoura.co\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 34, + "value": "\"https:\/\/interaction.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 16, + "value": "\"v4\/interaction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1192, + "length": 28, + "value": "\"https:\/\/polls.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1271, + "length": 10, + "value": "\"v1\/polls\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1341, + "length": 36, + "value": "\"https:\/\/notifications.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 4, + "value": "\"v5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 24, + "value": "\"https:\/\/i.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1568, + "length": 4, + "value": "\"v3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1622, + "length": 30, + "value": "\"https:\/\/api.loginradius.com\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1715, + "length": 13, + "value": "\"identity\/v2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1776, + "length": 39, + "value": "\"wss:\/\/realtimeeventfeeds.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 11, + "value": "\"eventfeed\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1985, + "length": 9, + "value": "\"#d4145a\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 9, + "value": "\"#8e78ff\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2047, + "length": 9, + "value": "\"#ff7300\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 9, + "value": "\"#fbb03b\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2109, + "length": 9, + "value": "\"#ed1e79\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2140, + "length": 9, + "value": "\"#009244\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2171, + "length": 9, + "value": "\"#ed1c24\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2202, + "length": 9, + "value": "\"#2e3192\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 9, + "value": "\"#fc7d7b\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2264, + "length": 9, + "value": "\"#ffcc00\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 9, + "value": "\"#3aa17e\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 9, + "value": "\"#4f00bc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2357, + "length": 9, + "value": "\"#09c9be\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2388, + "length": 9, + "value": "\"#662d8c\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2419, + "length": 9, + "value": "\"#00a8c5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2450, + "length": 9, + "value": "\"#0053ae\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2642, + "length": 7, + "value": "\"Error\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2660, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2716, + "length": 15, + "value": "\"Unknown Error\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2742, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2816, + "length": 32, + "value": "\"Unexpected result has occurred\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2859, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2930, + "length": 24, + "value": "\"User is not authorized\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 2965, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 3037, + "length": 25, + "value": "\"Error decoding response\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 3073, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "FloatLiteral", + "offset": 3152, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "FloatLiteral", + "offset": 3197, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 3266, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 3347, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 3396, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 3464, + "length": 22, + "value": "\"https:\/\/viafoura.com\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 3520, + "length": 38, + "value": "\"https:\/\/viafoura.com\/privacy-policy\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 3629, + "length": 38, + "value": "\"fb763410-afd1-4646-8232-5a5a4f0d9bae\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 3736, + "length": 26, + "value": "\"251538622707823657992231\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 3831, + "length": 21, + "value": "\"X-Request-Signature\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "FloatLiteral", + "offset": 3927, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 739, + "length": 9, + "value": "\"iPod5,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 795, + "length": 29, + "value": "\"iPod touch (5th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 842, + "length": 9, + "value": "\"iPod7,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 898, + "length": 29, + "value": "\"iPod touch (6th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 945, + "length": 9, + "value": "\"iPod9,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1001, + "length": 29, + "value": "\"iPod touch (7th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1048, + "length": 11, + "value": "\"iPhone3,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 11, + "value": "\"iPhone3,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1074, + "length": 11, + "value": "\"iPhone3,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1104, + "length": 10, + "value": "\"iPhone 4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1132, + "length": 11, + "value": "\"iPhone4,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 11, + "value": "\"iPhone 4s\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 11, + "value": "\"iPhone5,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1230, + "length": 11, + "value": "\"iPhone5,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1273, + "length": 10, + "value": "\"iPhone 5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1301, + "length": 11, + "value": "\"iPhone5,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 11, + "value": "\"iPhone5,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1357, + "length": 11, + "value": "\"iPhone 5c\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1386, + "length": 11, + "value": "\"iPhone6,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1399, + "length": 11, + "value": "\"iPhone6,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1442, + "length": 11, + "value": "\"iPhone 5s\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 11, + "value": "\"iPhone7,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 10, + "value": "\"iPhone 6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1555, + "length": 11, + "value": "\"iPhone7,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1611, + "length": 15, + "value": "\"iPhone 6 Plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 11, + "value": "\"iPhone8,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1700, + "length": 11, + "value": "\"iPhone 6s\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1729, + "length": 11, + "value": "\"iPhone8,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1785, + "length": 16, + "value": "\"iPhone 6s Plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1819, + "length": 11, + "value": "\"iPhone9,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1832, + "length": 11, + "value": "\"iPhone9,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1875, + "length": 10, + "value": "\"iPhone 7\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1903, + "length": 11, + "value": "\"iPhone9,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1916, + "length": 11, + "value": "\"iPhone9,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1959, + "length": 15, + "value": "\"iPhone 7 Plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 1992, + "length": 12, + "value": "\"iPhone10,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2006, + "length": 12, + "value": "\"iPhone10,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2048, + "length": 10, + "value": "\"iPhone 8\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2076, + "length": 12, + "value": "\"iPhone10,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2090, + "length": 12, + "value": "\"iPhone10,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2132, + "length": 15, + "value": "\"iPhone 8 Plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2165, + "length": 12, + "value": "\"iPhone10,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2179, + "length": 12, + "value": "\"iPhone10,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2221, + "length": 10, + "value": "\"iPhone X\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 12, + "value": "\"iPhone11,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2305, + "length": 11, + "value": "\"iPhone XS\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2334, + "length": 12, + "value": "\"iPhone11,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2348, + "length": 12, + "value": "\"iPhone11,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2390, + "length": 15, + "value": "\"iPhone XS Max\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 12, + "value": "\"iPhone11,8\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2479, + "length": 11, + "value": "\"iPhone XR\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2508, + "length": 12, + "value": "\"iPhone12,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2564, + "length": 11, + "value": "\"iPhone 11\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2593, + "length": 12, + "value": "\"iPhone12,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2649, + "length": 15, + "value": "\"iPhone 11 Pro\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2682, + "length": 12, + "value": "\"iPhone12,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2738, + "length": 19, + "value": "\"iPhone 11 Pro Max\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2775, + "length": 12, + "value": "\"iPhone13,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2831, + "length": 16, + "value": "\"iPhone 12 mini\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2865, + "length": 12, + "value": "\"iPhone13,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2921, + "length": 11, + "value": "\"iPhone 12\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 2950, + "length": 12, + "value": "\"iPhone13,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 15, + "value": "\"iPhone 12 Pro\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3039, + "length": 12, + "value": "\"iPhone13,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3095, + "length": 19, + "value": "\"iPhone 12 Pro Max\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3132, + "length": 12, + "value": "\"iPhone14,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3188, + "length": 16, + "value": "\"iPhone 13 mini\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3222, + "length": 12, + "value": "\"iPhone14,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 11, + "value": "\"iPhone 13\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3307, + "length": 12, + "value": "\"iPhone14,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 15, + "value": "\"iPhone 13 Pro\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3396, + "length": 12, + "value": "\"iPhone14,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3452, + "length": 19, + "value": "\"iPhone 13 Pro Max\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3489, + "length": 11, + "value": "\"iPhone8,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3545, + "length": 11, + "value": "\"iPhone SE\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3574, + "length": 12, + "value": "\"iPhone12,8\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3630, + "length": 28, + "value": "\"iPhone SE (2nd generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3676, + "length": 12, + "value": "\"iPhone14,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3732, + "length": 28, + "value": "\"iPhone SE (3rd generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3778, + "length": 9, + "value": "\"iPad2,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3789, + "length": 9, + "value": "\"iPad2,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3800, + "length": 9, + "value": "\"iPad2,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3811, + "length": 9, + "value": "\"iPad2,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3834, + "length": 8, + "value": "\"iPad 2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3860, + "length": 9, + "value": "\"iPad3,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3871, + "length": 9, + "value": "\"iPad3,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3882, + "length": 9, + "value": "\"iPad3,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 23, + "value": "\"iPad (3rd generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3957, + "length": 9, + "value": "\"iPad3,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3968, + "length": 9, + "value": "\"iPad3,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 3979, + "length": 9, + "value": "\"iPad3,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4013, + "length": 23, + "value": "\"iPad (4th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4054, + "length": 10, + "value": "\"iPad6,11\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4066, + "length": 10, + "value": "\"iPad6,12\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4110, + "length": 23, + "value": "\"iPad (5th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4151, + "length": 9, + "value": "\"iPad7,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4162, + "length": 9, + "value": "\"iPad7,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4207, + "length": 23, + "value": "\"iPad (6th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4248, + "length": 10, + "value": "\"iPad7,11\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4260, + "length": 10, + "value": "\"iPad7,12\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4304, + "length": 23, + "value": "\"iPad (7th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4345, + "length": 10, + "value": "\"iPad11,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4357, + "length": 10, + "value": "\"iPad11,7\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4401, + "length": 23, + "value": "\"iPad (8th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4442, + "length": 10, + "value": "\"iPad12,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4454, + "length": 10, + "value": "\"iPad12,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4498, + "length": 23, + "value": "\"iPad (9th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4539, + "length": 9, + "value": "\"iPad4,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4550, + "length": 9, + "value": "\"iPad4,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4561, + "length": 9, + "value": "\"iPad4,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4595, + "length": 10, + "value": "\"iPad Air\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4623, + "length": 9, + "value": "\"iPad5,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4634, + "length": 9, + "value": "\"iPad5,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4679, + "length": 12, + "value": "\"iPad Air 2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4709, + "length": 10, + "value": "\"iPad11,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4721, + "length": 10, + "value": "\"iPad11,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4765, + "length": 27, + "value": "\"iPad Air (3rd generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4810, + "length": 10, + "value": "\"iPad13,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4822, + "length": 10, + "value": "\"iPad13,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 27, + "value": "\"iPad Air (4th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4911, + "length": 11, + "value": "\"iPad13,16\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4924, + "length": 11, + "value": "\"iPad13,17\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 4967, + "length": 27, + "value": "\"iPad Air (5th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5012, + "length": 9, + "value": "\"iPad2,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5023, + "length": 9, + "value": "\"iPad2,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5034, + "length": 9, + "value": "\"iPad2,7\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5068, + "length": 11, + "value": "\"iPad mini\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5097, + "length": 9, + "value": "\"iPad4,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5108, + "length": 9, + "value": "\"iPad4,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5119, + "length": 9, + "value": "\"iPad4,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5153, + "length": 13, + "value": "\"iPad mini 2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5184, + "length": 9, + "value": "\"iPad4,7\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5195, + "length": 9, + "value": "\"iPad4,8\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5206, + "length": 9, + "value": "\"iPad4,9\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5240, + "length": 13, + "value": "\"iPad mini 3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5271, + "length": 9, + "value": "\"iPad5,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5282, + "length": 9, + "value": "\"iPad5,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5327, + "length": 13, + "value": "\"iPad mini 4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5358, + "length": 10, + "value": "\"iPad11,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5370, + "length": 10, + "value": "\"iPad11,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5414, + "length": 28, + "value": "\"iPad mini (5th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5460, + "length": 10, + "value": "\"iPad14,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 10, + "value": "\"iPad14,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5516, + "length": 28, + "value": "\"iPad mini (6th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5562, + "length": 9, + "value": "\"iPad6,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5573, + "length": 9, + "value": "\"iPad6,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5618, + "length": 21, + "value": "\"iPad Pro (9.7-inch)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5657, + "length": 9, + "value": "\"iPad7,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5668, + "length": 9, + "value": "\"iPad7,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5713, + "length": 22, + "value": "\"iPad Pro (10.5-inch)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5753, + "length": 9, + "value": "\"iPad8,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5764, + "length": 9, + "value": "\"iPad8,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5775, + "length": 9, + "value": "\"iPad8,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5786, + "length": 9, + "value": "\"iPad8,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5809, + "length": 37, + "value": "\"iPad Pro (11-inch) (1st generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5864, + "length": 9, + "value": "\"iPad8,9\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5875, + "length": 10, + "value": "\"iPad8,10\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5920, + "length": 37, + "value": "\"iPad Pro (11-inch) (2nd generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5975, + "length": 10, + "value": "\"iPad13,4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5987, + "length": 10, + "value": "\"iPad13,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 5999, + "length": 10, + "value": "\"iPad13,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6011, + "length": 10, + "value": "\"iPad13,7\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6031, + "length": 37, + "value": "\"iPad Pro (11-inch) (3rd generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6086, + "length": 9, + "value": "\"iPad6,7\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6097, + "length": 9, + "value": "\"iPad6,8\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6142, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (1st generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6199, + "length": 9, + "value": "\"iPad7,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6210, + "length": 9, + "value": "\"iPad7,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6255, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (2nd generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6312, + "length": 9, + "value": "\"iPad8,5\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6323, + "length": 9, + "value": "\"iPad8,6\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6334, + "length": 9, + "value": "\"iPad8,7\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6345, + "length": 9, + "value": "\"iPad8,8\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6368, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (3rd generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6425, + "length": 10, + "value": "\"iPad8,11\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6437, + "length": 10, + "value": "\"iPad8,12\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6481, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (4th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6538, + "length": 10, + "value": "\"iPad13,8\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6550, + "length": 10, + "value": "\"iPad13,9\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6562, + "length": 11, + "value": "\"iPad13,10\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6575, + "length": 11, + "value": "\"iPad13,11\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6594, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (5th generation)\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6651, + "length": 12, + "value": "\"AppleTV5,3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6707, + "length": 10, + "value": "\"Apple TV\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6735, + "length": 12, + "value": "\"AppleTV6,2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6791, + "length": 13, + "value": "\"Apple TV 4K\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6822, + "length": 19, + "value": "\"AudioAccessory1,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6878, + "length": 9, + "value": "\"HomePod\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6905, + "length": 19, + "value": "\"AudioAccessory5,1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6961, + "length": 14, + "value": "\"HomePod mini\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 6993, + "length": 6, + "value": "\"i386\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 7001, + "length": 8, + "value": "\"x86_64\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 7011, + "length": 7, + "value": "\"arm64\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 7049, + "length": 104, + "value": "\"Simulator \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 7112, + "length": 28, + "value": "\"SIMULATOR_MODEL_IDENTIFIER\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 7145, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Model.swift", + "kind": "StringLiteral", + "offset": 7152, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", + "kind": "BooleanLiteral", + "offset": 832, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", + "kind": "StringLiteral", + "offset": 1126, + "length": 33, + "value": "\"ViafouraSDK already initialized\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 22, + "value": "\"Site UUID is invalid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", + "kind": "StringLiteral", + "offset": 1764, + "length": 22, + "value": "\"Connected to network\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", + "kind": "StringLiteral", + "offset": 1982, + "length": 27, + "value": "\"Disconnected from network\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", + "kind": "StringLiteral", + "offset": 2203, + "length": 9, + "value": "\"Monitor\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", + "kind": "BooleanLiteral", + "offset": 2333, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", + "kind": "StringLiteral", + "offset": 2348, + "length": 42, + "value": "\"_UIConstraintBasedLayoutLogUnsatisfiable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/Cell\/ReportReasonCell.swift", + "kind": "StringLiteral", + "offset": 691, + "length": 15, + "value": "\"chevron.right\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Report\/Cell\/ReportReasonCell.swift", + "kind": "IntegerLiteral", + "offset": 1092, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 19, + "value": "\"analytics.trackAd\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 212, + "length": 23, + "value": "\"analytics.trackAdCode\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 255, + "length": 23, + "value": "\"analytics.trackAdView\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 307, + "length": 28, + "value": "\"analytics.attempted_action\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 363, + "length": 26, + "value": "\"analytics.chatPagination\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 415, + "length": 24, + "value": "\"analytics.sortComments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 463, + "length": 23, + "value": "\"analytics.interaction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 513, + "length": 26, + "value": "\"analytics.container.load\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 18, + "value": "\"analytics.engage\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 25, + "value": "\"analytics.login_failure\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 653, + "length": 25, + "value": "\"analytics.login_success\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 709, + "length": 30, + "value": "\"analytics.tray_trigger_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 767, + "length": 27, + "value": "\"analytics.load_more_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 837, + "length": 42, + "value": "\"analytics.load_more_initial_height_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 898, + "length": 18, + "value": "\"analytics.logout\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 943, + "length": 26, + "value": "\"analytics.password_reset\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 988, + "length": 18, + "value": "\"analytics.signup\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1043, + "length": 36, + "value": "\"analytics.conversations_bell_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1101, + "length": 16, + "value": "\"analytics.view\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1156, + "length": 38, + "value": "\"analytics.conversation_starter_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 37, + "value": "\"analytics.conversation_starter_view\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1307, + "length": 37, + "value": "\"analytics.conversation_starter_load\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 19, + "value": "\"analytics.trackAd\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 212, + "length": 23, + "value": "\"analytics.trackAdCode\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 255, + "length": 23, + "value": "\"analytics.trackAdView\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 307, + "length": 28, + "value": "\"analytics.attempted_action\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 363, + "length": 26, + "value": "\"analytics.chatPagination\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 415, + "length": 24, + "value": "\"analytics.sortComments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 463, + "length": 23, + "value": "\"analytics.interaction\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 513, + "length": 26, + "value": "\"analytics.container.load\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 18, + "value": "\"analytics.engage\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 25, + "value": "\"analytics.login_failure\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 653, + "length": 25, + "value": "\"analytics.login_success\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 709, + "length": 30, + "value": "\"analytics.tray_trigger_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 767, + "length": 27, + "value": "\"analytics.load_more_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 837, + "length": 42, + "value": "\"analytics.load_more_initial_height_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 898, + "length": 18, + "value": "\"analytics.logout\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 943, + "length": 26, + "value": "\"analytics.password_reset\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 988, + "length": 18, + "value": "\"analytics.signup\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1043, + "length": 36, + "value": "\"analytics.conversations_bell_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1101, + "length": 16, + "value": "\"analytics.view\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1156, + "length": 38, + "value": "\"analytics.conversation_starter_click\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 37, + "value": "\"analytics.conversation_starter_view\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventType.swift", + "kind": "StringLiteral", + "offset": 1307, + "length": 37, + "value": "\"analytics.conversation_starter_load\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/ChatContainerById\/ChatContainerByIdResponse.swift", + "kind": "IntegerLiteral", + "offset": 902, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/ChatContainerById\/ChatContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/ChatContainerById\/ChatContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1031, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/ChatContainerById\/ChatContainerByIdResponse.swift", + "kind": "IntegerLiteral", + "offset": 1270, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/ChatContainerById\/ChatContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1341, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveChat\/ChatContainerById\/ChatContainerByIdResponse.swift", + "kind": "BooleanLiteral", + "offset": 1394, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 26, + "value": "\"CommentContainerSettings\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 481, + "length": 17, + "value": "\"settingDateCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 531, + "length": 19, + "value": "\"settingSwitchCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 1638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 2875, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "StringLiteral", + "offset": 2979, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "IntegerLiteral", + "offset": 4156, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", + "kind": "BooleanLiteral", + "offset": 4472, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/VFSortType.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 8, + "value": "\"newest\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/VFSortType.swift", + "kind": "StringLiteral", + "offset": 343, + "length": 8, + "value": "\"oldest\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/VFSortType.swift", + "kind": "StringLiteral", + "offset": 390, + "length": 18, + "value": "\"num_replies_desc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/VFSortType.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 16, + "value": "\"num_likes_desc\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+GetCommentList.swift", + "kind": "StringLiteral", + "offset": 1024, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+GetCommentList.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService+Update.swift", + "kind": "BooleanLiteral", + "offset": 737, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 272, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 329, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 638, + "length": 12, + "value": "\"moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 715, + "length": 9, + "value": "\"disable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 858, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 893, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1168, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/DisableChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1229, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/LikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 212, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/LikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/LikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/LikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 610, + "length": 7, + "value": "\"likes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/LikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1085, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/LikeChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1146, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UIDevice+Simulator.swift", + "kind": "BooleanLiteral", + "offset": 229, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 213, + "length": 7, + "value": "\"Polls\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 4097, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 4172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 4462, + "length": 13, + "value": "\"Remove poll\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 4604, + "length": 7, + "value": "\"trash\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5114, + "length": 12, + "value": "\"Close poll\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5251, + "length": 8, + "value": "\"pencil\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 5782, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 6031, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 6078, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 6118, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 6233, + "length": 9, + "value": "\"Publish\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "Array", + "offset": 6733, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 6898, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 7145, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 7384, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 7587, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 7786, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 7829, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 8285, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 8348, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 8471, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 8506, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 8541, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 8576, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 8612, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 8657, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 8701, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8851, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 9044, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 9236, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 9428, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 9620, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 9994, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 10143, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 10362, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "FloatLiteral", + "offset": 10727, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11374, + "length": 10, + "value": "\"Question\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11730, + "length": 10, + "value": "\"Option 1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 12097, + "length": 10, + "value": "\"Option 2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 12452, + "length": 10, + "value": "\"Option 3\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 12819, + "length": 10, + "value": "\"Option 4\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13250, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13373, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13409, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13450, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13538, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13770, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 13931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 14042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "FloatLiteral", + "offset": 14256, + "length": 3, + "value": "0.6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 14262, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 14453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 14523, + "length": 13, + "value": "\"Poll Closed\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 14539, + "length": 16, + "value": "\"Poll Question \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 14703, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 14739, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 14780, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 14820, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 14855, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 14892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 14929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 14977, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 15018, + "length": 13, + "value": "\"Create Poll\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 16180, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 1795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2410, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2735, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+EditComment.swift", + "kind": "BooleanLiteral", + "offset": 783, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 4998, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 8077, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 8134, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 8138, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 8272, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 8536, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 8607, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 8669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 8924, + "length": 11, + "value": "\"checkmark\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 8995, + "length": 6, + "value": "\"plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 9070, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 9153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 9191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 9196, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 9201, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 9277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 9537, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 9618, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 9654, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 9692, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 9796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 9825, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 9873, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 9989, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 10045, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 10106, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 10171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 10207, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 10263, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 10360, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 10407, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 10547, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 10551, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 10558, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 10732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 10769, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 10834, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 10879, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 11128, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 11239, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 11269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 11662, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 11716, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 11889, + "length": 5, + "value": "-32.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 12140, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 12248, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 12253, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 12258, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 12293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 12333, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 12370, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 12410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 12454, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 12489, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 12614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 12775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 12816, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 12853, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 12964, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 13005, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13042, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13119, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13216, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 13273, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13310, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13432, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 13489, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13526, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13637, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 13678, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13715, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 13781, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13821, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 13940, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 13977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 14501, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 14505, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 14877, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 14882, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 14955, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 14960, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 15071, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15111, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15375, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15454, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15496, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15655, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15699, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15762, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 15935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 15978, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16025, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16068, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16114, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16206, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16252, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16530, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16619, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 16665, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 16914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 17054, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 17099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 17135, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 17260, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 17310, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 17478, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 17527, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 17576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 17698, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 17752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 17875, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 17879, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 18012, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 18065, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 18118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 18170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 18399, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 18449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 18568, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 18572, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 18825, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 18874, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 18923, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 18971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 19046, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 19088, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 19134, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 19663, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 19707, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 19926, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 20032, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 20083, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 20157, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 20261, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 20313, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 20487, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 20530, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 20629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 20667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 20672, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 20676, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 20778, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 20934, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 20980, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 21025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 21071, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 21132, + "length": 2, + "value": "74" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 21265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 21304, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 21349, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 21617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 21667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 21888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 21937, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 22131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 22228, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 22415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 22559, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 22716, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 22763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 22839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 22898, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 22966, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 23002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 23220, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 23759, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 23982, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 24113, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 24121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 24219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 24407, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 24784, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 24998, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 25178, + "length": 4, + "value": "0.06" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 25692, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 25872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 26037, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 26066, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 26335, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 26507, + "length": 4, + "value": "0.06" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 26740, + "length": 3, + "value": "300" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 27335, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 27553, + "length": 5, + "value": "\"...\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 27803, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 27998, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 28327, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 28364, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 28420, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 28642, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 28692, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 28904, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 28908, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 28985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29028, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29033, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29109, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29147, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29152, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29157, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29273, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29278, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29283, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 29501, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 29608, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 29852, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 29897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 30193, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 30253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 30397, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31430, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31468, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31539, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31757, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 31980, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 32802, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 32843, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 32917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 33223, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 33323, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 34446, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 34458, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 34594, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 34602, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 34762, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 34774, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 35008, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 35293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 35707, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 35719, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 35858, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 35866, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 36026, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 36038, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 36278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 36572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 36910, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 36922, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 37960, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 38007, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 38154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+NetworkState.swift", + "kind": "BooleanLiteral", + "offset": 422, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel+NetworkState.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Data+PrettyJSON.swift", + "kind": "Array", + "offset": 261, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "IntegerLiteral", + "offset": 583, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "BooleanLiteral", + "offset": 905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "BooleanLiteral", + "offset": 1020, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "IntegerLiteral", + "offset": 1098, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "BooleanLiteral", + "offset": 1113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "IntegerLiteral", + "offset": 1193, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "BooleanLiteral", + "offset": 1209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBadgeView.swift", + "kind": "IntegerLiteral", + "offset": 1472, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1746, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+LoginRadius.swift", + "kind": "BooleanLiteral", + "offset": 624, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "BooleanLiteral", + "offset": 384, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "BooleanLiteral", + "offset": 461, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "IntegerLiteral", + "offset": 552, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "BooleanLiteral", + "offset": 567, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "IntegerLiteral", + "offset": 650, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "BooleanLiteral", + "offset": 665, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "IntegerLiteral", + "offset": 754, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "BooleanLiteral", + "offset": 770, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 3, + "value": "-20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselAdCell.swift", + "kind": "BooleanLiteral", + "offset": 879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnflagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnflagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnflagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 317, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnflagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 616, + "length": 7, + "value": "\"flags\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnflagChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1083, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UnflagChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1144, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 13, + "value": "\"?site_uuid=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "BooleanLiteral", + "offset": 1222, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 2413, + "length": 14, + "value": "\"section_uuid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 2435, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 2553, + "length": 8, + "value": "\"action\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 2569, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "Array", + "offset": 2587, + "length": 12, + "value": "[\"notified\"]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 2656, + "length": 12, + "value": "\"event_type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 2676, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 3507, + "length": 16, + "value": "\"container_uuid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 3531, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 3640, + "length": 14, + "value": "\"section_uuid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 3662, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 3780, + "length": 8, + "value": "\"action\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 3796, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "Array", + "offset": 3814, + "length": 130, + "value": "[\"created\", \"visible\", \"spammed\", \"disabled\", \"flagged\", \"flags_cleared\", \"deleted\", \"liked\", \"unliked\", \"disliked\", \"undisliked\"]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 4003, + "length": 14, + "value": "\"message_type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 4025, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 4944, + "length": 16, + "value": "\"container_uuid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 4968, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 5077, + "length": 14, + "value": "\"section_uuid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 5099, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 5208, + "length": 8, + "value": "\"action\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 5224, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "Array", + "offset": 5242, + "length": 203, + "value": "[\"created\", \"updated\", \"visible\", \"spammed\", \"disabled\", \"flagged\", \"flags_cleared\", \"deleted\", \"liked\", \"unliked\", \"disliked\", \"undisliked\", \"started_typing\", \"picked\", \"unpicked\", \"pinned\", \"unpinned\"]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 5504, + "length": 14, + "value": "\"message_type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 5526, + "length": 8, + "value": "\"one_of\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 7228, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 7237, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 7590, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 7599, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "IntegerLiteral", + "offset": 7753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 7924, + "length": 40, + "value": "\"Error when sending a WebSocket message\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 7968, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 7977, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 8383, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 8434, + "length": 11, + "value": "\"subscribe\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 8616, + "length": 22, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 8637, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 8704, + "length": 13, + "value": "\"unsubscribe\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 8892, + "length": 24, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 8915, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 8982, + "length": 7, + "value": "\"event\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 9402, + "length": 37, + "value": "\"Error when receiving WebSocket data\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 9442, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 9451, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "Array", + "offset": 9849, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 9951, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 9960, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 10280, + "length": 24, + "value": "\"Web Socket did connect\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 10466, + "length": 44, + "value": "\"Web Socket did become invalid with error: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 10545, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 10705, + "length": 38, + "value": "\"Web Socket did complete with error: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 10778, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 10999, + "length": 27, + "value": "\"Web Socket did disconnect\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 11144, + "length": 13, + "value": "\"unsubscribe\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 11330, + "length": 12, + "value": "\"keep-alive\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 11546, + "length": 11, + "value": "\"subscribe\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "Array", + "offset": 15590, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 16020, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 16038, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 16058, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 16074, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 16096, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 16118, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", + "kind": "StringLiteral", + "offset": 16141, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1086, + "length": 9, + "value": "\"deleted\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 9, + "value": "\"visible\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1141, + "length": 6, + "value": "\"spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1168, + "length": 10, + "value": "\"disabled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1237, + "length": 21, + "value": "\"awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1086, + "length": 9, + "value": "\"deleted\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 9, + "value": "\"visible\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1141, + "length": 6, + "value": "\"spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1168, + "length": 10, + "value": "\"disabled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/LiveBlog\/FetchStories\/StoryListResponse.swift", + "kind": "StringLiteral", + "offset": 1237, + "length": 21, + "value": "\"awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserUnsuscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 225, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserUnsuscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 274, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserUnsuscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 462, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserUnsuscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserUnsuscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserUnsuscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserUnsuscribeEndpoint.swift", + "kind": "StringLiteral", + "offset": 978, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserUnsuscribeEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1039, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 273, + "length": 17, + "value": "\"PreviewComments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 3568, + "length": 5, + "value": "500.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 3888, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 3955, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 3975, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 9050, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 9160, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 9270, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 9440, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 9490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 9769, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 9820, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 9994, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 10045, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 10280, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 10341, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 10395, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 10460, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 10471, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 10521, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 10577, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 10606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 10655, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 10707, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 10927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 11159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 11212, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 11260, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 11389, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 11675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 11863, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 12557, + "length": 15, + "value": "\"contentOffset\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 13093, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 13410, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 13982, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 14133, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 14145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 14268, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 14276, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 14857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 15122, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 15464, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 15635, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 15647, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 15789, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 15797, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 15923, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 15935, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 16378, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 16474, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 16642, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 16654, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 16793, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 16801, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 16927, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 16939, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 17373, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 17655, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 17667, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 17802, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 17810, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 17936, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 17948, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 18490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 18724, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 18736, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 18875, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 18883, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 19009, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 19021, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 19462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 19621, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 19738, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 20077, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 20194, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 20486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 20747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 20968, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 20980, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 21117, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 21125, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 21251, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 21263, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 22309, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 22817, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 22949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 23514, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 23646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 23922, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 23976, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 24037, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 24241, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 24475, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 24717, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 24729, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 24876, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 24884, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 25010, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 25022, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 25387, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 25427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 25466, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 25510, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 25556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 25680, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 25926, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 25966, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26005, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26051, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26095, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 26201, + "length": 3, + "value": "\"!\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26260, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26702, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 26786, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26829, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26945, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 26994, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27220, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 27310, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27397, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27441, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27529, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27569, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27650, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27727, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 27950, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 27957, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 27962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 28067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 28074, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 28078, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 28138, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 28903, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 29020, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "Array", + "offset": 29127, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 29933, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 30548, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 30621, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 30627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 31474, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 31486, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 31630, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 31638, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 31764, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 31776, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 32197, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 32209, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 32357, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 32365, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 32491, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 32503, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 32842, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 32894, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 32957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 33027, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 33134, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 33203, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 33526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 33552, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 33745, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 33757, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 33910, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 33918, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34044, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34056, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34297, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 34361, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34608, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34620, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34774, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34782, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34908, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 34920, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 35162, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 35224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 35300, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 35493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 37127, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 37196, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 37200, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 37276, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 37281, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 37386, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 37391, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 37732, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 38388, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 39772, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 39813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 39999, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 40041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 40793, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 40855, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 40867, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 41002, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 41006, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 41378, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 41453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 41535, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 41539, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 41682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 41686, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 41694, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 41739, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 41795, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 42396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 42559, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 42683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 42935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 42939, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 42947, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 42991, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 43039, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 43078, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 43204, + "length": 3, + "value": "\"(\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 43226, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 43259, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 43303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 43359, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 43485, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 43527, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 43691, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 43762, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 43892, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 43995, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44069, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44073, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44077, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 44293, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 44426, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 44529, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44614, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 44828, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44890, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 44894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 45171, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 45204, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 45251, + "length": 4, + "value": "\"+9\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 45698, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 45828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 46050, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 49838, + "length": 15, + "value": "\"contentOffset\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 49930, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 50543, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 50554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 50622, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 51257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 51335, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 51526, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "StringLiteral", + "offset": 51734, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 51852, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 52124, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 52179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 52698, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 52815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 52982, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 53115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 53303, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 53339, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 54259, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 54320, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 54326, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "FloatLiteral", + "offset": 54840, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 54927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 54931, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 54935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+IDFA.swift", + "kind": "BooleanLiteral", + "offset": 500, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/interaction\/TypingEndpoint.swift", + "kind": "StringLiteral", + "offset": 209, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/interaction\/TypingEndpoint.swift", + "kind": "StringLiteral", + "offset": 270, + "length": 24, + "value": "\"contentContainerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/interaction\/TypingEndpoint.swift", + "kind": "StringLiteral", + "offset": 333, + "length": 14, + "value": "\"threadIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/interaction\/TypingEndpoint.swift", + "kind": "StringLiteral", + "offset": 387, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/interaction\/TypingEndpoint.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 8, + "value": "\"typing\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/interaction\/TypingEndpoint.swift", + "kind": "StringLiteral", + "offset": 1324, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/interaction\/TypingEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "IntegerLiteral", + "offset": 506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 799, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "IntegerLiteral", + "offset": 921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 935, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "FloatLiteral", + "offset": 1082, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 1099, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "FloatLiteral", + "offset": 1162, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "IntegerLiteral", + "offset": 1378, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 1440, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 1555, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "IntegerLiteral", + "offset": 1644, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 1658, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "BooleanLiteral", + "offset": 1754, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "IntegerLiteral", + "offset": 1823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "StringLiteral", + "offset": 1869, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "StringLiteral", + "offset": 1988, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFlagsView.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatSelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatSelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatSelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 615, + "length": 10, + "value": "\"messages\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatSelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 645, + "length": 11, + "value": "\"selection\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatSelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 1037, + "length": 7, + "value": "\"uuids\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatSelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 1142, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatSelectionEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1203, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryListEndpoint.swift", + "kind": "StringLiteral", + "offset": 266, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryListEndpoint.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 13, + "value": "\"storyIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryListEndpoint.swift", + "kind": "StringLiteral", + "offset": 635, + "length": 7, + "value": "\"posts\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 15, + "value": "\"starting_from\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1242, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 13, + "value": "\"topicIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 15, + "value": "\"notifications\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 542, + "length": 8, + "value": "\"topics\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 967, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1028, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 24, + "value": "\"total_visible_contents\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 24, + "value": "\"total_visible_contents\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "Array", + "offset": 724, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1219, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1245, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2409, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3201, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "StringLiteral", + "offset": 3280, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3715, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "StringLiteral", + "offset": 3845, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "StringLiteral", + "offset": 3933, + "length": 8, + "value": "\"custom\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "IntegerLiteral", + "offset": 3956, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "IntegerLiteral", + "offset": 3979, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4170, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", + "kind": "StringLiteral", + "offset": 4714, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByUUIDEndpoint.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByUUIDEndpoint.swift", + "kind": "StringLiteral", + "offset": 565, + "length": 18, + "value": "\"contentcontainer\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByUUIDEndpoint.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 6, + "value": "\"uuid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByUUIDEndpoint.swift", + "kind": "StringLiteral", + "offset": 903, + "length": 24, + "value": "\"content_container_uuid\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByUUIDEndpoint.swift", + "kind": "StringLiteral", + "offset": 1027, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByUUIDEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1088, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 10, + "value": "\"LiveBlog\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 772, + "length": 4, + "value": "70.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 801, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "BooleanLiteral", + "offset": 2061, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 2215, + "length": 3, + "value": "-20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "BooleanLiteral", + "offset": 2231, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "BooleanLiteral", + "offset": 2329, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 2694, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 2901, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 3087, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 3139, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "BooleanLiteral", + "offset": 3186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 3314, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 3504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 3750, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 3762, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 3909, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 3917, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 4043, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 4055, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "BooleanLiteral", + "offset": 4848, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 5083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "IntegerLiteral", + "offset": 5089, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "FloatLiteral", + "offset": 6438, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "BooleanLiteral", + "offset": 8089, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/VFLiveBlogViewController.swift", + "kind": "BooleanLiteral", + "offset": 8125, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+StorySelection.swift", + "kind": "BooleanLiteral", + "offset": 598, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "StringLiteral", + "offset": 236, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 765, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 827, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 933, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1027, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1250, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1374, + "length": 3, + "value": "-15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1473, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1537, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1615, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1630, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1719, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1734, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewCommentsNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserInfoEndpoint.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserInfoEndpoint.swift", + "kind": "StringLiteral", + "offset": 312, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserInfoEndpoint.swift", + "kind": "StringLiteral", + "offset": 536, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserInfoEndpoint.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserInfoEndpoint.swift", + "kind": "StringLiteral", + "offset": 683, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserInfoEndpoint.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserInfoEndpoint.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserInfoEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserMutesEndpoint.swift", + "kind": "StringLiteral", + "offset": 266, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserMutesEndpoint.swift", + "kind": "StringLiteral", + "offset": 315, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserMutesEndpoint.swift", + "kind": "StringLiteral", + "offset": 539, + "length": 7, + "value": "\"mutes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserMutesEndpoint.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserMutesEndpoint.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserMutesEndpoint.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserMutesEndpoint.swift", + "kind": "StringLiteral", + "offset": 947, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UserMutesEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1008, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewModel.swift", + "kind": "BooleanLiteral", + "offset": 390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewModel.swift", + "kind": "BooleanLiteral", + "offset": 530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewModel.swift", + "kind": "BooleanLiteral", + "offset": 609, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewModel.swift", + "kind": "Array", + "offset": 1189, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1792, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewModel.swift", + "kind": "BooleanLiteral", + "offset": 1848, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/BottomPickerViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2127, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/GestureRecognizer\/CustomLongPressGestureRecognizer.swift", + "kind": "IntegerLiteral", + "offset": 396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/GestureRecognizer\/CustomLongPressGestureRecognizer.swift", + "kind": "BooleanLiteral", + "offset": 453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/GestureRecognizer\/CustomLongPressGestureRecognizer.swift", + "kind": "BooleanLiteral", + "offset": 698, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/GestureRecognizer\/CustomLongPressGestureRecognizer.swift", + "kind": "BooleanLiteral", + "offset": 737, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/GestureRecognizer\/CustomLongPressGestureRecognizer.swift", + "kind": "BooleanLiteral", + "offset": 929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 450, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 1133, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 1393, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 1455, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 1576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 1656, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 1672, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 1751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFAllCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 2298, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+UndislikeComment.swift", + "kind": "BooleanLiteral", + "offset": 697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 401, + "length": 4, + "value": "\"en\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 482, + "length": 4, + "value": "\"es\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 561, + "length": 4, + "value": "\"nl\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 641, + "length": 4, + "value": "\"de\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 722, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 886, + "length": 4, + "value": "\"ko\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1096, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1304, + "length": 4, + "value": "\"es\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 4, + "value": "\"en\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1398, + "length": 4, + "value": "\"nl\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1443, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1490, + "length": 4, + "value": "\"de\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1536, + "length": 4, + "value": "\"ko\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1582, + "length": 4, + "value": "\"da\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1628, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/Language.swift", + "kind": "StringLiteral", + "offset": 1674, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 292, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 22, + "value": "\"contentContainerPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1097, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1183, + "length": 15, + "value": "\"starting_from\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1310, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentModerationListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1384, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentModerationListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 702, + "length": 17, + "value": "\"Path incorrect!\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 764, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 930, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 1082, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 1213, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 1224, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/EndpointPath.swift", + "kind": "StringLiteral", + "offset": 1252, + "length": 4, + "value": "\"\/:\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Polls\/VFPollsService+RemovePoll.swift", + "kind": "BooleanLiteral", + "offset": 591, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 1896, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 2471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2504, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "Array", + "offset": 2622, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 4154, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4573, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4616, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4655, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4699, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 4737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 5089, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 5188, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "Array", + "offset": 5364, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5412, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5449, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 5490, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 6605, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 7158, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 7351, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 7499, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 7879, + "length": 11, + "value": "\"in-thread\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 7900, + "length": 22, + "value": "\"comment_replies_load\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 8097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 11163, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 12129, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 12368, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 12594, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 13303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 13458, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 13568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 13671, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 13871, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 14188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 14438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 15010, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 15019, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 16609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 17149, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 18020, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 18576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 19281, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 19290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 19512, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 19704, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 20019, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 20215, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 20934, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 21027, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 21213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 21749, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 21930, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 21986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 22100, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 22638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 22661, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 22704, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 22852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 22921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23280, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23396, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 23704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 23915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 24090, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 24379, + "length": 8, + "value": "\"custom\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 24553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 24598, + "length": 13, + "value": "\"main_thread\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 24823, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 25521, + "length": 8, + "value": "\"custom\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 25695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 25740, + "length": 13, + "value": "\"main_thread\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 27066, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 27359, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 27483, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 27741, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 28065, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 28077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 28306, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 28450, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 28921, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 29380, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 29389, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 29557, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 29566, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 30638, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 31580, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 31671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 31762, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 32457, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 32567, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 33770, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "BooleanLiteral", + "offset": 34478, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 34625, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 34957, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 34966, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 35138, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 35147, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+CommentCount.swift", + "kind": "IntegerLiteral", + "offset": 813, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+CommentCount.swift", + "kind": "IntegerLiteral", + "offset": 1407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "BooleanLiteral", + "offset": 284, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "IntegerLiteral", + "offset": 416, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "BooleanLiteral", + "offset": 431, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "IntegerLiteral", + "offset": 514, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "BooleanLiteral", + "offset": 529, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "IntegerLiteral", + "offset": 618, + "length": 3, + "value": "-20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "BooleanLiteral", + "offset": 634, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "IntegerLiteral", + "offset": 727, + "length": 3, + "value": "-20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "kind": "BooleanLiteral", + "offset": 743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 349, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 399, + "length": 13, + "value": "\"topicIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 635, + "length": 15, + "value": "\"notifications\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 713, + "length": 8, + "value": "\"topics\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 1071, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", + "kind": "StringLiteral", + "offset": 1274, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1335, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 555, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 594, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 659, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 697, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 419, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 757, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1027, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "IntegerLiteral", + "offset": 1157, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1372, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1451, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "IntegerLiteral", + "offset": 1531, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1547, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "IntegerLiteral", + "offset": 1625, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1640, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1718, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1845, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "BooleanLiteral", + "offset": 1930, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "IntegerLiteral", + "offset": 2168, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", + "kind": "IntegerLiteral", + "offset": 2744, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionResultCell.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionResultCell.swift", + "kind": "StringLiteral", + "offset": 1248, + "length": 3, + "value": "\"%\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionResultCell.swift", + "kind": "IntegerLiteral", + "offset": 1521, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/Cell\/PollOptionResultCell.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SocialLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SocialLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 561, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SocialLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 588, + "length": 13, + "value": "\"sociallogin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SocialLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 674, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SocialLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 703, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SocialLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 706, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SocialLoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 1037, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/SocialLoginEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1098, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 260, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 312, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 22, + "value": "\"contentContainerPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 805, + "length": 8, + "value": "\"single\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1286, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1337, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/CreatePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 293, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/CreatePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 24, + "value": "\"contentContainerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/CreatePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/CreatePollEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1327, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/CreatePollEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "IntegerLiteral", + "offset": 459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "IntegerLiteral", + "offset": 564, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "BooleanLiteral", + "offset": 923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "BooleanLiteral", + "offset": 1038, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "IntegerLiteral", + "offset": 1116, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "IntegerLiteral", + "offset": 1211, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "BooleanLiteral", + "offset": 1227, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFContentRemovedView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/PollTableViewModel.swift", + "kind": "BooleanLiteral", + "offset": 384, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollList\/PollTableViewModel.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 305, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 501, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 697, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "FloatLiteral", + "offset": 1563, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "FloatLiteral", + "offset": 1575, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 1707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 1823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 1827, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "FloatLiteral", + "offset": 1831, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 1903, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 1911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 1997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2117, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "FloatLiteral", + "offset": 2121, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2193, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2403, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2407, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "FloatLiteral", + "offset": 2411, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2483, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2487, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 2491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 1425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 2838, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 3007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3021, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 3105, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3119, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 3193, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 3287, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3302, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 3669, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 3769, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3783, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 3871, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3885, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 3953, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 3967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 4074, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 4177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 4433, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 4702, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 4800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 4899, + "length": 2, + "value": "-5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 4914, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 5011, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 5025, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 5109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 5244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 5288, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 5439, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 5453, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 5557, + "length": 2, + "value": "-5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 5572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 5674, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 5688, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 5760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 5774, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 5880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 5978, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 6136, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 6405, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 6503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 6602, + "length": 2, + "value": "-5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 6617, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 6714, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 6728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 6812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 6947, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 6991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 7150, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 7164, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 7268, + "length": 2, + "value": "-5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 7283, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 7385, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 7399, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 7471, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 7485, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 7591, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 7689, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 8116, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 8214, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 8313, + "length": 2, + "value": "-5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 8328, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 8425, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 8439, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 8523, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 8658, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 8702, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 8861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 8875, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 8979, + "length": 2, + "value": "-5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 8994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 9096, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 9110, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 9182, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "BooleanLiteral", + "offset": 9196, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 9303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 9416, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 9530, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 9691, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 9787, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTabView.swift", + "kind": "IntegerLiteral", + "offset": 9883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "StringLiteral", + "offset": 266, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "StringLiteral", + "offset": 467, + "length": 11, + "value": "\"bootstrap\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "StringLiteral", + "offset": 498, + "length": 4, + "value": "\"v2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "StringLiteral", + "offset": 604, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "StringLiteral", + "offset": 896, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 957, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/bootstrap\/BootstrapEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1020, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "StringLiteral", + "offset": 4152, + "length": 8, + "value": "\"ingest\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "StringLiteral", + "offset": 4233, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "StringLiteral", + "offset": 4262, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "StringLiteral", + "offset": 4265, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "IntegerLiteral", + "offset": 4873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "StringLiteral", + "offset": 5388, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 5462, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 5513, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "StringLiteral", + "offset": 5702, + "length": 13, + "value": "\"en_US_POSIX\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "IntegerLiteral", + "offset": 5771, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "StringLiteral", + "offset": 5805, + "length": 32, + "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/analytics\/IngestEndpoint.swift", + "kind": "IntegerLiteral", + "offset": 6051, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "BooleanLiteral", + "offset": 450, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "IntegerLiteral", + "offset": 498, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "IntegerLiteral", + "offset": 902, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "IntegerLiteral", + "offset": 976, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "BooleanLiteral", + "offset": 991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "BooleanLiteral", + "offset": 1070, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFScrollDownView.swift", + "kind": "BooleanLiteral", + "offset": 1149, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StorySelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StorySelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 329, + "length": 13, + "value": "\"storyIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StorySelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 7, + "value": "\"posts\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StorySelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 648, + "length": 11, + "value": "\"selection\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StorySelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 1042, + "length": 7, + "value": "\"uuids\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StorySelectionEndpoint.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StorySelectionEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1208, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Bundle+info.swift", + "kind": "StringLiteral", + "offset": 240, + "length": 21, + "value": "\"CFBundleDisplayName\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Bundle+info.swift", + "kind": "StringLiteral", + "offset": 372, + "length": 14, + "value": "\"CFBundleName\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Bundle+info.swift", + "kind": "StringLiteral", + "offset": 450, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Bundle+info.swift", + "kind": "StringLiteral", + "offset": 596, + "length": 28, + "value": "\"CFBundleShortVersionString\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Bundle+info.swift", + "kind": "StringLiteral", + "offset": 668, + "length": 17, + "value": "\"CFBundleVersion\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Bundle+info.swift", + "kind": "StringLiteral", + "offset": 713, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Bundle+info.swift", + "kind": "StringLiteral", + "offset": 724, + "length": 1, + "value": "\" (\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/Bundle+info.swift", + "kind": "StringLiteral", + "offset": 734, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+Unpin.swift", + "kind": "BooleanLiteral", + "offset": 635, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "Array", + "offset": 249, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "IntegerLiteral", + "offset": 442, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "Array", + "offset": 1424, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "Array", + "offset": 1584, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 2120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 2757, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 3318, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 3823, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 4338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 4936, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 5050, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 7827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Notifications\/VFNotificationsService.swift", + "kind": "BooleanLiteral", + "offset": 8539, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+ReplyChat.swift", + "kind": "BooleanLiteral", + "offset": 688, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnspamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnspamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 276, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnspamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 333, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnspamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 668, + "length": 12, + "value": "\"moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnspamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 745, + "length": 8, + "value": "\"unspam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnspamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnspamCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1208, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 280, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 329, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 617, + "length": 9, + "value": "\"profile\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 959, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentsProfileEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1020, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 567, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 760, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 954, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 1032, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 1127, + "length": 3, + "value": "-30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "BooleanLiteral", + "offset": 1143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFEmptyCommentsView.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "StringLiteral", + "offset": 467, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "IntegerLiteral", + "offset": 571, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "IntegerLiteral", + "offset": 662, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "IntegerLiteral", + "offset": 791, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "IntegerLiteral", + "offset": 847, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "IntegerLiteral", + "offset": 954, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", + "kind": "StringLiteral", + "offset": 1099, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "BooleanLiteral", + "offset": 385, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 972, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "Array", + "offset": 1122, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "BooleanLiteral", + "offset": 1200, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "BooleanLiteral", + "offset": 1259, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 1999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 2098, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "Array", + "offset": 2468, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "Array", + "offset": 2611, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "BooleanLiteral", + "offset": 2872, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "Array", + "offset": 3047, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "Array", + "offset": 3176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "Array", + "offset": 3297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 3545, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 4147, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 4255, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 4898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 5059, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 5862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "Array", + "offset": 5941, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 6079, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 6160, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 7779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "StringLiteral", + "offset": 8103, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "StringLiteral", + "offset": 8112, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "Array", + "offset": 8269, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 8691, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "StringLiteral", + "offset": 9485, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel+Notifications.swift", + "kind": "IntegerLiteral", + "offset": 11525, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 647, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "IntegerLiteral", + "offset": 773, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 907, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 1035, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 1188, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "IntegerLiteral", + "offset": 1248, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 1263, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 1343, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "IntegerLiteral", + "offset": 1423, + "length": 3, + "value": "-10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "IntegerLiteral", + "offset": 1524, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "BooleanLiteral", + "offset": 1538, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisabledView.swift", + "kind": "IntegerLiteral", + "offset": 1804, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UnlikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UnlikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 268, + "length": 13, + "value": "\"storyIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UnlikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 321, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UnlikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 622, + "length": 7, + "value": "\"likes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UnlikeStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 1099, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/UnlikeStoryEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+UpdateStoryContainerSettings.swift", + "kind": "BooleanLiteral", + "offset": 751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Authentication\/SocialLogin\/SocialLoginRequest.swift", + "kind": "BooleanLiteral", + "offset": 211, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 311, + "length": 3, + "value": "7.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 339, + "length": 4, + "value": "14.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 593, + "length": 3, + "value": "0.6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 648, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 701, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 436, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 841, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 1019, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "StringLiteral", + "offset": 1483, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 1662, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 1734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 1807, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 2152, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 2269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 2379, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 2497, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 2586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 2698, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 2712, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 2806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 2899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 2963, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 3003, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 3129, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 3322, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 3470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 3484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 3583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 3597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 3704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 3805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "BooleanLiteral", + "offset": 3819, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 4016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 4394, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 4406, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 4542, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 4550, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 4676, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "FloatLiteral", + "offset": 4688, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 22, + "value": "\"ViafouraSDK.VFNotificationBellView\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 5394, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "IntegerLiteral", + "offset": 5427, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/NotificationBell\/VFNotificationBellView.swift", + "kind": "StringLiteral", + "offset": 5465, + "length": 4, + "value": "\"+9\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/ContentContainerSubscriptionEndpoint.swift", + "kind": "StringLiteral", + "offset": 320, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/ContentContainerSubscriptionEndpoint.swift", + "kind": "StringLiteral", + "offset": 381, + "length": 13, + "value": "\"topicIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/ContentContainerSubscriptionEndpoint.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/ContentContainerSubscriptionEndpoint.swift", + "kind": "StringLiteral", + "offset": 653, + "length": 19, + "value": "\"contentcontainers\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/ContentContainerSubscriptionEndpoint.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/ContentContainerSubscriptionEndpoint.swift", + "kind": "StringLiteral", + "offset": 901, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/ContentContainerSubscriptionEndpoint.swift", + "kind": "StringLiteral", + "offset": 1126, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/ContentContainerSubscriptionEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1187, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 9, + "value": "\"Profile\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 4436, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 4835, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 5637, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 5902, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 5957, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6228, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6349, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6463, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6595, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6746, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6750, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6782, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6946, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 6950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 7058, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 7246, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 7691, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 7744, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 7822, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 7942, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 8196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 8244, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 9017, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 9388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 9721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10040, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10052, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10192, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10200, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10326, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10338, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10735, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10747, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10884, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 10892, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 11018, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 11030, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 11369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 11467, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 12096, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 12170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 12176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 13178, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 13252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 13258, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 14153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 14227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 14233, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 15198, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 15279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 15285, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 16213, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 16290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 16296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 16813, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 17190, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 17368, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 17380, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 17521, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 17529, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 17655, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 17667, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 18055, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 18118, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 18512, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 19017, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 19153, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 19714, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 19850, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 20169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 20723, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 20735, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 20874, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 20882, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 21008, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 21020, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 21404, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 21466, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 21851, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 22231, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 22361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 22770, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 22900, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 23177, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 23262, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 24937, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 24949, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25079, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25083, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25087, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25157, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25161, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25165, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25237, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25241, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25499, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 25560, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 25972, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 25984, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26114, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26122, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26188, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26192, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26258, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26262, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26316, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26735, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 26777, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 27185, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 27190, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 27232, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 27618, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 27623, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 27861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 28071, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 28242, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 28246, + "length": 3, + "value": "400" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 28314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 28319, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 28395, + "length": 4, + "value": "\" (\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 28431, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 28450, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 29028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 29416, + "length": 4, + "value": "\" (\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 29445, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 29692, + "length": 4, + "value": "\" (\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 29727, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 30000, + "length": 4, + "value": "\" (\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 30037, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 30232, + "length": 3, + "value": "0.2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 30244, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 30362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 30700, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 31034, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 31639, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 32224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 32368, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 32412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 32454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 32498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 32564, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 32607, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 33035, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 33118, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 33258, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 33444, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 33522, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 33654, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "IntegerLiteral", + "offset": 33835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 33909, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "StringLiteral", + "offset": 34041, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 34763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "FloatLiteral", + "offset": 35081, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 37939, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 38308, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 38347, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 38388, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 38518, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", + "kind": "BooleanLiteral", + "offset": 38595, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationSeenEndpoint.swift", + "kind": "StringLiteral", + "offset": 228, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationSeenEndpoint.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 22, + "value": "\"notificationUUIDPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationSeenEndpoint.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 15, + "value": "\"notifications\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationSeenEndpoint.swift", + "kind": "StringLiteral", + "offset": 570, + "length": 6, + "value": "\"seen\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationSeenEndpoint.swift", + "kind": "StringLiteral", + "offset": 768, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationSeenEndpoint.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationSeenEndpoint.swift", + "kind": "StringLiteral", + "offset": 1035, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/NotificationSeenEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1096, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+ChatContainer.swift", + "kind": "StringLiteral", + "offset": 448, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveBlog\/VFLiveBlogService+CreateStory.swift", + "kind": "BooleanLiteral", + "offset": 644, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 12, + "value": "\"userAvatar\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 702, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 737, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 798, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 906, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 951, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "BooleanLiteral", + "offset": 993, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1127, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 1771, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 1783, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 1909, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 1917, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 2043, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 2055, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2560, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2670, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2793, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2884, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2893, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2938, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 2992, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 3017, + "length": 4, + "value": "0.75" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3025, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3103, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3133, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3209, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 3234, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3242, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3259, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3318, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "FloatLiteral", + "offset": 3343, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3350, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 3367, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/UserAvatarView.swift", + "kind": "IntegerLiteral", + "offset": 4475, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "Array", + "offset": 244, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "BooleanLiteral", + "offset": 320, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "BooleanLiteral", + "offset": 345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "BooleanLiteral", + "offset": 372, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "BooleanLiteral", + "offset": 567, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "IntegerLiteral", + "offset": 948, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "IntegerLiteral", + "offset": 1176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "StringLiteral", + "offset": 2182, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "IntegerLiteral", + "offset": 2332, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "StringLiteral", + "offset": 2382, + "length": 8, + "value": "\"┣╸\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "StringLiteral", + "offset": 2391, + "length": 6, + "value": "\"┃ \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "StringLiteral", + "offset": 2414, + "length": 8, + "value": "\"┗╸\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", + "kind": "StringLiteral", + "offset": 2574, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 15, + "value": "\"ViewChatReply\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 2864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 2912, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 2972, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 3209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 3705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 3770, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4502, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 4543, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 4603, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4971, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 5013, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 5168, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 5176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "StringLiteral", + "offset": 5225, + "length": 6, + "value": "\"• \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 5342, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 5528, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 5536, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "StringLiteral", + "offset": 5589, + "length": 6, + "value": "\"• \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 5710, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 5903, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 5944, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 6018, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6226, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6266, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6642, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6686, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 6763, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6981, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 7024, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 7387, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 7620, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 7838, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 8081, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ViewChatReply\/ViewChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 8245, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DeleteStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DeleteStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 268, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DeleteStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 320, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DeleteStoryEndpoint.swift", + "kind": "StringLiteral", + "offset": 1071, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/DeleteStoryEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", + "kind": "StringLiteral", + "offset": 246, + "length": 11, + "value": "\"UsersList\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", + "kind": "StringLiteral", + "offset": 494, + "length": 10, + "value": "\"userCell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 899, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 1744, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 2078, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", + "kind": "IntegerLiteral", + "offset": 2727, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 11, + "value": "\"ChatReply\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 3265, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 3327, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 3366, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 3735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4035, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 4090, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4475, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 4632, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 4707, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 4963, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 5298, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 5310, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 5453, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 5461, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 5599, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 5611, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6046, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6094, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6142, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "StringLiteral", + "offset": 6460, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6523, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 6878, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 7131, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 7315, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 7500, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "StringLiteral", + "offset": 7579, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 7921, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 7969, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 8029, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 8266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 8556, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 8762, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 8827, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 9332, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 9559, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 9600, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 9660, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 9774, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 10028, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 10070, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 10253, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 10293, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 10366, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 10572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 10611, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 10976, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 11417, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 11472, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 11555, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 11602, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 11683, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 11733, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 11947, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 11992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "IntegerLiteral", + "offset": 12079, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 12126, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "BooleanLiteral", + "offset": 12318, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatReply\/ChatReplyViewController.swift", + "kind": "FloatLiteral", + "offset": 12473, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 158, + "length": 13, + "value": "\"icon_unmute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 198, + "length": 11, + "value": "\"icon_mute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 236, + "length": 11, + "value": "\"icon_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 288, + "length": 26, + "value": "\"icon_awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 22, + "value": "\"icon_flag_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 404, + "length": 15, + "value": "\"icon_featured\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 446, + "length": 11, + "value": "\"icon_plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 490, + "length": 18, + "value": "\"icon_editor_pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 16, + "value": "\"default_avatar\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 585, + "length": 13, + "value": "\"icon_pinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 625, + "length": 11, + "value": "\"icon_bell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 664, + "length": 12, + "value": "\"icon_check\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 705, + "length": 14, + "value": "\"icon_check_1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 15, + "value": "\"icon_comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 16, + "value": "\"icon_newspaper\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 842, + "length": 13, + "value": "\"icon_person\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 890, + "length": 20, + "value": "\"icon_person_filled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 940, + "length": 15, + "value": "\"icon_arrow_up\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 986, + "length": 15, + "value": "\"viafoura_logo\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 17, + "value": "\"icon_arrow_down\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1078, + "length": 12, + "value": "\"icon_topic\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1119, + "length": 13, + "value": "\"icon_author\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1160, + "length": 12, + "value": "\"icon_share\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1202, + "length": 14, + "value": "\"icon_twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1244, + "length": 12, + "value": "\"icon_reply\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 23, + "value": "\"icon_reply_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1344, + "length": 11, + "value": "\"icon_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1392, + "length": 22, + "value": "\"icon_like_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 14, + "value": "\"icon_dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Images\/ImageKeys.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 25, + "value": "\"icon_dislike_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel+AuthState.swift", + "kind": "StringLiteral", + "offset": 738, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel+AuthState.swift", + "kind": "StringLiteral", + "offset": 747, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 10, + "value": "\"trending\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 11, + "value": "\"sorted_by\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "StringLiteral", + "offset": 976, + "length": 22, + "value": "\"content_window_hours\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "StringLiteral", + "offset": 1098, + "length": 31, + "value": "\"content_container_window_days\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "StringLiteral", + "offset": 1267, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1341, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/TrendingEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1392, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 450, + "length": 14, + "value": "\"Content-Type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "BooleanLiteral", + "offset": 515, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1071, + "length": 19, + "value": "\"=================\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1345, + "length": 7, + "value": "\"URL: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1489, + "length": 20, + "value": "\"Query parameters: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1609, + "length": 11, + "value": "\"Headers: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1623, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1634, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1687, + "length": 12, + "value": "\"Response: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 1797, + "length": 15, + "value": "\"Status code: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2143, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2244, + "length": 12, + "value": "\"Set-Cookie\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2346, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2542, + "length": 9, + "value": "\"VfSess=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2641, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2673, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 2678, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2738, + "length": 12, + "value": "\"VfRefresh=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2843, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 2848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2875, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 2940, + "length": 11, + "value": "\"VfAccess_\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 3043, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 3048, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 3075, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 3080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 4695, + "length": 16, + "value": "\"Content-Length\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 4773, + "length": 12, + "value": "\"User-Agent\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 4808, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5190, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5286, + "length": 11, + "value": "\"; VfSess=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5312, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5367, + "length": 8, + "value": "\"Cookie\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5379, + "length": 11, + "value": "\"VfAccess_\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5440, + "length": 3, + "value": "\"=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5808, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5904, + "length": 11, + "value": "\"; VfSess=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 5930, + "length": 3, + "value": "\";\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 6005, + "length": 8, + "value": "\"Cookie\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 6017, + "length": 12, + "value": "\"VfRefresh=\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 6390, + "length": 45, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 6412, + "length": 1, + "value": "\":\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 6434, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "Array", + "offset": 6559, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 6591, + "length": 15, + "value": "\"Authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 6610, + "length": 28, + "value": "\"Basic \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "StringLiteral", + "offset": 6637, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 7157, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 7178, + "length": 3, + "value": "300" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 7213, + "length": 3, + "value": "401" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 7304, + "length": 3, + "value": "404" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 7391, + "length": 3, + "value": "400" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/SpamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/SpamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 272, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/SpamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 329, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/SpamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 664, + "length": 12, + "value": "\"moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/SpamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 741, + "length": 6, + "value": "\"spam\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/SpamCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1141, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/SpamCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1202, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", + "kind": "StringLiteral", + "offset": 304, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", + "kind": "StringLiteral", + "offset": 411, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", + "kind": "StringLiteral", + "offset": 512, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", + "kind": "StringLiteral", + "offset": 710, + "length": 6, + "value": "\"%.0f\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", + "kind": "StringLiteral", + "offset": 889, + "length": 6, + "value": "\"%.0f\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 313, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 589, + "length": 7, + "value": "\"login\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 701, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginEndpoint.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 12, + "value": "\"userIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 700, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 729, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 732, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 8, + "value": "\"avatar\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 11, + "value": "\"image\/jpg\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 1054, + "length": 14, + "value": "\"Content-Type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 1107, + "length": 40, + "value": "\"; boundary=---------------------------\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "StringLiteral", + "offset": 1437, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/users\/UpdateUserAvatarEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 15, + "value": "\"visitsLogging\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 16, + "value": "\"pendingActions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 428, + "length": 12, + "value": "\"-lastVisit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 476, + "length": 12, + "value": "\"firstVisit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 534, + "length": 15, + "value": "\"-numberVisits\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"-unfinishedContent\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 672, + "length": 28, + "value": "\"-unfinishedContentLiveChat\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 746, + "length": 17, + "value": "\"-flaggedComment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "BooleanLiteral", + "offset": 863, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 899, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "IntegerLiteral", + "offset": 1557, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "IntegerLiteral", + "offset": 1590, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "IntegerLiteral", + "offset": 1715, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "StringLiteral", + "offset": 2025, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Persistence\/PersistenceService.swift", + "kind": "IntegerLiteral", + "offset": 2918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/UnsuscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 250, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/UnsuscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 24, + "value": "\"contentContainerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/UnsuscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 520, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/UnsuscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 19, + "value": "\"contentcontainers\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/UnsuscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 807, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/UnsuscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 842, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/UnsuscribeContentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1067, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/contentContainer\/UnsuscribeContentContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1128, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewModel.swift", + "kind": "BooleanLiteral", + "offset": 307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+CookieLogin.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 23, + "value": "\"viafouraDefinedCookie\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+CookieLogin.swift", + "kind": "BooleanLiteral", + "offset": 635, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 594, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 1297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1528, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1540, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1684, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1692, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1818, + "length": 5, + "value": "0.250" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1832, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "BooleanLiteral", + "offset": 2333, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "BooleanLiteral", + "offset": 2386, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 2520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 2531, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 2582, + "length": 3, + "value": "0.7" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "BooleanLiteral", + "offset": 2917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 3375, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 3727, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "StringLiteral", + "offset": 3808, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "StringLiteral", + "offset": 3946, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/Cell\/CarouselTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 4152, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/String+Localizable.swift", + "kind": "StringLiteral", + "offset": 429, + "length": 42, + "value": "\"Oops.. Did not find matching string for \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/String+Localizable.swift", + "kind": "StringLiteral", + "offset": 481, + "length": 15, + "value": "\" in language \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/String+Localizable.swift", + "kind": "StringLiteral", + "offset": 676, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UpdateCommentContainerSettingsEndpoint.swift", + "kind": "StringLiteral", + "offset": 329, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UpdateCommentContainerSettingsEndpoint.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UpdateCommentContainerSettingsEndpoint.swift", + "kind": "StringLiteral", + "offset": 793, + "length": 10, + "value": "\"settings\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UpdateCommentContainerSettingsEndpoint.swift", + "kind": "StringLiteral", + "offset": 1386, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UpdateCommentContainerSettingsEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1447, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EnableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EnableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 276, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EnableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 333, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EnableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 668, + "length": 12, + "value": "\"moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EnableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 745, + "length": 8, + "value": "\"enable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EnableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/EnableCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1208, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/GestureRecognizer\/CustomPanGestureRecognizer.swift", + "kind": "BooleanLiteral", + "offset": 402, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/GestureRecognizer\/CustomPanGestureRecognizer.swift", + "kind": "BooleanLiteral", + "offset": 599, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "StringLiteral", + "offset": 234, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 570, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "StringLiteral", + "offset": 693, + "length": 13, + "value": "\"New replies\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 792, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 854, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 960, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1054, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1279, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1403, + "length": 3, + "value": "-15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1419, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1502, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1581, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1644, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1659, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1748, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "BooleanLiteral", + "offset": 1763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFNewRepliesNotificationView.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+CreateChat.swift", + "kind": "BooleanLiteral", + "offset": 638, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 2642, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 2758, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 2810, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3107, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3155, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 3, + "value": "\"M\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3359, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3519, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3571, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3685, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3737, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 3927, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 3978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4124, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4209, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4248, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4439, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4479, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4656, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4758, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 4887, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 4969, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5005, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 5170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 5375, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5471, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 5582, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5666, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5705, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 5750, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6015, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6065, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6305, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6545, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 6642, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 6821, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 7041, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7088, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7164, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7339, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7495, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 7947, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 8089, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 8097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "StringLiteral", + "offset": 8146, + "length": 6, + "value": "\"• \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 8196, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 8359, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "FloatLiteral", + "offset": 8653, + "length": 3, + "value": "0.8" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 8705, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 8900, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 9373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "StringLiteral", + "offset": 9579, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 9814, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 10119, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "FloatLiteral", + "offset": 10286, + "length": 3, + "value": "0.4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 10346, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 10398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 10456, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 10497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "IntegerLiteral", + "offset": 10560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", + "kind": "BooleanLiteral", + "offset": 10600, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UndislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 229, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UndislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 283, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UndislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 340, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UndislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UndislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 752, + "length": 9, + "value": "\"dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UndislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1155, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UndislikeCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1216, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Fonts\/VFFonts.swift", + "kind": "StringLiteral", + "offset": 179, + "length": 13, + "value": "\"Roboto-Bold\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Fonts\/VFFonts.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 14, + "value": "\"Roboto-Light\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Fonts\/VFFonts.swift", + "kind": "StringLiteral", + "offset": 377, + "length": 15, + "value": "\"Roboto-Medium\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Fonts\/VFFonts.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 16, + "value": "\"Roboto-Regular\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Fonts\/VFFonts.swift", + "kind": "StringLiteral", + "offset": 583, + "length": 13, + "value": "\"Roboto-Bold\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UndislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UndislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UndislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 323, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UndislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 622, + "length": 10, + "value": "\"dislikes\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UndislikeChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1100, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/UndislikeChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1161, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Actions\/BootstrapAction.swift", + "kind": "BooleanLiteral", + "offset": 1220, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Actions\/BootstrapAction.swift", + "kind": "IntegerLiteral", + "offset": 1459, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Actions\/BootstrapAction.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 94, + "value": "\"SDK is not enabled. Reach out to your Viafoura Customer Support representative to enable it.\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Actions\/BootstrapAction.swift", + "kind": "StringLiteral", + "offset": 1725, + "length": 74, + "value": "\"This SDK version has been deprecated. Please update the SDK to version: \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+RemoveEditorPick.swift", + "kind": "BooleanLiteral", + "offset": 694, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 616, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 626, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 639, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 825, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 841, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 853, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "IntegerLiteral", + "offset": 1040, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/PoweredByViafouraView.swift", + "kind": "BooleanLiteral", + "offset": 1165, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 456, + "length": 6, + "value": "\"auth\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 482, + "length": 9, + "value": "\"account\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 678, + "length": 8, + "value": "\"apiKey\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 696, + "length": 14, + "value": "\"access_token\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusProfileEndpoint.swift", + "kind": "StringLiteral", + "offset": 810, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LoginRadiusProfileEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 871, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/PinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/PinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 270, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/PinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/PinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 662, + "length": 9, + "value": "\"content\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/PinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 5, + "value": "\"pin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/PinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1135, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/PinCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1196, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByIdEndpoint.swift", + "kind": "StringLiteral", + "offset": 299, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByIdEndpoint.swift", + "kind": "StringLiteral", + "offset": 667, + "length": 18, + "value": "\"contentcontainer\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByIdEndpoint.swift", + "kind": "StringLiteral", + "offset": 705, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByIdEndpoint.swift", + "kind": "StringLiteral", + "offset": 1003, + "length": 14, + "value": "\"container_id\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByIdEndpoint.swift", + "kind": "StringLiteral", + "offset": 1097, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerByIdEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1158, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnpinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 220, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnpinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 274, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnpinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 331, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnpinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 668, + "length": 9, + "value": "\"content\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnpinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 742, + "length": 5, + "value": "\"pin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnpinCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1141, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/UnpinCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1202, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+Spam.swift", + "kind": "BooleanLiteral", + "offset": 629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DisableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DisableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 278, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DisableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DisableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 12, + "value": "\"moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DisableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 747, + "length": 9, + "value": "\"disable\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DisableCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1150, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DisableCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1211, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "IntegerLiteral", + "offset": 498, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 735, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 1005, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 1088, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "FloatLiteral", + "offset": 1152, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 1169, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "FloatLiteral", + "offset": 1232, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 1249, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "IntegerLiteral", + "offset": 1467, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 1629, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 1744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "IntegerLiteral", + "offset": 1833, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 1847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 2, + "value": "-5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "BooleanLiteral", + "offset": 1942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFPinnedView.swift", + "kind": "IntegerLiteral", + "offset": 2089, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi+UserAgent.swift", + "kind": "StringLiteral", + "offset": 226, + "length": 21, + "value": "\"com.apple.CFNetwork\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi+UserAgent.swift", + "kind": "StringLiteral", + "offset": 423, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi+UserAgent.swift", + "kind": "StringLiteral", + "offset": 683, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi+UserAgent.swift", + "kind": "IntegerLiteral", + "offset": 789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi+UserAgent.swift", + "kind": "StringLiteral", + "offset": 988, + "length": 11, + "value": "\"Viafoura\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi+UserAgent.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 13, + "value": "\" CFNetwork\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi+UserAgent.swift", + "kind": "StringLiteral", + "offset": 1057, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi+UserAgent.swift", + "kind": "StringLiteral", + "offset": 1063, + "length": 9, + "value": "\"Darwin\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+Pin.swift", + "kind": "BooleanLiteral", + "offset": 623, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+UnlikeChat.swift", + "kind": "BooleanLiteral", + "offset": 590, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 331, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 22, + "value": "\"contentContainerPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 1255, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 1341, + "length": 15, + "value": "\"starting_from\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "StringLiteral", + "offset": 1472, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1546, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentRepliesEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LogoutEndpoint.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LogoutEndpoint.swift", + "kind": "StringLiteral", + "offset": 460, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LogoutEndpoint.swift", + "kind": "StringLiteral", + "offset": 487, + "length": 8, + "value": "\"logout\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LogoutEndpoint.swift", + "kind": "StringLiteral", + "offset": 568, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LogoutEndpoint.swift", + "kind": "StringLiteral", + "offset": 597, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LogoutEndpoint.swift", + "kind": "StringLiteral", + "offset": 600, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LogoutEndpoint.swift", + "kind": "StringLiteral", + "offset": 833, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/LogoutEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 894, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 1569, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 1625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 1945, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2166, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2178, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2315, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2323, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2449, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2461, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 2784, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 2940, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 3063, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 3116, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 3748, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 3806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "StringLiteral", + "offset": 3845, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 4324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 4368, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 4410, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 4458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 4532, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 4579, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 4783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 4827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "StringLiteral", + "offset": 5797, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "StringLiteral", + "offset": 6027, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "StringLiteral", + "offset": 6308, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 6435, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/ThirdPartyCallbackEndpoint.swift", + "kind": "StringLiteral", + "offset": 440, + "length": 20, + "value": "\"thirdpartycallback\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/ThirdPartyCallbackEndpoint.swift", + "kind": "StringLiteral", + "offset": 676, + "length": 6, + "value": "\"site\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/ThirdPartyCallbackEndpoint.swift", + "kind": "StringLiteral", + "offset": 792, + "length": 14, + "value": "\"Content-Type\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/ThirdPartyCallbackEndpoint.swift", + "kind": "StringLiteral", + "offset": 972, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/ThirdPartyCallbackEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1033, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "StringLiteral", + "offset": 220, + "length": 12, + "value": "\"SingleChat\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 3280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 3328, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 3388, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 3625, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 4121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 4493, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 5083, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 5343, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 5384, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 5444, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 5763, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 5805, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 6064, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "StringLiteral", + "offset": 6113, + "length": 6, + "value": "\"• \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 6230, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 6418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 6626, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 6661, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 7178, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 7190, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 7325, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 7333, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 7459, + "length": 5, + "value": "0.250" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 7473, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 8040, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 8260, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 8298, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 8833, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 8845, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 8983, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 8991, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 9117, + "length": 5, + "value": "0.250" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 9131, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 9702, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 9912, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 9948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10304, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10316, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10452, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10460, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10586, + "length": 5, + "value": "0.250" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10600, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 10845, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 11060, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 11265, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 11300, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 11871, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 11883, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12018, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12026, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12152, + "length": 5, + "value": "0.250" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12166, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12407, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 12589, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 12642, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 12697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 12755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 12991, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 13031, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 13104, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 13310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 13349, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 13691, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 13891, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", + "kind": "FloatLiteral", + "offset": 14045, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/LikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/LikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 272, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/LikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 329, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/LikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 664, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/LikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 739, + "length": 6, + "value": "\"like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/LikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1139, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/LikeCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1200, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 225, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 17, + "value": "\"containerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 671, + "length": 10, + "value": "\"comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 746, + "length": 9, + "value": "\"dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DislikeCommentEndpoint.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/DislikeCommentEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1210, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribersEndpoint.swift", + "kind": "StringLiteral", + "offset": 282, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribersEndpoint.swift", + "kind": "StringLiteral", + "offset": 439, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribersEndpoint.swift", + "kind": "StringLiteral", + "offset": 517, + "length": 7, + "value": "\"users\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribersEndpoint.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 13, + "value": "\"subscribers\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribersEndpoint.swift", + "kind": "StringLiteral", + "offset": 696, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribersEndpoint.swift", + "kind": "StringLiteral", + "offset": 731, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribersEndpoint.swift", + "kind": "StringLiteral", + "offset": 907, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/users\/UserSubscribersEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 968, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Bootstrap\/BootstrapResponse.swift", + "kind": "StringLiteral", + "offset": 6701, + "length": 28, + "value": "\"CFBundleShortVersionString\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/Cell\/OptionPickerCell.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/RemovePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 220, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/RemovePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 281, + "length": 24, + "value": "\"contentContainerIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/RemovePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 342, + "length": 12, + "value": "\"pollIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/RemovePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 1101, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/RemovePollEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1162, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 290, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 339, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 391, + "length": 15, + "value": "\"contentIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 755, + "length": 9, + "value": "\"replies\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", + "kind": "StringLiteral", + "offset": 1549, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1610, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/DeleteNotificationEndpoint.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/DeleteNotificationEndpoint.swift", + "kind": "StringLiteral", + "offset": 291, + "length": 22, + "value": "\"notificationUUIDPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/DeleteNotificationEndpoint.swift", + "kind": "StringLiteral", + "offset": 497, + "length": 15, + "value": "\"notifications\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/DeleteNotificationEndpoint.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 8, + "value": "\"single\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/DeleteNotificationEndpoint.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/DeleteNotificationEndpoint.swift", + "kind": "StringLiteral", + "offset": 810, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/DeleteNotificationEndpoint.swift", + "kind": "StringLiteral", + "offset": 1042, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/notifications\/DeleteNotificationEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1103, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 7, + "value": "\"trash\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "Array", + "offset": 912, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 1250, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 1321, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 2040, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 2123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 3803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 8, + "value": "\"pencil\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 4749, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "IntegerLiteral", + "offset": 4843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "IntegerLiteral", + "offset": 4919, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "IntegerLiteral", + "offset": 5170, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 5182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "IntegerLiteral", + "offset": 5456, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "IntegerLiteral", + "offset": 5540, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "IntegerLiteral", + "offset": 5943, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 6161, + "length": 4, + "value": "\" (\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 6186, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 6853, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 7011, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 7178, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 7361, + "length": 18, + "value": "\"flag.square.fill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 7772, + "length": 18, + "value": "\"flag.square.fill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "IntegerLiteral", + "offset": 8121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 8824, + "length": 26, + "value": "\"checkmark.rectangle.fill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 9247, + "length": 19, + "value": "\"xmark.circle.fill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 9728, + "length": 18, + "value": "\"star.circle.fill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 10155, + "length": 19, + "value": "\"xmark.circle.fill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 10683, + "length": 17, + "value": "\"pin.circle.fill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 11123, + "length": 17, + "value": "\"pin.circle.fill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "StringLiteral", + "offset": 11589, + "length": 11, + "value": "\"clipboard\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Options.swift", + "kind": "BooleanLiteral", + "offset": 11998, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "StringLiteral", + "offset": 278, + "length": 12, + "value": "\"NewComment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 1537, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 3735, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 3930, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 4085, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 4424, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 4494, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 4549, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 4610, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 4985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 5033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 5355, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 5468, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 5991, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 6028, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 6500, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 6627, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 6871, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 8291, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 8375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 8485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 8524, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 8536, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "Array", + "offset": 8550, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 8881, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 8886, + "length": 4, + "value": "-160" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 9103, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 9163, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 9202, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 9533, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 9655, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 9912, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 9924, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 10061, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 10069, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 10195, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 10207, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 10549, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 10647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 10845, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 11365, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 11377, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 11518, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 11526, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 11664, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 11676, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 12046, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 12058, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 12170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 12268, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 12609, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 12728, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 12740, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 12862, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 13062, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "StringLiteral", + "offset": 13532, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 13887, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 14299, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 14675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 15693, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 15740, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 15789, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "StringLiteral", + "offset": 15968, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "StringLiteral", + "offset": 16001, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 16224, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 16267, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 16480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 16527, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 16592, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 16638, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 16838, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "FloatLiteral", + "offset": 17058, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 18598, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 18653, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 18743, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 18790, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 18871, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 18921, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 19135, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 19180, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "IntegerLiteral", + "offset": 19267, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/VFNewCommentViewController.swift", + "kind": "BooleanLiteral", + "offset": 19314, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 14, + "value": "\"vf-live-blog\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 225, + "length": 26, + "value": "\"vf-content-recirculation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 18, + "value": "\"vf-standalone-ad\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 25, + "value": "\"vf-conversation-starter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 13, + "value": "\"vf-livechat\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 408, + "length": 13, + "value": "\"vf-sharebar\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 452, + "length": 18, + "value": "\"vf-conversations\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 495, + "length": 17, + "value": "\"vf-tray-trigger\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 14, + "value": "\"vf-live-blog\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 225, + "length": 26, + "value": "\"vf-content-recirculation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 18, + "value": "\"vf-standalone-ad\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 25, + "value": "\"vf-conversation-starter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 13, + "value": "\"vf-livechat\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 408, + "length": 13, + "value": "\"vf-sharebar\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 452, + "length": 18, + "value": "\"vf-conversations\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/WidgetType.swift", + "kind": "StringLiteral", + "offset": 495, + "length": 17, + "value": "\"vf-tray-trigger\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/BottomPicker\/Cell\/SortPickerCell.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+Default.swift", + "kind": "StringLiteral", + "offset": 370, + "length": 6, + "value": "\"idfa\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Auth\/VFAuthenticationService+ResetPassword.swift", + "kind": "BooleanLiteral", + "offset": 601, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService.swift", + "kind": "Dictionary", + "offset": 263, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService.swift", + "kind": "StringLiteral", + "offset": 595, + "length": 6, + "value": "\"verb\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService.swift", + "kind": "StringLiteral", + "offset": 605, + "length": 5, + "value": "\"get\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService.swift", + "kind": "StringLiteral", + "offset": 639, + "length": 7, + "value": "\"route\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 9, + "value": "\"\/users\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService.swift", + "kind": "StringLiteral", + "offset": 856, + "length": 6, + "value": "\"site\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService.swift", + "kind": "StringLiteral", + "offset": 911, + "length": 10, + "value": "\"requests\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Users\/UsersService.swift", + "kind": "Array", + "offset": 1190, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFLiveView.swift", + "kind": "BooleanLiteral", + "offset": 434, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFLiveView.swift", + "kind": "IntegerLiteral", + "offset": 468, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFLiveView.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 6, + "value": "\"LIVE\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFLiveView.swift", + "kind": "IntegerLiteral", + "offset": 683, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFLiveView.swift", + "kind": "BooleanLiteral", + "offset": 754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFLiveView.swift", + "kind": "BooleanLiteral", + "offset": 869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFLiveView.swift", + "kind": "BooleanLiteral", + "offset": 948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "Dictionary", + "offset": 214, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "Array", + "offset": 252, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 13, + "value": "1000000000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 1918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 2089, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 2146, + "length": 13, + "value": "1000000000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 2562, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 2790, + "length": 3, + "value": "200" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "Dictionary", + "offset": 2930, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 3011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/Mock\/MockUrlSession.swift", + "kind": "IntegerLiteral", + "offset": 3048, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 283, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 332, + "length": 12, + "value": "\"chatIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 648, + "length": 12, + "value": "\"moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1041, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1127, + "length": 15, + "value": "\"starting_from\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatModerationListEndpoint.swift", + "kind": "StringLiteral", + "offset": 1258, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatModerationListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1332, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ChatModerationListEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "StringLiteral", + "offset": 299, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "StringLiteral", + "offset": 349, + "length": 13, + "value": "\"topicIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "StringLiteral", + "offset": 532, + "length": 15, + "value": "\"subscriptions\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "StringLiteral", + "offset": 610, + "length": 8, + "value": "\"topics\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "StringLiteral", + "offset": 682, + "length": 7, + "value": "\"count\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "StringLiteral", + "offset": 828, + "length": 36, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "StringLiteral", + "offset": 863, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "StringLiteral", + "offset": 1066, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/TopicSubscriberCountEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 1775, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 2003, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 2016, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 2153, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 2161, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 2287, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 2300, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 3494, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 3537, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 3649, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 3974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 4283, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 4491, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 4801, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 4936, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 5578, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 5885, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 5902, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 6105, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 6130, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 6396, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 6421, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 6551, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 6568, + "length": 4, + "value": "\"\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 6857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 7045, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "StringLiteral", + "offset": 7373, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 7487, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 7690, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 8316, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 8360, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 8402, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 8450, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 8524, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 8571, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 8816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 8860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "IntegerLiteral", + "offset": 9173, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "BooleanLiteral", + "offset": 9278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 9535, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 9547, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 9685, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 9693, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 9819, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationCell.swift", + "kind": "FloatLiteral", + "offset": 9831, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "StringLiteral", + "offset": 446, + "length": 9, + "value": "\"account\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "StringLiteral", + "offset": 475, + "length": 10, + "value": "\"password\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 33, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "StringLiteral", + "offset": 587, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 7, + "value": "\"email\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/authentication\/PasswordResetEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 992, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/IngestRequest.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 5, + "value": "\"ios\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveChat\/VFLiveChatService+UpdateChatContainerSettings.swift", + "kind": "BooleanLiteral", + "offset": 740, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+Disable.swift", + "kind": "BooleanLiteral", + "offset": 647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 402, + "length": 8, + "value": "\"google\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 430, + "length": 9, + "value": "\"twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 460, + "length": 10, + "value": "\"linkedin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 488, + "length": 7, + "value": "\"apple\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 25, + "value": "\"Viafoura Defined Cookie\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 10, + "value": "\"facebook\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 7, + "value": "\"yahoo\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 634, + "length": 13, + "value": "\"windowslive\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 5, + "value": "\"aol\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 402, + "length": 8, + "value": "\"google\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 430, + "length": 9, + "value": "\"twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 460, + "length": 10, + "value": "\"linkedin\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 488, + "length": 7, + "value": "\"apple\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 25, + "value": "\"Viafoura Defined Cookie\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 575, + "length": 10, + "value": "\"facebook\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 7, + "value": "\"yahoo\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 634, + "length": 13, + "value": "\"windowslive\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 5, + "value": "\"aol\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventUserData.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 3056, + "length": 9, + "value": "\"twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 3101, + "length": 9, + "value": "\"Twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 3158, + "length": 6, + "value": "\"user\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 3290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 3397, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 9, + "value": "\"twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 3718, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 3762, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 3814, + "length": 6, + "value": "\"user\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 3975, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 4023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 4261, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 4308, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 4608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 4652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 4775, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 4963, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 5133, + "length": 9, + "value": "\"twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 5183, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 5233, + "length": 3, + "value": "300" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 5436, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 5689, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 5739, + "length": 3, + "value": "500" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 5871, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 6075, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 6213, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 6271, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 6444, + "length": 16, + "value": "\"messageHandler\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 6578, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 6616, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 6725, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 6904, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 7120, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 7590, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 7631, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 7705, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 7794, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 7989, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "IntegerLiteral", + "offset": 8166, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 8688, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 8700, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 8836, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 8844, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 9004, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 9016, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 9232, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 9503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 9917, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 9929, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 10068, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 10076, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 10236, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 10248, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 10470, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "BooleanLiteral", + "offset": 10750, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 11430, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 11442, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "FloatLiteral", + "offset": 12572, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 12893, + "length": 9, + "value": "\"twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 12994, + "length": 7, + "value": "\"quill\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 13158, + "length": 6, + "value": "\"html\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 13392, + "length": 29, + "value": "\"window.setBackgroundColor('\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 13445, + "length": 4, + "value": "\"')\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 13668, + "length": 20, + "value": "\"window.loadDelta('\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 13699, + "length": 4, + "value": "\"')\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 13933, + "length": 28, + "value": "\"window.buildTwitterBlock('\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/StoryList\/Cell\/StoryCell.swift", + "kind": "StringLiteral", + "offset": 13975, + "length": 4, + "value": "\"')\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "BooleanLiteral", + "offset": 760, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "FloatLiteral", + "offset": 1043, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "FloatLiteral", + "offset": 1123, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "IntegerLiteral", + "offset": 1364, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "BooleanLiteral", + "offset": 1426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "BooleanLiteral", + "offset": 1541, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "IntegerLiteral", + "offset": 1630, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "BooleanLiteral", + "offset": 1644, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFTrustedView.swift", + "kind": "IntegerLiteral", + "offset": 1791, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+Unspam.swift", + "kind": "BooleanLiteral", + "offset": 641, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 892, + "length": 14, + "value": "\"container_id\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 921, + "length": 13, + "value": "\"reply_limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 956, + "length": 11, + "value": "\"sorted_by\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 988, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 1077, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1138, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+DeleteComment.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 1280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1508, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1521, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1658, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1666, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1792, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "FloatLiteral", + "offset": 1805, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 2280, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "BooleanLiteral", + "offset": 2849, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "BooleanLiteral", + "offset": 2892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NotificationList\/Cell\/NotificationTrendingCell.swift", + "kind": "IntegerLiteral", + "offset": 3244, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 280, + "length": 12, + "value": "\"siteIdPath\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 847, + "length": 14, + "value": "\"container_id\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 7, + "value": "\"limit\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryContainerEndpoint.swift", + "kind": "StringLiteral", + "offset": 969, + "length": 15, + "value": "\"authorization\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveBlog\/StoryContainerEndpoint.swift", + "kind": "BooleanLiteral", + "offset": 1030, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 10, + "value": "\"LiveChat\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 2733, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 2962, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 5510, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 5516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 6444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 6638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 6644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 7656, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 7885, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 7984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 8361, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 8366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 8490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 8596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10425, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 10719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10953, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 10965, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 11104, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 11112, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 11238, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 11250, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 11652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 11869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 11925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 11964, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 12204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12424, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12436, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12577, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12585, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12762, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 12774, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 13057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 13169, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 13226, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 13230, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 13487, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 13811, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 14158, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 14275, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 14391, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 14455, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 14746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 15054, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 15066, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 15208, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 15216, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 15342, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 15354, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16011, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 16135, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16300, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16505, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16543, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 16616, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16656, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 16834, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 17515, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 17676, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 17713, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 18035, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 18040, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 18115, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 18119, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 18287, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 18703, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 18715, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 18856, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 18864, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 19002, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 19014, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 19444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 19492, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 19540, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "StringLiteral", + "offset": 19858, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 19923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 20086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 20150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 20210, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 20273, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 21174, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 22153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 22261, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 23064, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 23256, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "StringLiteral", + "offset": 23351, + "length": 4, + "value": "\" (\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "StringLiteral", + "offset": 23380, + "length": 3, + "value": "\")\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 23400, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 23529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 23670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 24382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 24386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 24599, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 24603, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 25568, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 25577, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 25698, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 25707, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 25931, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 26147, + "length": 3, + "value": "0.3" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 28273, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28340, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28390, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28394, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28446, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28450, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28509, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28616, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28620, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 28935, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 29091, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 29140, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29214, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 29261, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "BooleanLiteral", + "offset": 29406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "FloatLiteral", + "offset": 29460, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29543, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29698, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29764, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/VFLiveChatViewController.swift", + "kind": "IntegerLiteral", + "offset": 29768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "StringLiteral", + "offset": 502, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "StringLiteral", + "offset": 565, + "length": 7, + "value": "\" iOS \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "StringLiteral", + "offset": 649, + "length": 7, + "value": "\"UTF-8\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "StringLiteral", + "offset": 676, + "length": 7, + "value": "\"en-US\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "IntegerLiteral", + "offset": 709, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "StringLiteral", + "offset": 999, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "StringLiteral", + "offset": 1105, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+UserAgent.swift", + "kind": "StringLiteral", + "offset": 1145, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 18, + "value": "\"ColorAuthorBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 17, + "value": "\"ColorBackground\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 949, + "length": 14, + "value": "\"ColorBorder1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 17, + "value": "\"ColorChatBubble\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1262, + "length": 18, + "value": "\"ColorEditorPicks\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1410, + "length": 12, + "value": "\"ColorError\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1552, + "length": 12, + "value": "\"ColorIcons\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1700, + "length": 15, + "value": "\"ColorInputBox\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1863, + "length": 21, + "value": "\"ColorModeratorBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2032, + "length": 21, + "value": "\"ColorNewCommentText\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2185, + "length": 13, + "value": "\"ColorPinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 18, + "value": "\"ColorPinnedBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2492, + "length": 14, + "value": "\"ColorPrimary\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2650, + "length": 19, + "value": "\"ColorPrimaryLight\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2807, + "length": 16, + "value": "\"ColorSeparator\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2953, + "length": 12, + "value": "\"ColorText1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3095, + "length": 12, + "value": "\"ColorText2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3255, + "length": 21, + "value": "\"ColorThreadingLines\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3410, + "length": 14, + "value": "\"ColorWarning\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3662, + "length": 14, + "value": "\"chevron-down\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3813, + "length": 16, + "value": "\"default_avatar\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3967, + "length": 17, + "value": "\"icon_arrow_down\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4118, + "length": 15, + "value": "\"icon_arrow_up\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4289, + "length": 26, + "value": "\"icon_awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4442, + "length": 11, + "value": "\"icon_bell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4582, + "length": 12, + "value": "\"icon_check\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 14, + "value": "\"icon_check_1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4873, + "length": 14, + "value": "\"icon_comment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5022, + "length": 15, + "value": "\"icon_comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5168, + "length": 13, + "value": "\"icon_delete\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5314, + "length": 14, + "value": "\"icon_dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5482, + "length": 25, + "value": "\"icon_dislike_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5634, + "length": 11, + "value": "\"icon_dots\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5785, + "length": 18, + "value": "\"icon_editor_pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5938, + "length": 15, + "value": "\"icon_featured\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6080, + "length": 11, + "value": "\"icon_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6239, + "length": 22, + "value": "\"icon_flag_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6388, + "length": 11, + "value": "\"icon_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6529, + "length": 13, + "value": "\"icon_like_2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6690, + "length": 22, + "value": "\"icon_like_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6839, + "length": 11, + "value": "\"icon_mute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6987, + "length": 16, + "value": "\"icon_newspaper\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7134, + "length": 13, + "value": "\"icon_person\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7291, + "length": 20, + "value": "\"icon_person_filled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7442, + "length": 13, + "value": "\"icon_pinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7582, + "length": 11, + "value": "\"icon_plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7720, + "length": 11, + "value": "\"icon_poll\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7860, + "length": 12, + "value": "\"icon_reply\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8022, + "length": 23, + "value": "\"icon_reply_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8172, + "length": 11, + "value": "\"icon_send\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8312, + "length": 12, + "value": "\"icon_share\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8451, + "length": 11, + "value": "\"icon_sort\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8591, + "length": 12, + "value": "\"icon_topic\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8738, + "length": 15, + "value": "\"icon_trending\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8899, + "length": 21, + "value": "\"icon_trending_empty\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9053, + "length": 14, + "value": "\"icon_twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9198, + "length": 13, + "value": "\"icon_typing\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9342, + "length": 13, + "value": "\"icon_unmute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9490, + "length": 15, + "value": "\"viafoura_logo\"" + } + ] +} \ No newline at end of file diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 00000000..ad61bbcc --- /dev/null +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,2041 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) +// swift-module-flags: -target arm64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFoundation +import AdSupport +import AppTrackingTransparency +import CoreLocation +import CoreTelephony +import DeveloperToolsSupport +import Foundation +import Network +import SafariServices +import Swift +import SwiftUI +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { + @objc deinit +} +public enum VFDislikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDislikeChatError, b: VFDislikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDislikeChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEditorPicksView : UIKit.UIView { + @objc deinit +} +public struct VFColors { + public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) +} +public struct VFDefaultColors { + public static func colorBackgroundDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: VFTheme = .light) -> UIKit.UIColor +} +public enum VFSingleStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSingleStoryError, b: VFSingleStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSingleStoryError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAwaitingModerationView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyModerationView : UIKit.UIView { + @objc deinit +} +public enum VFCreateCommentReplyError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: VFCreateCommentReplyError, b: VFCreateCommentReplyError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreateCommentReplyError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFTextField : UIKit.UITextField { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFDeleteStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDeleteStoryError, b: VFDeleteStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDeleteStoryError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginStatus { + case notLoggedIn + case loggedIn + public static func == (a: VFLoginStatus, b: VFLoginStatus) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFLoginStatusError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLoginStatusError, b: VFLoginStatusError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLoginStatusError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnflagCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnflagCommentError, b: VFUnflagCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnflagCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnlikeStoryError, b: VFUnlikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnlikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public protocol VFAdDelegate : ObjectiveC.NSObject { + func generateAd(viewController: VFUIViewController, adPosition: Swift.Int) -> VFAdView + func getAdInterval(viewController: VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +} +extension VFAdDelegate { + public func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +} +public protocol VFLocalAdDelegate : ObjectiveC.NSObject { + func generateAd(adPosition: Swift.Int) -> VFAdView + func getAdInterval() -> Swift.Int + func getFirstAdPosition() -> Swift.Int +} +extension VFLocalAdDelegate { + public func getFirstAdPosition() -> Swift.Int +} +public enum VFFlagCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFFlagCommentError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class VFLiveCommentsService { + @objc deinit +} +public enum VFChatListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFChatListError, b: VFChatListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFChatListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFLikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLikeStoryError, b: VFLikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUpdateUserAvatarError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateUserAvatarError, b: VFUpdateUserAvatarError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateUserAvatarError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFTheme { + case dark + case light + public static func == (a: VFTheme, b: VFTheme) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public typealias VFActionsCallbacks = (VFActionCallbackType) -> Swift.Void +public enum VFActionCallbackType { + case seeMoreCommentsPressed + case writeNewCommentPressed(actionType: VFNewCommentActionType) + case closeNewCommentPressed + case openProfilePressed(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType) + case notificationPressed(presentationType: VFNotificationPresentationType) + case closeProfilePressed + case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) + case authPressed(promptType: VFAuthPromptType) +} +public enum VFAuthPromptType { + case dislike + case like + case standaloneBellPressed + case bellPressed + case header + case postContent + case followConversation + case followUser + case muteUser + public static func == (a: VFAuthPromptType, b: VFAuthPromptType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFNotificationPresentationType { + case profile(userUUID: Foundation.UUID) + case content(containerUUID: Foundation.UUID, contentUUID: Foundation.UUID, containerId: Swift.String) +} +public enum VFProfilePresentationType { + case profile + case feed + public static func == (a: VFProfilePresentationType, b: VFProfilePresentationType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyChatsView : UIKit.UIView { + @objc deinit +} +public enum VFNewCommentActionType { + case create + case reply(content: Foundation.UUID) + case edit(content: Foundation.UUID) +} +public enum VFSingleChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSingleChatError, b: VFSingleChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSingleChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFClosePollError : Foundation.LocalizedError { + case unknown + public static func == (a: VFClosePollError, b: VFClosePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFClosePollError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDislikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDislikeCommentError, b: VFDislikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDislikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class StoryContent : Swift.Decodable { + @objc deinit + required public init(from decoder: any Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class AnalyticsService { + public func addWidget(_ widgetType: WidgetType) + public func removeWidget(_ widgetType: WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: WidgetType) + public func logLogout() + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logPasswordReset(email: Swift.String) + public func logSignup(loginType: Swift.String) + public func logLoginFailure(loginType: Swift.String, error: Swift.String) + public func logLoginSuccess() + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata?, eventSessionStart: Foundation.Date) + @objc deinit +} +public enum VFCommentContainerSignatureError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentContainerSignatureError, b: VFCommentContainerSignatureError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentContainerSignatureError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFChatSelectionError : Foundation.LocalizedError { + case unknown + public static func == (a: VFChatSelectionError, b: VFChatSelectionError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFChatSelectionError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEnableChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFEnableChatError, b: VFEnableChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFEnableChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFChatModerationListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFChatModerationListError, b: VFChatModerationListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFChatModerationListError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLoginError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func logout() +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var isEnabled: Swift.Bool { + @objc get + @objc set + } + @objc deinit +} +public enum VFLikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLikeCommentError, b: VFLikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEnableCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFEnableCommentError, b: VFEnableCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFEnableCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum EventAttemptedAction : Swift.String, Swift.Encodable { + case LIVEBLOG_LIKED + case LIVEBLOG_DISLIKED + case LIVEBLOG_FLAG + case LIVECHAT_LIKED + case LIVECHAT_DISLIKED + case LIVECHAT_FLAG + case COMMENT_POST + case COMMENT_DISLIKED + case COMMENT_FLAG + case COMMENT_BOX_CLICK + case COMMENT_REPLY_CLICK + case COMMENT_LIKED + case TRAY_PROFILE_CLICK + case FOLLOW_CONVERSATION + case TRAY_COMMUNITY_CLICK + case TOPIC_FOLLOW + case PROFILE_MUTE_USER + case PROFILE_FOLLOW_USER + case LOGIN + case SIGNUP + case POLLS_VOTE + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@_hasMissingDesignatedInitializers public class CommentNode { + @objc deinit +} +public enum CommentNodeType { + case ad + case divider + case comment + case writeReply + case followPrompt + public static func == (a: CommentNodeType, b: CommentNodeType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateCommentsContainerSettingsError, b: VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateCommentsContainerSettingsError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAuthorView : UIKit.UIView { + @objc deinit +} +public enum VFDisableChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDisableChatError, b: VFDisableChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDisableChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) +} +extension VFVerticalTrendingViewController : VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int +} +public enum VFUnflagChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnflagChatError, b: VFUnflagChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnflagChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSegmentedControl : UIKit.UISegmentedControl { + @objc deinit +} +public enum VFLikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLikeChatError, b: VFLikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLikeChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUndislikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUndislikeStoryError, b: VFUndislikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUndislikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFVotePollError : Foundation.LocalizedError { + case unknown + public static func == (a: VFVotePollError, b: VFVotePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFVotePollError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell +} +extension VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize +} +extension VFCarouselTrendingViewController : VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int +} +public enum VFReplyStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFReplyStoryError, b: VFReplyStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFReplyStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentsProfileError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentsProfileError, b: VFCommentsProfileError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentsProfileError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEnablePushView : UIKit.UIView { + @objc deinit +} +public enum VFPollContainerError : Foundation.LocalizedError { + case notFound + case unknown + public static func == (a: VFPollContainerError, b: VFPollContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFPollContainerError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class ImageService { + @objc deinit +} +public enum VFStoryContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFStoryContainerError, b: VFStoryContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFStoryContainerError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFUIViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public protocol VFLoginDelegate : AnyObject { + func startLogin() +} +public enum VFFilterType { + case allComments + case featured + public static func == (a: VFFilterType, b: VFFilterType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFUndislikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUndislikeChatError, b: VFUndislikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUndislikeChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFContentEditedView : UIKit.UIView { + @objc deinit +} +@_hasMissingDesignatedInitializers public class VFAuthenticationService { + @objc deinit +} +public enum VFDislikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDislikeStoryError, b: VFDislikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDislikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEditorPickCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFEditorPickCommentError, b: VFEditorPickCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFEditorPickCommentError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFSignUpError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSignUpError, b: VFSignUpError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSignUpError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFSocialLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSocialLoginError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentContainerError, b: VFCommentContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnlikeCommentError, b: VFUnlikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnlikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUserMutesError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUserMutesError, b: VFUserMutesError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUserMutesError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnmuteUserError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnmuteUserError, b: VFUnmuteUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnmuteUserError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFMuteUserError : Foundation.LocalizedError { + case unknown + public static func == (a: VFMuteUserError, b: VFMuteUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFMuteUserError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSpamView : UIKit.UIView { + @objc deinit +} +public enum VFFlagChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFFlagChatError, b: VFFlagChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFFlagChatError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFOpenIdLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFOpenIdLoginError { + public var errorDescription: Swift.String? { + get + } +} +public struct UserResponse : Swift.Decodable { + public init(from decoder: any Swift.Decoder) throws +} +public protocol VFLayoutDelegate : ObjectiveC.NSObject { + func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +} +public enum VFDeleteChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDeleteChatError, b: VFDeleteChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDeleteChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateCommentError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: VFCreateCommentError, b: VFCreateCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreateCommentError { + public var errorDescription: Swift.String? { + get + } +} +public struct Constants { +} +extension Constants { + public struct AvatarColors { + public static let colors: [UIKit.UIColor] + } +} +extension UIKit.UIDevice { + @_Concurrency.MainActor(unsafe) public static let modelName: Swift.String +} +public struct VFArticleMetadata { + public init(url: Foundation.URL, title: Swift.String, subtitle: Swift.String, thumbnailUrl: Foundation.URL) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAdView : UIKit.UIView { + @objc deinit +} +@_hasMissingDesignatedInitializers public class ViafouraSDK { + public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) + public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) + public static func isLoggingEnabled() -> Swift.Bool + public static func auth() -> VFAuthenticationService + public static func comments() -> VFLiveCommentsService + @objc deinit +} +public enum VFUserCommentsError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUserCommentsError, b: VFUserCommentsError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUserCommentsError { + public var errorDescription: Swift.String? { + get + } +} +public enum EventType : Swift.String, Swift.Encodable { + case AD_LOAD + case AD_CODE + case AD_VIEW + case ATTEMPTED_ACTION + case CHAT_PAGINATION + case SORT_COMMENTS + case INTERACTION + case CONTAINER_LOAD + case ENGAGE + case LOGIN_FAILURE + case LOGIN_SUCCESS + case TRAY_TRIGGER_CLICK + case LOAD_MORE_CLICK + case LOAD_MORE_INITIAL_HEIGHT_CLICK + case LOGOUT + case PASSWORD_RESET + case SIGNUP + case CONVERSATIONS_BELL_CLICK + case PAGE_VIEW + case CONVERSATION_STARTER_CLICK + case CONVERSATION_STARTER_VIEW + case CONVERSATION_STARTER_LOAD + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@_hasMissingDesignatedInitializers public class ChatContent : Swift.Decodable { + @objc deinit + required public init(from decoder: any Swift.Decoder) throws +} +public enum VFSortType { + case newest + case oldest + case mostLiked + case mostReplies + public var rawValue: Swift.String { + get + } + public static func == (a: VFSortType, b: VFSortType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFCommentListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentListError, b: VFCommentListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUpdateUserError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateUserError, b: VFUpdateUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateUserError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFPollViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFPollViewController : UIKit.UITextFieldDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool +} +public enum VFEditCommentError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFEditCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreatePollError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCreatePollError, b: VFCreatePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreatePollError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFCustomBadgeView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var text: Swift.String { + get + set + } + @objc deinit +} +extension VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginRadiusLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLoginRadiusLoginError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, defaultSort: VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @objc deinit + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) +} +extension VFPreviewCommentsViewController : VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int + @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int +} +extension VFPreviewCommentsViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) +} +extension VFPreviewCommentsViewController : VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { + @objc deinit +} +public enum VFTrendingSortType : Swift.String { + case comments + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFStorySelectionError : Foundation.LocalizedError { + case unknown + public static func == (a: VFStorySelectionError, b: VFStorySelectionError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFStorySelectionError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentsNotificationView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAllCommentsView : UIKit.UIView { + @objc deinit +} +public enum VFUndislikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUndislikeCommentError, b: VFUndislikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUndislikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFRemovePollError : Foundation.LocalizedError { + case unknown + public static func == (a: VFRemovePollError, b: VFRemovePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFRemovePollError { + public var errorDescription: Swift.String? { + get + } +} +extension VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) + #if compiler(>=5.3) && $AsyncAwait + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + #endif +} +public enum VFCommentCountError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentCountError, b: VFCommentCountError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentCountError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLabel : UIKit.UILabel { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentError, b: VFCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFContentRemovedView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFLoadingView : UIKit.UIActivityIndicatorView { + @objc deinit +} +public enum VFTopicsSubscribedError : Foundation.LocalizedError { + case unknown + public static func == (a: VFTopicsSubscribedError, b: VFTopicsSubscribedError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFTopicsSubscribedError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFTabView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFScrollDownView : UIKit.UIView { + @objc deinit +} +public enum VFCustomizableView { + case postButton(button: VFButton) + case postTextView(textField: VFTextView) + case postCloseImage(image: VFImageView) + case postTitle(label: VFLabel) + case postPlaceholderLabel(label: VFLabel) + case postLoadingView(loadingView: VFLoadingView) + case postBackgroundView(view: UIKit.UIView) + case profileNameLabel(label: VFLabel) + case profileLogoutLabel(label: VFLabel) + case profileCloseImage(image: VFImageView) + case profileLikesLabel(label: VFLabel) + case profileFollowersLabel(label: VFLabel) + case profileSegmentedControl(segmentedControl: VFSegmentedControl) + case profileBackgroundView(view: UIKit.UIView) + case commentCellDateLabel(label: VFLabel) + case commentCellNameLabel(label: VFLabel) + case commentCellContentLabel(label: VFLabel) + case commentCellLikeImage(image: VFImageView) + case commentCellLikeLabel(label: VFLabel) + case commentCellDislikeImage(image: VFImageView) + case commentCellDislikeLabel(label: VFLabel) + case commentCellReplyLabel(label: VFLabel) + case commentCellCustomBadge(badge: VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: VFButton) + case previewTitleLabel(label: VFLabel) + case previewCounterLabel(label: VFLabel) + case previewPrivacyLabel(label: VFLabel) + case previewPoweredByView(poweredByView: VFPoweredByViafouraView) + case previewLoadingView(loadingView: VFLoadingView) + case previewFollowView(followView: VFFollowView) + case previewBackgroundView(view: UIKit.UIView) + case trendingVerticalBackgroundView(view: UIKit.UIView) + case trendingVerticalFullImage(image: VFImageView) + case trendingVerticalFullTitle(label: VFLabel) + case trendingVerticalFullCount(label: VFLabel) + case trendingVerticalCondensedTitle(label: VFLabel) + case trendingVerticalCondensedCount(label: VFLabel) + case trendingCarouselTitle(label: VFLabel) + case trendingCarouselImage(image: VFImageView) + case trendingCarouselCount(label: VFLabel) + case trendingCarouselBackgroundView(view: UIKit.UIView) + case chatCellContentLabel(label: VFLabel) + case chatCellDateLabel(label: VFLabel) + case chatCellUserNameLabel(label: VFLabel) + case chatPostView(view: UIKit.UIView) + case chatPostImage(image: VFImageView) + case chatPostLoading(loadingView: VFLoadingView) + case chatTextView(textView: VFTextView) + case chatBackgroundView(backgroundView: UIKit.UIView) + case chatLoading(loadingView: VFLoadingView) + case chatLoadingMore(loadingView: VFLoadingView) + case chatEmptyView(emptyView: VFEmptyChatsView) + case chatReplyingToClose(image: VFImageView) + case chatReplyingToTitle(label: VFLabel) + case chatReplyingToDescription(label: VFLabel) +} +public enum VFUnpinCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnpinCommentError, b: VFUnpinCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnpinCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentRepliesError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentRepliesError, b: VFCommentRepliesError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentRepliesError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class VFNotificationsService { + @objc deinit +} +public enum VFReplyChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFReplyChatError, b: VFReplyChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFReplyChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentModerationListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentModerationListError, b: VFCommentModerationListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentModerationListError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { + @objc deinit +} +extension AnalyticsService { + public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) +} +public enum VFTrendingError : Foundation.LocalizedError { + case unknown + public static func == (a: VFTrendingError, b: VFTrendingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFTrendingError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFDisabledView : UIKit.UIView { + @objc deinit +} +public enum VFUpdateStoryContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateStoryContainerError, b: VFUpdateStoryContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateStoryContainerError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNotificationBellView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var isElevationEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isBackgroundColorEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var bounds: CoreFoundation.CGRect { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public init(settings: VFSettings, loginDelegate: any VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFProfileViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { + @objc deinit +} +public enum VFChatContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFChatContainerError, b: VFChatContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFChatContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCreateStoryError, b: VFCreateStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreateStoryError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class TrendingContent { + @objc deinit +} +@_hasMissingDesignatedInitializers public class CommentContent { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ChatReplyViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ChatReplyViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +} +public struct VFCookieLoginData { +} +public enum VFCookieLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCookieLoginError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFSubscribeTopicError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSubscribeTopicError, b: VFSubscribeTopicError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSubscribeTopicError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNewRepliesNotificationView : UIKit.UIView { + @objc deinit +} +public enum VFStoryListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFStoryListError, b: VFStoryListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFStoryListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCreateChatError, b: VFCreateChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreateChatError { + public var errorDescription: Swift.String? { + get + } +} +public struct VFFonts { + public static let fontBoldDefault: UIKit.UIFont + public static let fontLightDefault: UIKit.UIFont + public static let fontMediumDefault: UIKit.UIFont + public static let fontRegularDefault: UIKit.UIFont + public static let fontSemiboldDefault: UIKit.UIFont + unowned public var fontRegular: UIKit.UIFont + unowned public var fontMedium: UIKit.UIFont + unowned public var fontBold: UIKit.UIFont + unowned public var fontLight: UIKit.UIFont + unowned public var fontSemibold: UIKit.UIFont + public init(fontLight: UIKit.UIFont = fontLightDefault, fontRegular: UIKit.UIFont = fontRegularDefault, fontMedium: UIKit.UIFont = fontMediumDefault, fontSemibold: UIKit.UIFont = fontSemiboldDefault, fontBold: UIKit.UIFont = fontBoldDefault) +} +public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFRemoveEditorPickCommentError, b: VFRemoveEditorPickCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFRemoveEditorPickCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFPoweredByViafouraView : UIKit.UIView { + @objc deinit +} +public protocol StoryboardCreateable : UIKit.UIViewController { + static var storyboardName: Swift.String { get } +} +extension StoryboardCreateable { + public static func new() -> Self? +} +public enum VFSpamCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSpamCommentError, b: VFSpamCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSpamCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFPinnedView : UIKit.UIView { + @objc deinit +} +public enum VFUnsubscribeTopicError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnsubscribeTopicError, b: VFUnsubscribeTopicError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnsubscribeTopicError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFPinCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFPinCommentError, b: VFPinCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFPinCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnlikeChatError, b: VFUnlikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnlikeChatError { + public var errorDescription: Swift.String? { + get + } +} +public protocol VFCustomUIDelegate : AnyObject { + func customizeView(theme: VFTheme, view: VFCustomizableView) +} +public struct VFSettings { + public let fonts: VFFonts + public var colors: VFColors + public init(colors: VFColors, fonts: VFFonts = VFFonts()) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: VFNewCommentActionType, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFNewCommentViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var canResignFirstResponder: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFNewCommentViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension VFNewCommentViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) +} +public enum WidgetType : Swift.String, Swift.Encodable { + case LIVE_BLOG + case CONTENT_RECIRCULATION + case STANDALONE_AD + case CONVERSATION_STARTER + case LIVECHAT + case SHAREBAR + case LIVE_CONVERSATIONS + case TRAY_TRIGGER + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +extension VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFPasswordResetError : Foundation.LocalizedError { + case unknown + public static func == (a: VFPasswordResetError, b: VFPasswordResetError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFPasswordResetError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFImageView : UIKit.UIImageView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) + @available(iOS 3.0, *) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFUserInfoError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUserInfoError, b: VFUserInfoError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUserInfoError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFLiveView : UIKit.UIView { + @objc deinit +} +public enum VFUpdateChatContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateChatContainerError, b: VFUpdateChatContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateChatContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDisableCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDisableCommentError, b: VFDisableCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDisableCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFSocialLoginProvider : Swift.String, Swift.Encodable, Swift.Decodable { + case google + case twitter + case linkedin + case apple + case viafouraDefinedCookie + case facebook + case yahoo + case windowslive + case aol + case none + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFTextView : UIKit.UITextView { + @available(iOS 7.0, *) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect, textContainer: UIKit.NSTextContainer?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFTrustedView : UIKit.UIView { + @objc deinit +} +public enum EventLoginType : Swift.String, Swift.Encodable { + case cookie + case oauth + case loginradius + case viafoura + case loginradius_social + case embedded_loginradius + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public enum VFUnspamCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnspamCommentError, b: VFUnspamCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnspamCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDeleteCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDeleteCommentError, b: VFDeleteCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDeleteCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFLiveChatViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension VFDislikeChatError : Swift.Equatable {} +extension VFDislikeChatError : Swift.Hashable {} +extension VFSingleStoryError : Swift.Equatable {} +extension VFSingleStoryError : Swift.Hashable {} +extension VFCreateCommentReplyError : Swift.Equatable {} +extension VFCreateCommentReplyError : Swift.Hashable {} +extension VFDeleteStoryError : Swift.Equatable {} +extension VFDeleteStoryError : Swift.Hashable {} +extension VFLoginStatus : Swift.Equatable {} +extension VFLoginStatus : Swift.Hashable {} +extension VFLoginStatusError : Swift.Equatable {} +extension VFLoginStatusError : Swift.Hashable {} +extension VFUnflagCommentError : Swift.Equatable {} +extension VFUnflagCommentError : Swift.Hashable {} +extension VFUnlikeStoryError : Swift.Equatable {} +extension VFUnlikeStoryError : Swift.Hashable {} +extension VFFlagCommentError : Swift.Equatable {} +extension VFFlagCommentError : Swift.Hashable {} +extension VFChatListError : Swift.Equatable {} +extension VFChatListError : Swift.Hashable {} +extension VFLikeStoryError : Swift.Equatable {} +extension VFLikeStoryError : Swift.Hashable {} +extension VFUpdateUserAvatarError : Swift.Equatable {} +extension VFUpdateUserAvatarError : Swift.Hashable {} +extension VFTheme : Swift.Equatable {} +extension VFTheme : Swift.Hashable {} +extension VFAuthPromptType : Swift.Equatable {} +extension VFAuthPromptType : Swift.Hashable {} +extension VFProfilePresentationType : Swift.Equatable {} +extension VFProfilePresentationType : Swift.Hashable {} +extension VFSingleChatError : Swift.Equatable {} +extension VFSingleChatError : Swift.Hashable {} +extension VFClosePollError : Swift.Equatable {} +extension VFClosePollError : Swift.Hashable {} +extension VFDislikeCommentError : Swift.Equatable {} +extension VFDislikeCommentError : Swift.Hashable {} +extension VFCommentContainerSignatureError : Swift.Equatable {} +extension VFCommentContainerSignatureError : Swift.Hashable {} +extension VFChatSelectionError : Swift.Equatable {} +extension VFChatSelectionError : Swift.Hashable {} +extension VFEnableChatError : Swift.Equatable {} +extension VFEnableChatError : Swift.Hashable {} +extension VFChatModerationListError : Swift.Equatable {} +extension VFChatModerationListError : Swift.Hashable {} +extension VFLoginError : Swift.Equatable {} +extension VFLoginError : Swift.Hashable {} +extension VFLikeCommentError : Swift.Equatable {} +extension VFLikeCommentError : Swift.Hashable {} +extension VFEnableCommentError : Swift.Equatable {} +extension VFEnableCommentError : Swift.Hashable {} +extension EventAttemptedAction : Swift.Equatable {} +extension EventAttemptedAction : Swift.Hashable {} +extension EventAttemptedAction : Swift.RawRepresentable {} +extension CommentNodeType : Swift.Equatable {} +extension CommentNodeType : Swift.Hashable {} +extension VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension VFDisableChatError : Swift.Equatable {} +extension VFDisableChatError : Swift.Hashable {} +extension VFUnflagChatError : Swift.Equatable {} +extension VFUnflagChatError : Swift.Hashable {} +extension VFLikeChatError : Swift.Equatable {} +extension VFLikeChatError : Swift.Hashable {} +extension VFUndislikeStoryError : Swift.Equatable {} +extension VFUndislikeStoryError : Swift.Hashable {} +extension VFVotePollError : Swift.Equatable {} +extension VFVotePollError : Swift.Hashable {} +extension VFReplyStoryError : Swift.Equatable {} +extension VFReplyStoryError : Swift.Hashable {} +extension VFCommentsProfileError : Swift.Equatable {} +extension VFCommentsProfileError : Swift.Hashable {} +extension VFPollContainerError : Swift.Equatable {} +extension VFPollContainerError : Swift.Hashable {} +extension VFStoryContainerError : Swift.Equatable {} +extension VFStoryContainerError : Swift.Hashable {} +extension VFFilterType : Swift.Equatable {} +extension VFFilterType : Swift.Hashable {} +extension VFUndislikeChatError : Swift.Equatable {} +extension VFUndislikeChatError : Swift.Hashable {} +extension VFDislikeStoryError : Swift.Equatable {} +extension VFDislikeStoryError : Swift.Hashable {} +extension VFEditorPickCommentError : Swift.Equatable {} +extension VFEditorPickCommentError : Swift.Hashable {} +extension VFSignUpError : Swift.Equatable {} +extension VFSignUpError : Swift.Hashable {} +extension VFSocialLoginError : Swift.Equatable {} +extension VFSocialLoginError : Swift.Hashable {} +extension VFCommentContainerError : Swift.Equatable {} +extension VFCommentContainerError : Swift.Hashable {} +extension VFUnlikeCommentError : Swift.Equatable {} +extension VFUnlikeCommentError : Swift.Hashable {} +extension VFUserMutesError : Swift.Equatable {} +extension VFUserMutesError : Swift.Hashable {} +extension VFUnmuteUserError : Swift.Equatable {} +extension VFUnmuteUserError : Swift.Hashable {} +extension VFMuteUserError : Swift.Equatable {} +extension VFMuteUserError : Swift.Hashable {} +extension VFFlagChatError : Swift.Equatable {} +extension VFFlagChatError : Swift.Hashable {} +extension VFOpenIdLoginError : Swift.Equatable {} +extension VFOpenIdLoginError : Swift.Hashable {} +extension VFDeleteChatError : Swift.Equatable {} +extension VFDeleteChatError : Swift.Hashable {} +extension VFCreateCommentError : Swift.Equatable {} +extension VFCreateCommentError : Swift.Hashable {} +extension VFUserCommentsError : Swift.Equatable {} +extension VFUserCommentsError : Swift.Hashable {} +extension EventType : Swift.Equatable {} +extension EventType : Swift.Hashable {} +extension EventType : Swift.RawRepresentable {} +extension VFSortType : Swift.Equatable {} +extension VFSortType : Swift.Hashable {} +extension VFCommentListError : Swift.Equatable {} +extension VFCommentListError : Swift.Hashable {} +extension VFUpdateUserError : Swift.Equatable {} +extension VFUpdateUserError : Swift.Hashable {} +extension VFEditCommentError : Swift.Equatable {} +extension VFEditCommentError : Swift.Hashable {} +extension VFCreatePollError : Swift.Equatable {} +extension VFCreatePollError : Swift.Hashable {} +extension VFLoginRadiusLoginError : Swift.Equatable {} +extension VFLoginRadiusLoginError : Swift.Hashable {} +extension VFTrendingSortType : Swift.Equatable {} +extension VFTrendingSortType : Swift.Hashable {} +extension VFTrendingSortType : Swift.RawRepresentable {} +extension VFStorySelectionError : Swift.Equatable {} +extension VFStorySelectionError : Swift.Hashable {} +extension VFUndislikeCommentError : Swift.Equatable {} +extension VFUndislikeCommentError : Swift.Hashable {} +extension VFRemovePollError : Swift.Equatable {} +extension VFRemovePollError : Swift.Hashable {} +extension VFCommentCountError : Swift.Equatable {} +extension VFCommentCountError : Swift.Hashable {} +extension VFCommentError : Swift.Equatable {} +extension VFCommentError : Swift.Hashable {} +extension VFTopicsSubscribedError : Swift.Equatable {} +extension VFTopicsSubscribedError : Swift.Hashable {} +extension VFUnpinCommentError : Swift.Equatable {} +extension VFUnpinCommentError : Swift.Hashable {} +extension VFCommentRepliesError : Swift.Equatable {} +extension VFCommentRepliesError : Swift.Hashable {} +extension VFReplyChatError : Swift.Equatable {} +extension VFReplyChatError : Swift.Hashable {} +extension VFCommentModerationListError : Swift.Equatable {} +extension VFCommentModerationListError : Swift.Hashable {} +extension VFTrendingError : Swift.Equatable {} +extension VFTrendingError : Swift.Hashable {} +extension VFUpdateStoryContainerError : Swift.Equatable {} +extension VFUpdateStoryContainerError : Swift.Hashable {} +extension VFChatContainerError : Swift.Equatable {} +extension VFChatContainerError : Swift.Hashable {} +extension VFCreateStoryError : Swift.Equatable {} +extension VFCreateStoryError : Swift.Hashable {} +extension VFCookieLoginError : Swift.Equatable {} +extension VFCookieLoginError : Swift.Hashable {} +extension VFSubscribeTopicError : Swift.Equatable {} +extension VFSubscribeTopicError : Swift.Hashable {} +extension VFStoryListError : Swift.Equatable {} +extension VFStoryListError : Swift.Hashable {} +extension VFCreateChatError : Swift.Equatable {} +extension VFCreateChatError : Swift.Hashable {} +extension VFRemoveEditorPickCommentError : Swift.Equatable {} +extension VFRemoveEditorPickCommentError : Swift.Hashable {} +extension VFSpamCommentError : Swift.Equatable {} +extension VFSpamCommentError : Swift.Hashable {} +extension VFUnsubscribeTopicError : Swift.Equatable {} +extension VFUnsubscribeTopicError : Swift.Hashable {} +extension VFPinCommentError : Swift.Equatable {} +extension VFPinCommentError : Swift.Hashable {} +extension VFUnlikeChatError : Swift.Equatable {} +extension VFUnlikeChatError : Swift.Hashable {} +extension WidgetType : Swift.Equatable {} +extension WidgetType : Swift.Hashable {} +extension WidgetType : Swift.RawRepresentable {} +extension VFPasswordResetError : Swift.Equatable {} +extension VFPasswordResetError : Swift.Hashable {} +extension VFUserInfoError : Swift.Equatable {} +extension VFUserInfoError : Swift.Hashable {} +extension VFUpdateChatContainerError : Swift.Equatable {} +extension VFUpdateChatContainerError : Swift.Hashable {} +extension VFDisableCommentError : Swift.Equatable {} +extension VFDisableCommentError : Swift.Hashable {} +extension VFSocialLoginProvider : Swift.Equatable {} +extension VFSocialLoginProvider : Swift.Hashable {} +extension VFSocialLoginProvider : Swift.RawRepresentable {} +extension EventLoginType : Swift.Equatable {} +extension EventLoginType : Swift.Hashable {} +extension EventLoginType : Swift.RawRepresentable {} +extension VFUnspamCommentError : Swift.Equatable {} +extension VFUnspamCommentError : Swift.Hashable {} +extension VFDeleteCommentError : Swift.Equatable {} +extension VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e new file mode 100644 index 00000000..39a6c498 --- /dev/null +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e @@ -0,0 +1,2041 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) +// swift-module-flags: -target arm64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFoundation +import AdSupport +import AppTrackingTransparency +import CoreLocation +import CoreTelephony +import DeveloperToolsSupport +import Foundation +import Network +import SafariServices +import Swift +import SwiftUI +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { + @objc deinit +} +public enum VFDislikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDislikeChatError, b: ViafouraSDK.VFDislikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDislikeChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEditorPicksView : UIKit.UIView { + @objc deinit +} +public struct VFColors { + public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) +} +public struct VFDefaultColors { + public static func colorBackgroundDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor +} +public enum VFSingleStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSingleStoryError, b: ViafouraSDK.VFSingleStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSingleStoryError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAwaitingModerationView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyModerationView : UIKit.UIView { + @objc deinit +} +public enum VFCreateCommentReplyError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: ViafouraSDK.VFCreateCommentReplyError, b: ViafouraSDK.VFCreateCommentReplyError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreateCommentReplyError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFTextField : UIKit.UITextField { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFDeleteStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDeleteStoryError, b: ViafouraSDK.VFDeleteStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDeleteStoryError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginStatus { + case notLoggedIn + case loggedIn + public static func == (a: ViafouraSDK.VFLoginStatus, b: ViafouraSDK.VFLoginStatus) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFLoginStatusError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLoginStatusError, b: ViafouraSDK.VFLoginStatusError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLoginStatusError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnflagCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnflagCommentError, b: ViafouraSDK.VFUnflagCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnflagCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnlikeStoryError, b: ViafouraSDK.VFUnlikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnlikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public protocol VFAdDelegate : ObjectiveC.NSObject { + func generateAd(viewController: ViafouraSDK.VFUIViewController, adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int +} +extension ViafouraSDK.VFAdDelegate { + public func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int +} +public protocol VFLocalAdDelegate : ObjectiveC.NSObject { + func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval() -> Swift.Int + func getFirstAdPosition() -> Swift.Int +} +extension ViafouraSDK.VFLocalAdDelegate { + public func getFirstAdPosition() -> Swift.Int +} +public enum VFFlagCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFFlagCommentError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class VFLiveCommentsService { + @objc deinit +} +public enum VFChatListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFChatListError, b: ViafouraSDK.VFChatListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFChatListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFLikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLikeStoryError, b: ViafouraSDK.VFLikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUpdateUserAvatarError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateUserAvatarError, b: ViafouraSDK.VFUpdateUserAvatarError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateUserAvatarError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFTheme { + case dark + case light + public static func == (a: ViafouraSDK.VFTheme, b: ViafouraSDK.VFTheme) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public typealias VFActionsCallbacks = (ViafouraSDK.VFActionCallbackType) -> Swift.Void +public enum VFActionCallbackType { + case seeMoreCommentsPressed + case writeNewCommentPressed(actionType: ViafouraSDK.VFNewCommentActionType) + case closeNewCommentPressed + case openProfilePressed(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType) + case notificationPressed(presentationType: ViafouraSDK.VFNotificationPresentationType) + case closeProfilePressed + case trendingArticlePressed(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) + case authPressed(promptType: ViafouraSDK.VFAuthPromptType) +} +public enum VFAuthPromptType { + case dislike + case like + case standaloneBellPressed + case bellPressed + case header + case postContent + case followConversation + case followUser + case muteUser + public static func == (a: ViafouraSDK.VFAuthPromptType, b: ViafouraSDK.VFAuthPromptType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFNotificationPresentationType { + case profile(userUUID: Foundation.UUID) + case content(containerUUID: Foundation.UUID, contentUUID: Foundation.UUID, containerId: Swift.String) +} +public enum VFProfilePresentationType { + case profile + case feed + public static func == (a: ViafouraSDK.VFProfilePresentationType, b: ViafouraSDK.VFProfilePresentationType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyChatsView : UIKit.UIView { + @objc deinit +} +public enum VFNewCommentActionType { + case create + case reply(content: Foundation.UUID) + case edit(content: Foundation.UUID) +} +public enum VFSingleChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSingleChatError, b: ViafouraSDK.VFSingleChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSingleChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFClosePollError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFClosePollError, b: ViafouraSDK.VFClosePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFClosePollError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDislikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDislikeCommentError, b: ViafouraSDK.VFDislikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDislikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class StoryContent : Swift.Decodable { + @objc deinit + required public init(from decoder: any Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class AnalyticsService { + public func addWidget(_ widgetType: ViafouraSDK.WidgetType) + public func removeWidget(_ widgetType: ViafouraSDK.WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: ViafouraSDK.WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logLogout() + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: ViafouraSDK.WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logPasswordReset(email: Swift.String) + public func logSignup(loginType: Swift.String) + public func logLoginFailure(loginType: Swift.String, error: Swift.String) + public func logLoginSuccess() + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: ViafouraSDK.EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata?, eventSessionStart: Foundation.Date) + @objc deinit +} +public enum VFCommentContainerSignatureError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentContainerSignatureError, b: ViafouraSDK.VFCommentContainerSignatureError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentContainerSignatureError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFChatSelectionError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFChatSelectionError, b: ViafouraSDK.VFChatSelectionError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFChatSelectionError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEnableChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFEnableChatError, b: ViafouraSDK.VFEnableChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFEnableChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFChatModerationListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFChatModerationListError, b: ViafouraSDK.VFChatModerationListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFChatModerationListError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLoginError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func logout() +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var isEnabled: Swift.Bool { + @objc get + @objc set + } + @objc deinit +} +public enum VFLikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLikeCommentError, b: ViafouraSDK.VFLikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEnableCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFEnableCommentError, b: ViafouraSDK.VFEnableCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFEnableCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum EventAttemptedAction : Swift.String, Swift.Encodable { + case LIVEBLOG_LIKED + case LIVEBLOG_DISLIKED + case LIVEBLOG_FLAG + case LIVECHAT_LIKED + case LIVECHAT_DISLIKED + case LIVECHAT_FLAG + case COMMENT_POST + case COMMENT_DISLIKED + case COMMENT_FLAG + case COMMENT_BOX_CLICK + case COMMENT_REPLY_CLICK + case COMMENT_LIKED + case TRAY_PROFILE_CLICK + case FOLLOW_CONVERSATION + case TRAY_COMMUNITY_CLICK + case TOPIC_FOLLOW + case PROFILE_MUTE_USER + case PROFILE_FOLLOW_USER + case LOGIN + case SIGNUP + case POLLS_VOTE + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@_hasMissingDesignatedInitializers public class CommentNode { + @objc deinit +} +public enum CommentNodeType { + case ad + case divider + case comment + case writeReply + case followPrompt + public static func == (a: ViafouraSDK.CommentNodeType, b: ViafouraSDK.CommentNodeType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateCommentsContainerSettingsError, b: ViafouraSDK.VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAuthorView : UIKit.UIView { + @objc deinit +} +public enum VFDisableChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDisableChatError, b: ViafouraSDK.VFDisableChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDisableChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) +} +extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int +} +public enum VFUnflagChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnflagChatError, b: ViafouraSDK.VFUnflagChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnflagChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSegmentedControl : UIKit.UISegmentedControl { + @objc deinit +} +public enum VFLikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLikeChatError, b: ViafouraSDK.VFLikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLikeChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUndislikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUndislikeStoryError, b: ViafouraSDK.VFUndislikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUndislikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFVotePollError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFVotePollError, b: ViafouraSDK.VFVotePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFVotePollError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell +} +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize +} +extension ViafouraSDK.VFCarouselTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int +} +public enum VFReplyStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFReplyStoryError, b: ViafouraSDK.VFReplyStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFReplyStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentsProfileError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentsProfileError, b: ViafouraSDK.VFCommentsProfileError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentsProfileError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEnablePushView : UIKit.UIView { + @objc deinit +} +public enum VFPollContainerError : Foundation.LocalizedError { + case notFound + case unknown + public static func == (a: ViafouraSDK.VFPollContainerError, b: ViafouraSDK.VFPollContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFPollContainerError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class ImageService { + @objc deinit +} +public enum VFStoryContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFStoryContainerError, b: ViafouraSDK.VFStoryContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFStoryContainerError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFUIViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public protocol VFLoginDelegate : AnyObject { + func startLogin() +} +public enum VFFilterType { + case allComments + case featured + public static func == (a: ViafouraSDK.VFFilterType, b: ViafouraSDK.VFFilterType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFUndislikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUndislikeChatError, b: ViafouraSDK.VFUndislikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUndislikeChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFContentEditedView : UIKit.UIView { + @objc deinit +} +@_hasMissingDesignatedInitializers public class VFAuthenticationService { + @objc deinit +} +public enum VFDislikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDislikeStoryError, b: ViafouraSDK.VFDislikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDislikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEditorPickCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFEditorPickCommentError, b: ViafouraSDK.VFEditorPickCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFEditorPickCommentError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFSignUpError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSignUpError, b: ViafouraSDK.VFSignUpError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSignUpError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFSocialLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSocialLoginError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentContainerError, b: ViafouraSDK.VFCommentContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnlikeCommentError, b: ViafouraSDK.VFUnlikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnlikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUserMutesError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUserMutesError, b: ViafouraSDK.VFUserMutesError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUserMutesError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnmuteUserError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnmuteUserError, b: ViafouraSDK.VFUnmuteUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnmuteUserError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFMuteUserError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFMuteUserError, b: ViafouraSDK.VFMuteUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFMuteUserError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSpamView : UIKit.UIView { + @objc deinit +} +public enum VFFlagChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFFlagChatError, b: ViafouraSDK.VFFlagChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFFlagChatError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFOpenIdLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFOpenIdLoginError { + public var errorDescription: Swift.String? { + get + } +} +public struct UserResponse : Swift.Decodable { + public init(from decoder: any Swift.Decoder) throws +} +public protocol VFLayoutDelegate : ObjectiveC.NSObject { + func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) +} +public enum VFDeleteChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDeleteChatError, b: ViafouraSDK.VFDeleteChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDeleteChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateCommentError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: ViafouraSDK.VFCreateCommentError, b: ViafouraSDK.VFCreateCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreateCommentError { + public var errorDescription: Swift.String? { + get + } +} +public struct Constants { +} +extension ViafouraSDK.Constants { + public struct AvatarColors { + public static let colors: [UIKit.UIColor] + } +} +extension UIKit.UIDevice { + @_Concurrency.MainActor(unsafe) public static let modelName: Swift.String +} +public struct VFArticleMetadata { + public init(url: Foundation.URL, title: Swift.String, subtitle: Swift.String, thumbnailUrl: Foundation.URL) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAdView : UIKit.UIView { + @objc deinit +} +@_hasMissingDesignatedInitializers public class ViafouraSDK { + public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) + public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) + public static func isLoggingEnabled() -> Swift.Bool + public static func auth() -> ViafouraSDK.VFAuthenticationService + public static func comments() -> ViafouraSDK.VFLiveCommentsService + @objc deinit +} +public enum VFUserCommentsError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUserCommentsError, b: ViafouraSDK.VFUserCommentsError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUserCommentsError { + public var errorDescription: Swift.String? { + get + } +} +public enum EventType : Swift.String, Swift.Encodable { + case AD_LOAD + case AD_CODE + case AD_VIEW + case ATTEMPTED_ACTION + case CHAT_PAGINATION + case SORT_COMMENTS + case INTERACTION + case CONTAINER_LOAD + case ENGAGE + case LOGIN_FAILURE + case LOGIN_SUCCESS + case TRAY_TRIGGER_CLICK + case LOAD_MORE_CLICK + case LOAD_MORE_INITIAL_HEIGHT_CLICK + case LOGOUT + case PASSWORD_RESET + case SIGNUP + case CONVERSATIONS_BELL_CLICK + case PAGE_VIEW + case CONVERSATION_STARTER_CLICK + case CONVERSATION_STARTER_VIEW + case CONVERSATION_STARTER_LOAD + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@_hasMissingDesignatedInitializers public class ChatContent : Swift.Decodable { + @objc deinit + required public init(from decoder: any Swift.Decoder) throws +} +public enum VFSortType { + case newest + case oldest + case mostLiked + case mostReplies + public var rawValue: Swift.String { + get + } + public static func == (a: ViafouraSDK.VFSortType, b: ViafouraSDK.VFSortType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFCommentListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentListError, b: ViafouraSDK.VFCommentListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUpdateUserError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateUserError, b: ViafouraSDK.VFUpdateUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateUserError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFPollViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFPollViewController : UIKit.UITextFieldDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool +} +public enum VFEditCommentError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFEditCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreatePollError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCreatePollError, b: ViafouraSDK.VFCreatePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreatePollError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFCustomBadgeView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var text: Swift.String { + get + set + } + @objc deinit +} +extension ViafouraSDK.VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginRadiusLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLoginRadiusLoginError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, defaultSort: ViafouraSDK.VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @objc deinit + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) +} +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int + @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int +} +extension ViafouraSDK.VFPreviewCommentsViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) +} +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { + @objc deinit +} +public enum VFTrendingSortType : Swift.String { + case comments + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFStorySelectionError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFStorySelectionError, b: ViafouraSDK.VFStorySelectionError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFStorySelectionError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentsNotificationView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAllCommentsView : UIKit.UIView { + @objc deinit +} +public enum VFUndislikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUndislikeCommentError, b: ViafouraSDK.VFUndislikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUndislikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFRemovePollError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFRemovePollError, b: ViafouraSDK.VFRemovePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFRemovePollError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) + #if compiler(>=5.3) && $AsyncAwait + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + #endif +} +public enum VFCommentCountError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentCountError, b: ViafouraSDK.VFCommentCountError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentCountError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLabel : UIKit.UILabel { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentError, b: ViafouraSDK.VFCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFContentRemovedView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFLoadingView : UIKit.UIActivityIndicatorView { + @objc deinit +} +public enum VFTopicsSubscribedError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFTopicsSubscribedError, b: ViafouraSDK.VFTopicsSubscribedError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFTopicsSubscribedError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFTabView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFScrollDownView : UIKit.UIView { + @objc deinit +} +public enum VFCustomizableView { + case postButton(button: ViafouraSDK.VFButton) + case postTextView(textField: ViafouraSDK.VFTextView) + case postCloseImage(image: ViafouraSDK.VFImageView) + case postTitle(label: ViafouraSDK.VFLabel) + case postPlaceholderLabel(label: ViafouraSDK.VFLabel) + case postLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case postBackgroundView(view: UIKit.UIView) + case profileNameLabel(label: ViafouraSDK.VFLabel) + case profileLogoutLabel(label: ViafouraSDK.VFLabel) + case profileCloseImage(image: ViafouraSDK.VFImageView) + case profileLikesLabel(label: ViafouraSDK.VFLabel) + case profileFollowersLabel(label: ViafouraSDK.VFLabel) + case profileSegmentedControl(segmentedControl: ViafouraSDK.VFSegmentedControl) + case profileBackgroundView(view: UIKit.UIView) + case commentCellDateLabel(label: ViafouraSDK.VFLabel) + case commentCellNameLabel(label: ViafouraSDK.VFLabel) + case commentCellContentLabel(label: ViafouraSDK.VFLabel) + case commentCellLikeImage(image: ViafouraSDK.VFImageView) + case commentCellLikeLabel(label: ViafouraSDK.VFLabel) + case commentCellDislikeImage(image: ViafouraSDK.VFImageView) + case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) + case commentCellReplyLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) + case previewTitleLabel(label: ViafouraSDK.VFLabel) + case previewCounterLabel(label: ViafouraSDK.VFLabel) + case previewPrivacyLabel(label: ViafouraSDK.VFLabel) + case previewPoweredByView(poweredByView: ViafouraSDK.VFPoweredByViafouraView) + case previewLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case previewFollowView(followView: ViafouraSDK.VFFollowView) + case previewBackgroundView(view: UIKit.UIView) + case trendingVerticalBackgroundView(view: UIKit.UIView) + case trendingVerticalFullImage(image: ViafouraSDK.VFImageView) + case trendingVerticalFullTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalFullCount(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedCount(label: ViafouraSDK.VFLabel) + case trendingCarouselTitle(label: ViafouraSDK.VFLabel) + case trendingCarouselImage(image: ViafouraSDK.VFImageView) + case trendingCarouselCount(label: ViafouraSDK.VFLabel) + case trendingCarouselBackgroundView(view: UIKit.UIView) + case chatCellContentLabel(label: ViafouraSDK.VFLabel) + case chatCellDateLabel(label: ViafouraSDK.VFLabel) + case chatCellUserNameLabel(label: ViafouraSDK.VFLabel) + case chatPostView(view: UIKit.UIView) + case chatPostImage(image: ViafouraSDK.VFImageView) + case chatPostLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatTextView(textView: ViafouraSDK.VFTextView) + case chatBackgroundView(backgroundView: UIKit.UIView) + case chatLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatLoadingMore(loadingView: ViafouraSDK.VFLoadingView) + case chatEmptyView(emptyView: ViafouraSDK.VFEmptyChatsView) + case chatReplyingToClose(image: ViafouraSDK.VFImageView) + case chatReplyingToTitle(label: ViafouraSDK.VFLabel) + case chatReplyingToDescription(label: ViafouraSDK.VFLabel) +} +public enum VFUnpinCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnpinCommentError, b: ViafouraSDK.VFUnpinCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnpinCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentRepliesError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentRepliesError, b: ViafouraSDK.VFCommentRepliesError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentRepliesError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class VFNotificationsService { + @objc deinit +} +public enum VFReplyChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFReplyChatError, b: ViafouraSDK.VFReplyChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFReplyChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentModerationListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentModerationListError, b: ViafouraSDK.VFCommentModerationListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentModerationListError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { + @objc deinit +} +extension ViafouraSDK.AnalyticsService { + public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) +} +public enum VFTrendingError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFTrendingError, b: ViafouraSDK.VFTrendingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFTrendingError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFDisabledView : UIKit.UIView { + @objc deinit +} +public enum VFUpdateStoryContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateStoryContainerError, b: ViafouraSDK.VFUpdateStoryContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateStoryContainerError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNotificationBellView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var isElevationEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isBackgroundColorEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var bounds: CoreFoundation.CGRect { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public init(settings: ViafouraSDK.VFSettings, loginDelegate: any ViafouraSDK.VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFProfileViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { + @objc deinit +} +public enum VFChatContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFChatContainerError, b: ViafouraSDK.VFChatContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFChatContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCreateStoryError, b: ViafouraSDK.VFCreateStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreateStoryError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class TrendingContent { + @objc deinit +} +@_hasMissingDesignatedInitializers public class CommentContent { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ChatReplyViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.ChatReplyViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension ViafouraSDK.VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +} +public struct VFCookieLoginData { +} +public enum VFCookieLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCookieLoginError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFSubscribeTopicError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSubscribeTopicError, b: ViafouraSDK.VFSubscribeTopicError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSubscribeTopicError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNewRepliesNotificationView : UIKit.UIView { + @objc deinit +} +public enum VFStoryListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFStoryListError, b: ViafouraSDK.VFStoryListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFStoryListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCreateChatError, b: ViafouraSDK.VFCreateChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreateChatError { + public var errorDescription: Swift.String? { + get + } +} +public struct VFFonts { + public static let fontBoldDefault: UIKit.UIFont + public static let fontLightDefault: UIKit.UIFont + public static let fontMediumDefault: UIKit.UIFont + public static let fontRegularDefault: UIKit.UIFont + public static let fontSemiboldDefault: UIKit.UIFont + unowned public var fontRegular: UIKit.UIFont + unowned public var fontMedium: UIKit.UIFont + unowned public var fontBold: UIKit.UIFont + unowned public var fontLight: UIKit.UIFont + unowned public var fontSemibold: UIKit.UIFont + public init(fontLight: UIKit.UIFont = fontLightDefault, fontRegular: UIKit.UIFont = fontRegularDefault, fontMedium: UIKit.UIFont = fontMediumDefault, fontSemibold: UIKit.UIFont = fontSemiboldDefault, fontBold: UIKit.UIFont = fontBoldDefault) +} +public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFRemoveEditorPickCommentError, b: ViafouraSDK.VFRemoveEditorPickCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFRemoveEditorPickCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFPoweredByViafouraView : UIKit.UIView { + @objc deinit +} +public protocol StoryboardCreateable : UIKit.UIViewController { + static var storyboardName: Swift.String { get } +} +extension ViafouraSDK.StoryboardCreateable { + public static func new() -> Self? +} +public enum VFSpamCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSpamCommentError, b: ViafouraSDK.VFSpamCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSpamCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFPinnedView : UIKit.UIView { + @objc deinit +} +public enum VFUnsubscribeTopicError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnsubscribeTopicError, b: ViafouraSDK.VFUnsubscribeTopicError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnsubscribeTopicError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFPinCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFPinCommentError, b: ViafouraSDK.VFPinCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFPinCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnlikeChatError, b: ViafouraSDK.VFUnlikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnlikeChatError { + public var errorDescription: Swift.String? { + get + } +} +public protocol VFCustomUIDelegate : AnyObject { + func customizeView(theme: ViafouraSDK.VFTheme, view: ViafouraSDK.VFCustomizableView) +} +public struct VFSettings { + public let fonts: ViafouraSDK.VFFonts + public var colors: ViafouraSDK.VFColors + public init(colors: ViafouraSDK.VFColors, fonts: ViafouraSDK.VFFonts = VFFonts()) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: ViafouraSDK.VFNewCommentActionType, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFNewCommentViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var canResignFirstResponder: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFNewCommentViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension ViafouraSDK.VFNewCommentViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) +} +public enum WidgetType : Swift.String, Swift.Encodable { + case LIVE_BLOG + case CONTENT_RECIRCULATION + case STANDALONE_AD + case CONVERSATION_STARTER + case LIVECHAT + case SHAREBAR + case LIVE_CONVERSATIONS + case TRAY_TRIGGER + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFPasswordResetError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFPasswordResetError, b: ViafouraSDK.VFPasswordResetError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFPasswordResetError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFImageView : UIKit.UIImageView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) + @available(iOS 3.0, *) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFUserInfoError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUserInfoError, b: ViafouraSDK.VFUserInfoError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUserInfoError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFLiveView : UIKit.UIView { + @objc deinit +} +public enum VFUpdateChatContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateChatContainerError, b: ViafouraSDK.VFUpdateChatContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateChatContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDisableCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDisableCommentError, b: ViafouraSDK.VFDisableCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDisableCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFSocialLoginProvider : Swift.String, Swift.Encodable, Swift.Decodable { + case google + case twitter + case linkedin + case apple + case viafouraDefinedCookie + case facebook + case yahoo + case windowslive + case aol + case none + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFTextView : UIKit.UITextView { + @available(iOS 7.0, *) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect, textContainer: UIKit.NSTextContainer?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFTrustedView : UIKit.UIView { + @objc deinit +} +public enum EventLoginType : Swift.String, Swift.Encodable { + case cookie + case oauth + case loginradius + case viafoura + case loginradius_social + case embedded_loginradius + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public enum VFUnspamCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnspamCommentError, b: ViafouraSDK.VFUnspamCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnspamCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDeleteCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDeleteCommentError, b: ViafouraSDK.VFDeleteCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDeleteCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFLiveChatViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Equatable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatus : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatus : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFChatListError : Swift.Equatable {} +extension ViafouraSDK.VFChatListError : Swift.Hashable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Hashable {} +extension ViafouraSDK.VFTheme : Swift.Equatable {} +extension ViafouraSDK.VFTheme : Swift.Hashable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Equatable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Hashable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Equatable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Hashable {} +extension ViafouraSDK.VFSingleChatError : Swift.Equatable {} +extension ViafouraSDK.VFSingleChatError : Swift.Hashable {} +extension ViafouraSDK.VFClosePollError : Swift.Equatable {} +extension ViafouraSDK.VFClosePollError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Hashable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Equatable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Hashable {} +extension ViafouraSDK.VFEnableChatError : Swift.Equatable {} +extension ViafouraSDK.VFEnableChatError : Swift.Hashable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginError : Swift.Hashable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Equatable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.RawRepresentable {} +extension ViafouraSDK.CommentNodeType : Swift.Equatable {} +extension ViafouraSDK.CommentNodeType : Swift.Hashable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension ViafouraSDK.VFDisableChatError : Swift.Equatable {} +extension ViafouraSDK.VFDisableChatError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Hashable {} +extension ViafouraSDK.VFLikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFLikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFVotePollError : Swift.Equatable {} +extension ViafouraSDK.VFVotePollError : Swift.Hashable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Equatable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Equatable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Hashable {} +extension ViafouraSDK.VFPollContainerError : Swift.Equatable {} +extension ViafouraSDK.VFPollContainerError : Swift.Hashable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFFilterType : Swift.Equatable {} +extension ViafouraSDK.VFFilterType : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSignUpError : Swift.Equatable {} +extension ViafouraSDK.VFSignUpError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserMutesError : Swift.Equatable {} +extension ViafouraSDK.VFUserMutesError : Swift.Hashable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFMuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFMuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFFlagChatError : Swift.Equatable {} +extension ViafouraSDK.VFFlagChatError : Swift.Hashable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Equatable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.Equatable {} +extension ViafouraSDK.EventType : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.RawRepresentable {} +extension ViafouraSDK.VFSortType : Swift.Equatable {} +extension ViafouraSDK.VFSortType : Swift.Hashable {} +extension ViafouraSDK.VFCommentListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentListError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Hashable {} +extension ViafouraSDK.VFEditCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCreatePollError : Swift.Equatable {} +extension ViafouraSDK.VFCreatePollError : Swift.Hashable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Equatable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.RawRepresentable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Equatable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFRemovePollError : Swift.Equatable {} +extension ViafouraSDK.VFRemovePollError : Swift.Hashable {} +extension ViafouraSDK.VFCommentCountError : Swift.Equatable {} +extension ViafouraSDK.VFCommentCountError : Swift.Hashable {} +extension ViafouraSDK.VFCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCommentError : Swift.Hashable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Hashable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Equatable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Hashable {} +extension ViafouraSDK.VFReplyChatError : Swift.Equatable {} +extension ViafouraSDK.VFReplyChatError : Swift.Hashable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingError : Swift.Equatable {} +extension ViafouraSDK.VFTrendingError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Equatable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFStoryListError : Swift.Equatable {} +extension ViafouraSDK.VFStoryListError : Swift.Hashable {} +extension ViafouraSDK.VFCreateChatError : Swift.Equatable {} +extension ViafouraSDK.VFCreateChatError : Swift.Hashable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFPinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFPinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.Equatable {} +extension ViafouraSDK.WidgetType : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.RawRepresentable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Equatable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Hashable {} +extension ViafouraSDK.VFUserInfoError : Swift.Equatable {} +extension ViafouraSDK.VFUserInfoError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.RawRepresentable {} +extension ViafouraSDK.EventLoginType : Swift.Equatable {} +extension ViafouraSDK.EventLoginType : Swift.Hashable {} +extension ViafouraSDK.EventLoginType : Swift.RawRepresentable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc new file mode 100644 index 00000000..9165ee96 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface new file mode 100644 index 00000000..ad61bbcc --- /dev/null +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -0,0 +1,2041 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) +// swift-module-flags: -target arm64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFoundation +import AdSupport +import AppTrackingTransparency +import CoreLocation +import CoreTelephony +import DeveloperToolsSupport +import Foundation +import Network +import SafariServices +import Swift +import SwiftUI +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { + @objc deinit +} +public enum VFDislikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDislikeChatError, b: VFDislikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDislikeChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEditorPicksView : UIKit.UIView { + @objc deinit +} +public struct VFColors { + public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) +} +public struct VFDefaultColors { + public static func colorBackgroundDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: VFTheme = .light) -> UIKit.UIColor +} +public enum VFSingleStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSingleStoryError, b: VFSingleStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSingleStoryError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAwaitingModerationView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyModerationView : UIKit.UIView { + @objc deinit +} +public enum VFCreateCommentReplyError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: VFCreateCommentReplyError, b: VFCreateCommentReplyError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreateCommentReplyError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFTextField : UIKit.UITextField { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFDeleteStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDeleteStoryError, b: VFDeleteStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDeleteStoryError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginStatus { + case notLoggedIn + case loggedIn + public static func == (a: VFLoginStatus, b: VFLoginStatus) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFLoginStatusError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLoginStatusError, b: VFLoginStatusError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLoginStatusError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnflagCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnflagCommentError, b: VFUnflagCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnflagCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnlikeStoryError, b: VFUnlikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnlikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public protocol VFAdDelegate : ObjectiveC.NSObject { + func generateAd(viewController: VFUIViewController, adPosition: Swift.Int) -> VFAdView + func getAdInterval(viewController: VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +} +extension VFAdDelegate { + public func getFirstAdPosition(viewController: VFUIViewController) -> Swift.Int +} +public protocol VFLocalAdDelegate : ObjectiveC.NSObject { + func generateAd(adPosition: Swift.Int) -> VFAdView + func getAdInterval() -> Swift.Int + func getFirstAdPosition() -> Swift.Int +} +extension VFLocalAdDelegate { + public func getFirstAdPosition() -> Swift.Int +} +public enum VFFlagCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFFlagCommentError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class VFLiveCommentsService { + @objc deinit +} +public enum VFChatListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFChatListError, b: VFChatListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFChatListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFLikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLikeStoryError, b: VFLikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUpdateUserAvatarError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateUserAvatarError, b: VFUpdateUserAvatarError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateUserAvatarError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFTheme { + case dark + case light + public static func == (a: VFTheme, b: VFTheme) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public typealias VFActionsCallbacks = (VFActionCallbackType) -> Swift.Void +public enum VFActionCallbackType { + case seeMoreCommentsPressed + case writeNewCommentPressed(actionType: VFNewCommentActionType) + case closeNewCommentPressed + case openProfilePressed(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType) + case notificationPressed(presentationType: VFNotificationPresentationType) + case closeProfilePressed + case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) + case authPressed(promptType: VFAuthPromptType) +} +public enum VFAuthPromptType { + case dislike + case like + case standaloneBellPressed + case bellPressed + case header + case postContent + case followConversation + case followUser + case muteUser + public static func == (a: VFAuthPromptType, b: VFAuthPromptType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFNotificationPresentationType { + case profile(userUUID: Foundation.UUID) + case content(containerUUID: Foundation.UUID, contentUUID: Foundation.UUID, containerId: Swift.String) +} +public enum VFProfilePresentationType { + case profile + case feed + public static func == (a: VFProfilePresentationType, b: VFProfilePresentationType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyChatsView : UIKit.UIView { + @objc deinit +} +public enum VFNewCommentActionType { + case create + case reply(content: Foundation.UUID) + case edit(content: Foundation.UUID) +} +public enum VFSingleChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSingleChatError, b: VFSingleChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSingleChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFClosePollError : Foundation.LocalizedError { + case unknown + public static func == (a: VFClosePollError, b: VFClosePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFClosePollError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDislikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDislikeCommentError, b: VFDislikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDislikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class StoryContent : Swift.Decodable { + @objc deinit + required public init(from decoder: any Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class AnalyticsService { + public func addWidget(_ widgetType: WidgetType) + public func removeWidget(_ widgetType: WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: WidgetType) + public func logLogout() + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logPasswordReset(email: Swift.String) + public func logSignup(loginType: Swift.String) + public func logLoginFailure(loginType: Swift.String, error: Swift.String) + public func logLoginSuccess() + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: VFArticleMetadata?, eventSessionStart: Foundation.Date) + @objc deinit +} +public enum VFCommentContainerSignatureError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentContainerSignatureError, b: VFCommentContainerSignatureError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentContainerSignatureError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFChatSelectionError : Foundation.LocalizedError { + case unknown + public static func == (a: VFChatSelectionError, b: VFChatSelectionError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFChatSelectionError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEnableChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFEnableChatError, b: VFEnableChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFEnableChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFChatModerationListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFChatModerationListError, b: VFChatModerationListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFChatModerationListError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLoginError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func logout() +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var isEnabled: Swift.Bool { + @objc get + @objc set + } + @objc deinit +} +public enum VFLikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLikeCommentError, b: VFLikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEnableCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFEnableCommentError, b: VFEnableCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFEnableCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum EventAttemptedAction : Swift.String, Swift.Encodable { + case LIVEBLOG_LIKED + case LIVEBLOG_DISLIKED + case LIVEBLOG_FLAG + case LIVECHAT_LIKED + case LIVECHAT_DISLIKED + case LIVECHAT_FLAG + case COMMENT_POST + case COMMENT_DISLIKED + case COMMENT_FLAG + case COMMENT_BOX_CLICK + case COMMENT_REPLY_CLICK + case COMMENT_LIKED + case TRAY_PROFILE_CLICK + case FOLLOW_CONVERSATION + case TRAY_COMMUNITY_CLICK + case TOPIC_FOLLOW + case PROFILE_MUTE_USER + case PROFILE_FOLLOW_USER + case LOGIN + case SIGNUP + case POLLS_VOTE + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@_hasMissingDesignatedInitializers public class CommentNode { + @objc deinit +} +public enum CommentNodeType { + case ad + case divider + case comment + case writeReply + case followPrompt + public static func == (a: CommentNodeType, b: CommentNodeType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateCommentsContainerSettingsError, b: VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateCommentsContainerSettingsError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAuthorView : UIKit.UIView { + @objc deinit +} +public enum VFDisableChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDisableChatError, b: VFDisableChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDisableChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) +} +extension VFVerticalTrendingViewController : VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int +} +public enum VFUnflagChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnflagChatError, b: VFUnflagChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnflagChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSegmentedControl : UIKit.UISegmentedControl { + @objc deinit +} +public enum VFLikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLikeChatError, b: VFLikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLikeChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUndislikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUndislikeStoryError, b: VFUndislikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUndislikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFVotePollError : Foundation.LocalizedError { + case unknown + public static func == (a: VFVotePollError, b: VFVotePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFVotePollError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: VFTrendingSortType, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell +} +extension VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize +} +extension VFCarouselTrendingViewController : VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int +} +public enum VFReplyStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFReplyStoryError, b: VFReplyStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFReplyStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentsProfileError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentsProfileError, b: VFCommentsProfileError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentsProfileError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEnablePushView : UIKit.UIView { + @objc deinit +} +public enum VFPollContainerError : Foundation.LocalizedError { + case notFound + case unknown + public static func == (a: VFPollContainerError, b: VFPollContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFPollContainerError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class ImageService { + @objc deinit +} +public enum VFStoryContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFStoryContainerError, b: VFStoryContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFStoryContainerError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFUIViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public protocol VFLoginDelegate : AnyObject { + func startLogin() +} +public enum VFFilterType { + case allComments + case featured + public static func == (a: VFFilterType, b: VFFilterType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFUndislikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUndislikeChatError, b: VFUndislikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUndislikeChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFContentEditedView : UIKit.UIView { + @objc deinit +} +@_hasMissingDesignatedInitializers public class VFAuthenticationService { + @objc deinit +} +public enum VFDislikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDislikeStoryError, b: VFDislikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDislikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEditorPickCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFEditorPickCommentError, b: VFEditorPickCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFEditorPickCommentError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFSignUpError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSignUpError, b: VFSignUpError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSignUpError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFSocialLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSocialLoginError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentContainerError, b: VFCommentContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnlikeCommentError, b: VFUnlikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnlikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUserMutesError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUserMutesError, b: VFUserMutesError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUserMutesError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnmuteUserError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnmuteUserError, b: VFUnmuteUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnmuteUserError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFMuteUserError : Foundation.LocalizedError { + case unknown + public static func == (a: VFMuteUserError, b: VFMuteUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFMuteUserError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSpamView : UIKit.UIView { + @objc deinit +} +public enum VFFlagChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFFlagChatError, b: VFFlagChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFFlagChatError { + public var errorDescription: Swift.String? { + get + } +} +extension VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFOpenIdLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFOpenIdLoginError { + public var errorDescription: Swift.String? { + get + } +} +public struct UserResponse : Swift.Decodable { + public init(from decoder: any Swift.Decoder) throws +} +public protocol VFLayoutDelegate : ObjectiveC.NSObject { + func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +} +public enum VFDeleteChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDeleteChatError, b: VFDeleteChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDeleteChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateCommentError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: VFCreateCommentError, b: VFCreateCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreateCommentError { + public var errorDescription: Swift.String? { + get + } +} +public struct Constants { +} +extension Constants { + public struct AvatarColors { + public static let colors: [UIKit.UIColor] + } +} +extension UIKit.UIDevice { + @_Concurrency.MainActor(unsafe) public static let modelName: Swift.String +} +public struct VFArticleMetadata { + public init(url: Foundation.URL, title: Swift.String, subtitle: Swift.String, thumbnailUrl: Foundation.URL) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAdView : UIKit.UIView { + @objc deinit +} +@_hasMissingDesignatedInitializers public class ViafouraSDK { + public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) + public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) + public static func isLoggingEnabled() -> Swift.Bool + public static func auth() -> VFAuthenticationService + public static func comments() -> VFLiveCommentsService + @objc deinit +} +public enum VFUserCommentsError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUserCommentsError, b: VFUserCommentsError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUserCommentsError { + public var errorDescription: Swift.String? { + get + } +} +public enum EventType : Swift.String, Swift.Encodable { + case AD_LOAD + case AD_CODE + case AD_VIEW + case ATTEMPTED_ACTION + case CHAT_PAGINATION + case SORT_COMMENTS + case INTERACTION + case CONTAINER_LOAD + case ENGAGE + case LOGIN_FAILURE + case LOGIN_SUCCESS + case TRAY_TRIGGER_CLICK + case LOAD_MORE_CLICK + case LOAD_MORE_INITIAL_HEIGHT_CLICK + case LOGOUT + case PASSWORD_RESET + case SIGNUP + case CONVERSATIONS_BELL_CLICK + case PAGE_VIEW + case CONVERSATION_STARTER_CLICK + case CONVERSATION_STARTER_VIEW + case CONVERSATION_STARTER_LOAD + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@_hasMissingDesignatedInitializers public class ChatContent : Swift.Decodable { + @objc deinit + required public init(from decoder: any Swift.Decoder) throws +} +public enum VFSortType { + case newest + case oldest + case mostLiked + case mostReplies + public var rawValue: Swift.String { + get + } + public static func == (a: VFSortType, b: VFSortType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFCommentListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentListError, b: VFCommentListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUpdateUserError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateUserError, b: VFUpdateUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateUserError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFPollViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFPollViewController : UIKit.UITextFieldDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool +} +public enum VFEditCommentError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFEditCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreatePollError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCreatePollError, b: VFCreatePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreatePollError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFCustomBadgeView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var text: Swift.String { + get + set + } + @objc deinit +} +extension VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginRadiusLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFLoginRadiusLoginError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, defaultSort: VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @objc deinit + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) +} +extension VFPreviewCommentsViewController : VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int + @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int +} +extension VFPreviewCommentsViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) +} +extension VFPreviewCommentsViewController : VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: VFUIViewController, height: CoreFoundation.CGFloat) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { + @objc deinit +} +public enum VFTrendingSortType : Swift.String { + case comments + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFStorySelectionError : Foundation.LocalizedError { + case unknown + public static func == (a: VFStorySelectionError, b: VFStorySelectionError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFStorySelectionError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentsNotificationView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAllCommentsView : UIKit.UIView { + @objc deinit +} +public enum VFUndislikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUndislikeCommentError, b: VFUndislikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUndislikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFRemovePollError : Foundation.LocalizedError { + case unknown + public static func == (a: VFRemovePollError, b: VFRemovePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFRemovePollError { + public var errorDescription: Swift.String? { + get + } +} +extension VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) + #if compiler(>=5.3) && $AsyncAwait + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + #endif +} +public enum VFCommentCountError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentCountError, b: VFCommentCountError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentCountError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLabel : UIKit.UILabel { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentError, b: VFCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFContentRemovedView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFLoadingView : UIKit.UIActivityIndicatorView { + @objc deinit +} +public enum VFTopicsSubscribedError : Foundation.LocalizedError { + case unknown + public static func == (a: VFTopicsSubscribedError, b: VFTopicsSubscribedError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFTopicsSubscribedError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFTabView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFScrollDownView : UIKit.UIView { + @objc deinit +} +public enum VFCustomizableView { + case postButton(button: VFButton) + case postTextView(textField: VFTextView) + case postCloseImage(image: VFImageView) + case postTitle(label: VFLabel) + case postPlaceholderLabel(label: VFLabel) + case postLoadingView(loadingView: VFLoadingView) + case postBackgroundView(view: UIKit.UIView) + case profileNameLabel(label: VFLabel) + case profileLogoutLabel(label: VFLabel) + case profileCloseImage(image: VFImageView) + case profileLikesLabel(label: VFLabel) + case profileFollowersLabel(label: VFLabel) + case profileSegmentedControl(segmentedControl: VFSegmentedControl) + case profileBackgroundView(view: UIKit.UIView) + case commentCellDateLabel(label: VFLabel) + case commentCellNameLabel(label: VFLabel) + case commentCellContentLabel(label: VFLabel) + case commentCellLikeImage(image: VFImageView) + case commentCellLikeLabel(label: VFLabel) + case commentCellDislikeImage(image: VFImageView) + case commentCellDislikeLabel(label: VFLabel) + case commentCellReplyLabel(label: VFLabel) + case commentCellCustomBadge(badge: VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: VFButton) + case previewTitleLabel(label: VFLabel) + case previewCounterLabel(label: VFLabel) + case previewPrivacyLabel(label: VFLabel) + case previewPoweredByView(poweredByView: VFPoweredByViafouraView) + case previewLoadingView(loadingView: VFLoadingView) + case previewFollowView(followView: VFFollowView) + case previewBackgroundView(view: UIKit.UIView) + case trendingVerticalBackgroundView(view: UIKit.UIView) + case trendingVerticalFullImage(image: VFImageView) + case trendingVerticalFullTitle(label: VFLabel) + case trendingVerticalFullCount(label: VFLabel) + case trendingVerticalCondensedTitle(label: VFLabel) + case trendingVerticalCondensedCount(label: VFLabel) + case trendingCarouselTitle(label: VFLabel) + case trendingCarouselImage(image: VFImageView) + case trendingCarouselCount(label: VFLabel) + case trendingCarouselBackgroundView(view: UIKit.UIView) + case chatCellContentLabel(label: VFLabel) + case chatCellDateLabel(label: VFLabel) + case chatCellUserNameLabel(label: VFLabel) + case chatPostView(view: UIKit.UIView) + case chatPostImage(image: VFImageView) + case chatPostLoading(loadingView: VFLoadingView) + case chatTextView(textView: VFTextView) + case chatBackgroundView(backgroundView: UIKit.UIView) + case chatLoading(loadingView: VFLoadingView) + case chatLoadingMore(loadingView: VFLoadingView) + case chatEmptyView(emptyView: VFEmptyChatsView) + case chatReplyingToClose(image: VFImageView) + case chatReplyingToTitle(label: VFLabel) + case chatReplyingToDescription(label: VFLabel) +} +public enum VFUnpinCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnpinCommentError, b: VFUnpinCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnpinCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentRepliesError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentRepliesError, b: VFCommentRepliesError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentRepliesError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class VFNotificationsService { + @objc deinit +} +public enum VFReplyChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFReplyChatError, b: VFReplyChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFReplyChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentModerationListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCommentModerationListError, b: VFCommentModerationListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCommentModerationListError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { + @objc deinit +} +extension AnalyticsService { + public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) +} +public enum VFTrendingError : Foundation.LocalizedError { + case unknown + public static func == (a: VFTrendingError, b: VFTrendingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFTrendingError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFDisabledView : UIKit.UIView { + @objc deinit +} +public enum VFUpdateStoryContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateStoryContainerError, b: VFUpdateStoryContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateStoryContainerError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNotificationBellView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var isElevationEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isBackgroundColorEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var bounds: CoreFoundation.CGRect { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public init(settings: VFSettings, loginDelegate: any VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: VFProfilePresentationType, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> VFProfileViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { + @objc deinit +} +public enum VFChatContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFChatContainerError, b: VFChatContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFChatContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCreateStoryError, b: VFCreateStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreateStoryError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class TrendingContent { + @objc deinit +} +@_hasMissingDesignatedInitializers public class CommentContent { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ChatContent, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings) -> ChatReplyViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ChatReplyViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +} +public struct VFCookieLoginData { +} +public enum VFCookieLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCookieLoginError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFSubscribeTopicError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSubscribeTopicError, b: VFSubscribeTopicError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSubscribeTopicError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNewRepliesNotificationView : UIKit.UIView { + @objc deinit +} +public enum VFStoryListError : Foundation.LocalizedError { + case unknown + public static func == (a: VFStoryListError, b: VFStoryListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFStoryListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFCreateChatError, b: VFCreateChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFCreateChatError { + public var errorDescription: Swift.String? { + get + } +} +public struct VFFonts { + public static let fontBoldDefault: UIKit.UIFont + public static let fontLightDefault: UIKit.UIFont + public static let fontMediumDefault: UIKit.UIFont + public static let fontRegularDefault: UIKit.UIFont + public static let fontSemiboldDefault: UIKit.UIFont + unowned public var fontRegular: UIKit.UIFont + unowned public var fontMedium: UIKit.UIFont + unowned public var fontBold: UIKit.UIFont + unowned public var fontLight: UIKit.UIFont + unowned public var fontSemibold: UIKit.UIFont + public init(fontLight: UIKit.UIFont = fontLightDefault, fontRegular: UIKit.UIFont = fontRegularDefault, fontMedium: UIKit.UIFont = fontMediumDefault, fontSemibold: UIKit.UIFont = fontSemiboldDefault, fontBold: UIKit.UIFont = fontBoldDefault) +} +public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFRemoveEditorPickCommentError, b: VFRemoveEditorPickCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFRemoveEditorPickCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFPoweredByViafouraView : UIKit.UIView { + @objc deinit +} +public protocol StoryboardCreateable : UIKit.UIViewController { + static var storyboardName: Swift.String { get } +} +extension StoryboardCreateable { + public static func new() -> Self? +} +public enum VFSpamCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFSpamCommentError, b: VFSpamCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFSpamCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFPinnedView : UIKit.UIView { + @objc deinit +} +public enum VFUnsubscribeTopicError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnsubscribeTopicError, b: VFUnsubscribeTopicError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnsubscribeTopicError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFPinCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFPinCommentError, b: VFPinCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFPinCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnlikeChatError, b: VFUnlikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnlikeChatError { + public var errorDescription: Swift.String? { + get + } +} +public protocol VFCustomUIDelegate : AnyObject { + func customizeView(theme: VFTheme, view: VFCustomizableView) +} +public struct VFSettings { + public let fonts: VFFonts + public var colors: VFColors + public init(colors: VFColors, fonts: VFFonts = VFFonts()) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: VFNewCommentActionType, containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, sectionUUID: Foundation.UUID? = nil) -> VFNewCommentViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var canResignFirstResponder: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFNewCommentViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension VFNewCommentViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) +} +public enum WidgetType : Swift.String, Swift.Encodable { + case LIVE_BLOG + case CONTENT_RECIRCULATION + case STANDALONE_AD + case CONVERSATION_STARTER + case LIVECHAT + case SHAREBAR + case LIVE_CONVERSATIONS + case TRAY_TRIGGER + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +extension VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFPasswordResetError : Foundation.LocalizedError { + case unknown + public static func == (a: VFPasswordResetError, b: VFPasswordResetError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFPasswordResetError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFImageView : UIKit.UIImageView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) + @available(iOS 3.0, *) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFUserInfoError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUserInfoError, b: VFUserInfoError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUserInfoError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFLiveView : UIKit.UIView { + @objc deinit +} +public enum VFUpdateChatContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUpdateChatContainerError, b: VFUpdateChatContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUpdateChatContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDisableCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDisableCommentError, b: VFDisableCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDisableCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFSocialLoginProvider : Swift.String, Swift.Encodable, Swift.Decodable { + case google + case twitter + case linkedin + case apple + case viafouraDefinedCookie + case facebook + case yahoo + case windowslive + case aol + case none + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFTextView : UIKit.UITextView { + @available(iOS 7.0, *) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect, textContainer: UIKit.NSTextContainer?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFTrustedView : UIKit.UIView { + @objc deinit +} +public enum EventLoginType : Swift.String, Swift.Encodable { + case cookie + case oauth + case loginradius + case viafoura + case loginradius_social + case embedded_loginradius + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public enum VFUnspamCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFUnspamCommentError, b: VFUnspamCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFUnspamCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDeleteCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: VFDeleteCommentError, b: VFDeleteCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension VFDeleteCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: VFArticleMetadata, loginDelegate: any VFLoginDelegate, settings: VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension VFLiveChatViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension VFDislikeChatError : Swift.Equatable {} +extension VFDislikeChatError : Swift.Hashable {} +extension VFSingleStoryError : Swift.Equatable {} +extension VFSingleStoryError : Swift.Hashable {} +extension VFCreateCommentReplyError : Swift.Equatable {} +extension VFCreateCommentReplyError : Swift.Hashable {} +extension VFDeleteStoryError : Swift.Equatable {} +extension VFDeleteStoryError : Swift.Hashable {} +extension VFLoginStatus : Swift.Equatable {} +extension VFLoginStatus : Swift.Hashable {} +extension VFLoginStatusError : Swift.Equatable {} +extension VFLoginStatusError : Swift.Hashable {} +extension VFUnflagCommentError : Swift.Equatable {} +extension VFUnflagCommentError : Swift.Hashable {} +extension VFUnlikeStoryError : Swift.Equatable {} +extension VFUnlikeStoryError : Swift.Hashable {} +extension VFFlagCommentError : Swift.Equatable {} +extension VFFlagCommentError : Swift.Hashable {} +extension VFChatListError : Swift.Equatable {} +extension VFChatListError : Swift.Hashable {} +extension VFLikeStoryError : Swift.Equatable {} +extension VFLikeStoryError : Swift.Hashable {} +extension VFUpdateUserAvatarError : Swift.Equatable {} +extension VFUpdateUserAvatarError : Swift.Hashable {} +extension VFTheme : Swift.Equatable {} +extension VFTheme : Swift.Hashable {} +extension VFAuthPromptType : Swift.Equatable {} +extension VFAuthPromptType : Swift.Hashable {} +extension VFProfilePresentationType : Swift.Equatable {} +extension VFProfilePresentationType : Swift.Hashable {} +extension VFSingleChatError : Swift.Equatable {} +extension VFSingleChatError : Swift.Hashable {} +extension VFClosePollError : Swift.Equatable {} +extension VFClosePollError : Swift.Hashable {} +extension VFDislikeCommentError : Swift.Equatable {} +extension VFDislikeCommentError : Swift.Hashable {} +extension VFCommentContainerSignatureError : Swift.Equatable {} +extension VFCommentContainerSignatureError : Swift.Hashable {} +extension VFChatSelectionError : Swift.Equatable {} +extension VFChatSelectionError : Swift.Hashable {} +extension VFEnableChatError : Swift.Equatable {} +extension VFEnableChatError : Swift.Hashable {} +extension VFChatModerationListError : Swift.Equatable {} +extension VFChatModerationListError : Swift.Hashable {} +extension VFLoginError : Swift.Equatable {} +extension VFLoginError : Swift.Hashable {} +extension VFLikeCommentError : Swift.Equatable {} +extension VFLikeCommentError : Swift.Hashable {} +extension VFEnableCommentError : Swift.Equatable {} +extension VFEnableCommentError : Swift.Hashable {} +extension EventAttemptedAction : Swift.Equatable {} +extension EventAttemptedAction : Swift.Hashable {} +extension EventAttemptedAction : Swift.RawRepresentable {} +extension CommentNodeType : Swift.Equatable {} +extension CommentNodeType : Swift.Hashable {} +extension VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension VFDisableChatError : Swift.Equatable {} +extension VFDisableChatError : Swift.Hashable {} +extension VFUnflagChatError : Swift.Equatable {} +extension VFUnflagChatError : Swift.Hashable {} +extension VFLikeChatError : Swift.Equatable {} +extension VFLikeChatError : Swift.Hashable {} +extension VFUndislikeStoryError : Swift.Equatable {} +extension VFUndislikeStoryError : Swift.Hashable {} +extension VFVotePollError : Swift.Equatable {} +extension VFVotePollError : Swift.Hashable {} +extension VFReplyStoryError : Swift.Equatable {} +extension VFReplyStoryError : Swift.Hashable {} +extension VFCommentsProfileError : Swift.Equatable {} +extension VFCommentsProfileError : Swift.Hashable {} +extension VFPollContainerError : Swift.Equatable {} +extension VFPollContainerError : Swift.Hashable {} +extension VFStoryContainerError : Swift.Equatable {} +extension VFStoryContainerError : Swift.Hashable {} +extension VFFilterType : Swift.Equatable {} +extension VFFilterType : Swift.Hashable {} +extension VFUndislikeChatError : Swift.Equatable {} +extension VFUndislikeChatError : Swift.Hashable {} +extension VFDislikeStoryError : Swift.Equatable {} +extension VFDislikeStoryError : Swift.Hashable {} +extension VFEditorPickCommentError : Swift.Equatable {} +extension VFEditorPickCommentError : Swift.Hashable {} +extension VFSignUpError : Swift.Equatable {} +extension VFSignUpError : Swift.Hashable {} +extension VFSocialLoginError : Swift.Equatable {} +extension VFSocialLoginError : Swift.Hashable {} +extension VFCommentContainerError : Swift.Equatable {} +extension VFCommentContainerError : Swift.Hashable {} +extension VFUnlikeCommentError : Swift.Equatable {} +extension VFUnlikeCommentError : Swift.Hashable {} +extension VFUserMutesError : Swift.Equatable {} +extension VFUserMutesError : Swift.Hashable {} +extension VFUnmuteUserError : Swift.Equatable {} +extension VFUnmuteUserError : Swift.Hashable {} +extension VFMuteUserError : Swift.Equatable {} +extension VFMuteUserError : Swift.Hashable {} +extension VFFlagChatError : Swift.Equatable {} +extension VFFlagChatError : Swift.Hashable {} +extension VFOpenIdLoginError : Swift.Equatable {} +extension VFOpenIdLoginError : Swift.Hashable {} +extension VFDeleteChatError : Swift.Equatable {} +extension VFDeleteChatError : Swift.Hashable {} +extension VFCreateCommentError : Swift.Equatable {} +extension VFCreateCommentError : Swift.Hashable {} +extension VFUserCommentsError : Swift.Equatable {} +extension VFUserCommentsError : Swift.Hashable {} +extension EventType : Swift.Equatable {} +extension EventType : Swift.Hashable {} +extension EventType : Swift.RawRepresentable {} +extension VFSortType : Swift.Equatable {} +extension VFSortType : Swift.Hashable {} +extension VFCommentListError : Swift.Equatable {} +extension VFCommentListError : Swift.Hashable {} +extension VFUpdateUserError : Swift.Equatable {} +extension VFUpdateUserError : Swift.Hashable {} +extension VFEditCommentError : Swift.Equatable {} +extension VFEditCommentError : Swift.Hashable {} +extension VFCreatePollError : Swift.Equatable {} +extension VFCreatePollError : Swift.Hashable {} +extension VFLoginRadiusLoginError : Swift.Equatable {} +extension VFLoginRadiusLoginError : Swift.Hashable {} +extension VFTrendingSortType : Swift.Equatable {} +extension VFTrendingSortType : Swift.Hashable {} +extension VFTrendingSortType : Swift.RawRepresentable {} +extension VFStorySelectionError : Swift.Equatable {} +extension VFStorySelectionError : Swift.Hashable {} +extension VFUndislikeCommentError : Swift.Equatable {} +extension VFUndislikeCommentError : Swift.Hashable {} +extension VFRemovePollError : Swift.Equatable {} +extension VFRemovePollError : Swift.Hashable {} +extension VFCommentCountError : Swift.Equatable {} +extension VFCommentCountError : Swift.Hashable {} +extension VFCommentError : Swift.Equatable {} +extension VFCommentError : Swift.Hashable {} +extension VFTopicsSubscribedError : Swift.Equatable {} +extension VFTopicsSubscribedError : Swift.Hashable {} +extension VFUnpinCommentError : Swift.Equatable {} +extension VFUnpinCommentError : Swift.Hashable {} +extension VFCommentRepliesError : Swift.Equatable {} +extension VFCommentRepliesError : Swift.Hashable {} +extension VFReplyChatError : Swift.Equatable {} +extension VFReplyChatError : Swift.Hashable {} +extension VFCommentModerationListError : Swift.Equatable {} +extension VFCommentModerationListError : Swift.Hashable {} +extension VFTrendingError : Swift.Equatable {} +extension VFTrendingError : Swift.Hashable {} +extension VFUpdateStoryContainerError : Swift.Equatable {} +extension VFUpdateStoryContainerError : Swift.Hashable {} +extension VFChatContainerError : Swift.Equatable {} +extension VFChatContainerError : Swift.Hashable {} +extension VFCreateStoryError : Swift.Equatable {} +extension VFCreateStoryError : Swift.Hashable {} +extension VFCookieLoginError : Swift.Equatable {} +extension VFCookieLoginError : Swift.Hashable {} +extension VFSubscribeTopicError : Swift.Equatable {} +extension VFSubscribeTopicError : Swift.Hashable {} +extension VFStoryListError : Swift.Equatable {} +extension VFStoryListError : Swift.Hashable {} +extension VFCreateChatError : Swift.Equatable {} +extension VFCreateChatError : Swift.Hashable {} +extension VFRemoveEditorPickCommentError : Swift.Equatable {} +extension VFRemoveEditorPickCommentError : Swift.Hashable {} +extension VFSpamCommentError : Swift.Equatable {} +extension VFSpamCommentError : Swift.Hashable {} +extension VFUnsubscribeTopicError : Swift.Equatable {} +extension VFUnsubscribeTopicError : Swift.Hashable {} +extension VFPinCommentError : Swift.Equatable {} +extension VFPinCommentError : Swift.Hashable {} +extension VFUnlikeChatError : Swift.Equatable {} +extension VFUnlikeChatError : Swift.Hashable {} +extension WidgetType : Swift.Equatable {} +extension WidgetType : Swift.Hashable {} +extension WidgetType : Swift.RawRepresentable {} +extension VFPasswordResetError : Swift.Equatable {} +extension VFPasswordResetError : Swift.Hashable {} +extension VFUserInfoError : Swift.Equatable {} +extension VFUserInfoError : Swift.Hashable {} +extension VFUpdateChatContainerError : Swift.Equatable {} +extension VFUpdateChatContainerError : Swift.Hashable {} +extension VFDisableCommentError : Swift.Equatable {} +extension VFDisableCommentError : Swift.Hashable {} +extension VFSocialLoginProvider : Swift.Equatable {} +extension VFSocialLoginProvider : Swift.Hashable {} +extension VFSocialLoginProvider : Swift.RawRepresentable {} +extension EventLoginType : Swift.Equatable {} +extension EventLoginType : Swift.Hashable {} +extension EventLoginType : Swift.RawRepresentable {} +extension VFUnspamCommentError : Swift.Equatable {} +extension VFUnspamCommentError : Swift.Hashable {} +extension VFDeleteCommentError : Swift.Equatable {} +extension VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e new file mode 100644 index 00000000..39a6c498 --- /dev/null +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e @@ -0,0 +1,2041 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) +// swift-module-flags: -target arm64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AVFoundation +import AdSupport +import AppTrackingTransparency +import CoreLocation +import CoreTelephony +import DeveloperToolsSupport +import Foundation +import Network +import SafariServices +import Swift +import SwiftUI +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { + @objc deinit +} +public enum VFDislikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDislikeChatError, b: ViafouraSDK.VFDislikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDislikeChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEditorPicksView : UIKit.UIView { + @objc deinit +} +public struct VFColors { + public init(colorPrimary: UIKit.UIColor = VFDefaultColors.colorPrimaryDefault(), colorPrimaryLight: UIKit.UIColor = VFDefaultColors.colorPrimaryLightDefault(), colorBackground: UIKit.UIColor = VFDefaultColors.colorBackgroundDefault(), colorSeparator: UIKit.UIColor = VFDefaultColors.colorSeparatorDefault(), colorAvatars: [UIKit.UIColor] = Constants.AvatarColors.colors) +} +public struct VFDefaultColors { + public static func colorBackgroundDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorText2Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorSeparatorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorErrorDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorWarningDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorEditorPicksDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorThreadingLines(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorChatBubbleDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPinnedBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorPrimaryLightDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorBorder1Default(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorAuthorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorModeratorBadgeDefault(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorNewCommentText(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorIcons(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor + public static func colorInputBox(_ forTheme: ViafouraSDK.VFTheme = .light) -> UIKit.UIColor +} +public enum VFSingleStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSingleStoryError, b: ViafouraSDK.VFSingleStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSingleStoryError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAwaitingModerationView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyModerationView : UIKit.UIView { + @objc deinit +} +public enum VFCreateCommentReplyError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: ViafouraSDK.VFCreateCommentReplyError, b: ViafouraSDK.VFCreateCommentReplyError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreateCommentReplyError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFTextField : UIKit.UITextField { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFDeleteStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDeleteStoryError, b: ViafouraSDK.VFDeleteStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDeleteStoryError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func getUserLoginStatus(completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginStatus { + case notLoggedIn + case loggedIn + public static func == (a: ViafouraSDK.VFLoginStatus, b: ViafouraSDK.VFLoginStatus) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFLoginStatusError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLoginStatusError, b: ViafouraSDK.VFLoginStatusError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLoginStatusError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnflagCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnflagCommentError, b: ViafouraSDK.VFUnflagCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnflagCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnlikeStoryError, b: ViafouraSDK.VFUnlikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnlikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public protocol VFAdDelegate : ObjectiveC.NSObject { + func generateAd(viewController: ViafouraSDK.VFUIViewController, adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int + func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int +} +extension ViafouraSDK.VFAdDelegate { + public func getFirstAdPosition(viewController: ViafouraSDK.VFUIViewController) -> Swift.Int +} +public protocol VFLocalAdDelegate : ObjectiveC.NSObject { + func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView + func getAdInterval() -> Swift.Int + func getFirstAdPosition() -> Swift.Int +} +extension ViafouraSDK.VFLocalAdDelegate { + public func getFirstAdPosition() -> Swift.Int +} +public enum VFFlagCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFFlagCommentError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class VFLiveCommentsService { + @objc deinit +} +public enum VFChatListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFChatListError, b: ViafouraSDK.VFChatListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFChatListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFLikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLikeStoryError, b: ViafouraSDK.VFLikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUpdateUserAvatarError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateUserAvatarError, b: ViafouraSDK.VFUpdateUserAvatarError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateUserAvatarError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFTheme { + case dark + case light + public static func == (a: ViafouraSDK.VFTheme, b: ViafouraSDK.VFTheme) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public typealias VFActionsCallbacks = (ViafouraSDK.VFActionCallbackType) -> Swift.Void +public enum VFActionCallbackType { + case seeMoreCommentsPressed + case writeNewCommentPressed(actionType: ViafouraSDK.VFNewCommentActionType) + case closeNewCommentPressed + case openProfilePressed(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType) + case notificationPressed(presentationType: ViafouraSDK.VFNotificationPresentationType) + case closeProfilePressed + case trendingArticlePressed(metadata: ViafouraSDK.VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) + case authPressed(promptType: ViafouraSDK.VFAuthPromptType) +} +public enum VFAuthPromptType { + case dislike + case like + case standaloneBellPressed + case bellPressed + case header + case postContent + case followConversation + case followUser + case muteUser + public static func == (a: ViafouraSDK.VFAuthPromptType, b: ViafouraSDK.VFAuthPromptType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFNotificationPresentationType { + case profile(userUUID: Foundation.UUID) + case content(containerUUID: Foundation.UUID, contentUUID: Foundation.UUID, containerId: Swift.String) +} +public enum VFProfilePresentationType { + case profile + case feed + public static func == (a: ViafouraSDK.VFProfilePresentationType, b: ViafouraSDK.VFProfilePresentationType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyChatsView : UIKit.UIView { + @objc deinit +} +public enum VFNewCommentActionType { + case create + case reply(content: Foundation.UUID) + case edit(content: Foundation.UUID) +} +public enum VFSingleChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSingleChatError, b: ViafouraSDK.VFSingleChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSingleChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFClosePollError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFClosePollError, b: ViafouraSDK.VFClosePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFClosePollError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDislikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDislikeCommentError, b: ViafouraSDK.VFDislikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDislikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class StoryContent : Swift.Decodable { + @objc deinit + required public init(from decoder: any Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class AnalyticsService { + public func addWidget(_ widgetType: ViafouraSDK.WidgetType) + public func removeWidget(_ widgetType: ViafouraSDK.WidgetType) + public func logLoadMoreClick(eventSessionUUID: Foundation.UUID, tab: Swift.String, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logConversationsBellClick(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logTrayTriggerClick(eventSessionUUID: Foundation.UUID, eventSessionStart: Foundation.Date) + public func logSortChange(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, sort: Swift.String, defaultSort: Swift.String, oldSort: Swift.String) + public func logEventEngage(widgetType: ViafouraSDK.WidgetType, eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, time: Swift.Int64, vfTime: Swift.Int64, hiddenTime: Swift.Int64, focuses: Swift.Int) + public func logTrackAdCode(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, status: Swift.String, failureReason: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logTrackAdView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata, adIntegration: Swift.String, limit: Swift.Int, childLimit: Swift.Int, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int, firstPromoPosition: Swift.Int, totalCount: Swift.Int, index: Swift.Int, threadType: Swift.String, widgetType: ViafouraSDK.WidgetType) + public func logLogout() + public func logTrackAd(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID? = nil, eventSessionStart: Foundation.Date, articleMetadata: ViafouraSDK.VFArticleMetadata? = nil, adIntegration: Swift.String, limit: Swift.Int? = nil, childLimit: Swift.Int? = nil, scrollDepth: CoreFoundation.CGFloat, promoInterval: Swift.Int? = nil, firstPromoPosition: Swift.Int, totalCount: Swift.Int? = nil, index: Swift.Int, threadType: Swift.String? = nil, widgetType: ViafouraSDK.WidgetType) + public func logInteraction(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventSessionStart: Foundation.Date, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, label: Swift.String, action: Swift.String) + public func logPasswordReset(email: Swift.String) + public func logSignup(loginType: Swift.String) + public func logLoginFailure(loginType: Swift.String, error: Swift.String) + public func logLoginSuccess() + public func logContainerLoad(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, allCommentsCount: Swift.Int, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date, contentContainerType: Swift.String) + public func logPageView(eventSessionUUID: Foundation.UUID, eventContainerId: Swift.String, eventSectionUUID: Foundation.UUID, eventContainerUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata, eventSessionStart: Foundation.Date) + public func logEventAttemptedAction(eventSessionUUID: Foundation.UUID, eventAttemptedAction: ViafouraSDK.EventAttemptedAction, eventContainerId: Swift.String?, eventSectionUUID: Foundation.UUID, eventArticleMetadata: ViafouraSDK.VFArticleMetadata?, eventSessionStart: Foundation.Date) + @objc deinit +} +public enum VFCommentContainerSignatureError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentContainerSignatureError, b: ViafouraSDK.VFCommentContainerSignatureError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentContainerSignatureError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFChatSelectionError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFChatSelectionError, b: ViafouraSDK.VFChatSelectionError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFChatSelectionError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEnableChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFEnableChatError, b: ViafouraSDK.VFEnableChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFEnableChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFChatModerationListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFChatModerationListError, b: ViafouraSDK.VFChatModerationListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFChatModerationListError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLoginError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func logout() +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFButton : UIKit.UIButton { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var isEnabled: Swift.Bool { + @objc get + @objc set + } + @objc deinit +} +public enum VFLikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLikeCommentError, b: ViafouraSDK.VFLikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEnableCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFEnableCommentError, b: ViafouraSDK.VFEnableCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFEnableCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum EventAttemptedAction : Swift.String, Swift.Encodable { + case LIVEBLOG_LIKED + case LIVEBLOG_DISLIKED + case LIVEBLOG_FLAG + case LIVECHAT_LIKED + case LIVECHAT_DISLIKED + case LIVECHAT_FLAG + case COMMENT_POST + case COMMENT_DISLIKED + case COMMENT_FLAG + case COMMENT_BOX_CLICK + case COMMENT_REPLY_CLICK + case COMMENT_LIKED + case TRAY_PROFILE_CLICK + case FOLLOW_CONVERSATION + case TRAY_COMMUNITY_CLICK + case TOPIC_FOLLOW + case PROFILE_MUTE_USER + case PROFILE_FOLLOW_USER + case LOGIN + case SIGNUP + case POLLS_VOTE + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@_hasMissingDesignatedInitializers public class CommentNode { + @objc deinit +} +public enum CommentNodeType { + case ad + case divider + case comment + case writeReply + case followPrompt + public static func == (a: ViafouraSDK.CommentNodeType, b: ViafouraSDK.CommentNodeType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFUpdateCommentsContainerSettingsError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateCommentsContainerSettingsError, b: ViafouraSDK.VFUpdateCommentsContainerSettingsError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAuthorView : UIKit.UIView { + @objc deinit +} +public enum VFDisableChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDisableChatError, b: ViafouraSDK.VFDisableChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDisableChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFVerticalTrendingViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFVerticalTrendingViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) +} +extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int +} +public enum VFUnflagChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnflagChatError, b: ViafouraSDK.VFUnflagChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnflagChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSegmentedControl : UIKit.UISegmentedControl { + @objc deinit +} +public enum VFLikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLikeChatError, b: ViafouraSDK.VFLikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLikeChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUndislikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUndislikeStoryError, b: ViafouraSDK.VFUndislikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUndislikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFVotePollError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFVotePollError, b: ViafouraSDK.VFVotePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFVotePollError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFeaturedView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFCarouselTrendingViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String?, title: Swift.String, limit: Swift.Int, daysPublished: Swift.Int?, trendWindow: Swift.Int, sort: ViafouraSDK.VFTrendingSortType, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFCarouselTrendingViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDataSource { + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell +} +extension ViafouraSDK.VFCarouselTrendingViewController : UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize +} +extension ViafouraSDK.VFCarouselTrendingViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int +} +public enum VFReplyStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFReplyStoryError, b: ViafouraSDK.VFReplyStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFReplyStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentsProfileError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentsProfileError, b: ViafouraSDK.VFCommentsProfileError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentsProfileError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEnablePushView : UIKit.UIView { + @objc deinit +} +public enum VFPollContainerError : Foundation.LocalizedError { + case notFound + case unknown + public static func == (a: ViafouraSDK.VFPollContainerError, b: ViafouraSDK.VFPollContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFPollContainerError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class ImageService { + @objc deinit +} +public enum VFStoryContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFStoryContainerError, b: ViafouraSDK.VFStoryContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFStoryContainerError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFUIViewController : UIKit.UIViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public protocol VFLoginDelegate : AnyObject { + func startLogin() +} +public enum VFFilterType { + case allComments + case featured + public static func == (a: ViafouraSDK.VFFilterType, b: ViafouraSDK.VFFilterType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFUndislikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUndislikeChatError, b: ViafouraSDK.VFUndislikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUndislikeChatError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFContentEditedView : UIKit.UIView { + @objc deinit +} +@_hasMissingDesignatedInitializers public class VFAuthenticationService { + @objc deinit +} +public enum VFDislikeStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDislikeStoryError, b: ViafouraSDK.VFDislikeStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDislikeStoryError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFEditorPickCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFEditorPickCommentError, b: ViafouraSDK.VFEditorPickCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFEditorPickCommentError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func signup(name: Swift.String, email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFSignUpError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSignUpError, b: ViafouraSDK.VFSignUpError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSignUpError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func socialLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFSocialLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSocialLoginError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentContainerError, b: ViafouraSDK.VFCommentContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnlikeCommentError, b: ViafouraSDK.VFUnlikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnlikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUserMutesError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUserMutesError, b: ViafouraSDK.VFUserMutesError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUserMutesError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnmuteUserError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnmuteUserError, b: ViafouraSDK.VFUnmuteUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnmuteUserError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFMuteUserError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFMuteUserError, b: ViafouraSDK.VFMuteUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFMuteUserError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSpamView : UIKit.UIView { + @objc deinit +} +public enum VFFlagChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFFlagChatError, b: ViafouraSDK.VFFlagChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFFlagChatError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func openIdLogin(token: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFOpenIdLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFOpenIdLoginError { + public var errorDescription: Swift.String? { + get + } +} +public struct UserResponse : Swift.Decodable { + public init(from decoder: any Swift.Decoder) throws +} +public protocol VFLayoutDelegate : ObjectiveC.NSObject { + func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) +} +public enum VFDeleteChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDeleteChatError, b: ViafouraSDK.VFDeleteChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDeleteChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateCommentError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: ViafouraSDK.VFCreateCommentError, b: ViafouraSDK.VFCreateCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreateCommentError { + public var errorDescription: Swift.String? { + get + } +} +public struct Constants { +} +extension ViafouraSDK.Constants { + public struct AvatarColors { + public static let colors: [UIKit.UIColor] + } +} +extension UIKit.UIDevice { + @_Concurrency.MainActor(unsafe) public static let modelName: Swift.String +} +public struct VFArticleMetadata { + public init(url: Foundation.URL, title: Swift.String, subtitle: Swift.String, thumbnailUrl: Foundation.URL) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAdView : UIKit.UIView { + @objc deinit +} +@_hasMissingDesignatedInitializers public class ViafouraSDK { + public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String) + public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool) + public static func isLoggingEnabled() -> Swift.Bool + public static func auth() -> ViafouraSDK.VFAuthenticationService + public static func comments() -> ViafouraSDK.VFLiveCommentsService + @objc deinit +} +public enum VFUserCommentsError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUserCommentsError, b: ViafouraSDK.VFUserCommentsError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUserCommentsError { + public var errorDescription: Swift.String? { + get + } +} +public enum EventType : Swift.String, Swift.Encodable { + case AD_LOAD + case AD_CODE + case AD_VIEW + case ATTEMPTED_ACTION + case CHAT_PAGINATION + case SORT_COMMENTS + case INTERACTION + case CONTAINER_LOAD + case ENGAGE + case LOGIN_FAILURE + case LOGIN_SUCCESS + case TRAY_TRIGGER_CLICK + case LOAD_MORE_CLICK + case LOAD_MORE_INITIAL_HEIGHT_CLICK + case LOGOUT + case PASSWORD_RESET + case SIGNUP + case CONVERSATIONS_BELL_CLICK + case PAGE_VIEW + case CONVERSATION_STARTER_CLICK + case CONVERSATION_STARTER_VIEW + case CONVERSATION_STARTER_LOAD + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@_hasMissingDesignatedInitializers public class ChatContent : Swift.Decodable { + @objc deinit + required public init(from decoder: any Swift.Decoder) throws +} +public enum VFSortType { + case newest + case oldest + case mostLiked + case mostReplies + public var rawValue: Swift.String { + get + } + public static func == (a: ViafouraSDK.VFSortType, b: ViafouraSDK.VFSortType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum VFCommentListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentListError, b: ViafouraSDK.VFCommentListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUpdateUserError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateUserError, b: ViafouraSDK.VFUpdateUserError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateUserError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPollViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(contentContainerUUID: Foundation.UUID, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFPollViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFPollViewController : UIKit.UITextFieldDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool +} +public enum VFEditCommentError : Foundation.LocalizedError { + case unknown + case unauthorized + public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFEditCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreatePollError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCreatePollError, b: ViafouraSDK.VFCreatePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreatePollError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFCustomBadgeView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var text: Swift.String { + get + set + } + @objc deinit +} +extension ViafouraSDK.VFAuthenticationService { + public func loginRadiusLogin(token: Swift.String, provider: ViafouraSDK.VFSocialLoginProvider, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFLoginRadiusLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFLoginRadiusLoginError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFPreviewCommentsViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, defaultSort: ViafouraSDK.VFSortType = .newest, featuredTabThreshold: Swift.Int = 3, replySize: Swift.Int = 2, syndicationKey: Swift.String? = nil, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFPreviewCommentsViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setAdDelegate(adDelegate: any ViafouraSDK.VFAdDelegate) + @_Concurrency.MainActor(unsafe) public func getContentScrollPosition(contentUUID: Foundation.UUID, completion: @escaping (CoreFoundation.CGFloat) -> Swift.Void) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) public func setAuthorsIds(authors: [Swift.String]) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @objc deinit + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) +} +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLocalAdDelegate { + @_Concurrency.MainActor(unsafe) public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView + @_Concurrency.MainActor(unsafe) public func getAdInterval() -> Swift.Int + @_Concurrency.MainActor(unsafe) public func getFirstAdPosition() -> Swift.Int +} +extension ViafouraSDK.VFPreviewCommentsViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMove(toParent parent: UIKit.UIViewController?) +} +extension ViafouraSDK.VFPreviewCommentsViewController : ViafouraSDK.VFLayoutDelegate { + @_Concurrency.MainActor(unsafe) public func containerHeightUpdated(viewController: ViafouraSDK.VFUIViewController, height: CoreFoundation.CGFloat) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFlagsView : UIKit.UIView { + @objc deinit +} +public enum VFTrendingSortType : Swift.String { + case comments + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveBlogViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveBlogViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setLayoutDelegate(layoutDelegate: any ViafouraSDK.VFLayoutDelegate) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFStorySelectionError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFStorySelectionError, b: ViafouraSDK.VFStorySelectionError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFStorySelectionError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentsNotificationView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFAllCommentsView : UIKit.UIView { + @objc deinit +} +public enum VFUndislikeCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUndislikeCommentError, b: ViafouraSDK.VFUndislikeCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUndislikeCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFRemovePollError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFRemovePollError, b: ViafouraSDK.VFRemovePollError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFRemovePollError { + public var errorDescription: Swift.String? { + get + } +} +extension ViafouraSDK.VFLiveCommentsService { + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String, completion: @escaping ((Swift.Result) -> ())) + #if compiler(>=5.3) && $AsyncAwait + public func commentCount(sectionUUID: Foundation.UUID? = nil, containerId: Swift.String) async throws -> (Swift.Result) + #endif +} +public enum VFCommentCountError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentCountError, b: ViafouraSDK.VFCommentCountError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentCountError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLabel : UIKit.UILabel { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentError, b: ViafouraSDK.VFCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFContentRemovedView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFLoadingView : UIKit.UIActivityIndicatorView { + @objc deinit +} +public enum VFTopicsSubscribedError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFTopicsSubscribedError, b: ViafouraSDK.VFTopicsSubscribedError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFTopicsSubscribedError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFTabView : UIKit.UIView { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFScrollDownView : UIKit.UIView { + @objc deinit +} +public enum VFCustomizableView { + case postButton(button: ViafouraSDK.VFButton) + case postTextView(textField: ViafouraSDK.VFTextView) + case postCloseImage(image: ViafouraSDK.VFImageView) + case postTitle(label: ViafouraSDK.VFLabel) + case postPlaceholderLabel(label: ViafouraSDK.VFLabel) + case postLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case postBackgroundView(view: UIKit.UIView) + case profileNameLabel(label: ViafouraSDK.VFLabel) + case profileLogoutLabel(label: ViafouraSDK.VFLabel) + case profileCloseImage(image: ViafouraSDK.VFImageView) + case profileLikesLabel(label: ViafouraSDK.VFLabel) + case profileFollowersLabel(label: ViafouraSDK.VFLabel) + case profileSegmentedControl(segmentedControl: ViafouraSDK.VFSegmentedControl) + case profileBackgroundView(view: UIKit.UIView) + case commentCellDateLabel(label: ViafouraSDK.VFLabel) + case commentCellNameLabel(label: ViafouraSDK.VFLabel) + case commentCellContentLabel(label: ViafouraSDK.VFLabel) + case commentCellLikeImage(image: ViafouraSDK.VFImageView) + case commentCellLikeLabel(label: ViafouraSDK.VFLabel) + case commentCellDislikeImage(image: ViafouraSDK.VFImageView) + case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) + case commentCellReplyLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) + case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) + case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) + case previewTitleLabel(label: ViafouraSDK.VFLabel) + case previewCounterLabel(label: ViafouraSDK.VFLabel) + case previewPrivacyLabel(label: ViafouraSDK.VFLabel) + case previewPoweredByView(poweredByView: ViafouraSDK.VFPoweredByViafouraView) + case previewLoadingView(loadingView: ViafouraSDK.VFLoadingView) + case previewFollowView(followView: ViafouraSDK.VFFollowView) + case previewBackgroundView(view: UIKit.UIView) + case trendingVerticalBackgroundView(view: UIKit.UIView) + case trendingVerticalFullImage(image: ViafouraSDK.VFImageView) + case trendingVerticalFullTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalFullCount(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedTitle(label: ViafouraSDK.VFLabel) + case trendingVerticalCondensedCount(label: ViafouraSDK.VFLabel) + case trendingCarouselTitle(label: ViafouraSDK.VFLabel) + case trendingCarouselImage(image: ViafouraSDK.VFImageView) + case trendingCarouselCount(label: ViafouraSDK.VFLabel) + case trendingCarouselBackgroundView(view: UIKit.UIView) + case chatCellContentLabel(label: ViafouraSDK.VFLabel) + case chatCellDateLabel(label: ViafouraSDK.VFLabel) + case chatCellUserNameLabel(label: ViafouraSDK.VFLabel) + case chatPostView(view: UIKit.UIView) + case chatPostImage(image: ViafouraSDK.VFImageView) + case chatPostLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatTextView(textView: ViafouraSDK.VFTextView) + case chatBackgroundView(backgroundView: UIKit.UIView) + case chatLoading(loadingView: ViafouraSDK.VFLoadingView) + case chatLoadingMore(loadingView: ViafouraSDK.VFLoadingView) + case chatEmptyView(emptyView: ViafouraSDK.VFEmptyChatsView) + case chatReplyingToClose(image: ViafouraSDK.VFImageView) + case chatReplyingToTitle(label: ViafouraSDK.VFLabel) + case chatReplyingToDescription(label: ViafouraSDK.VFLabel) +} +public enum VFUnpinCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnpinCommentError, b: ViafouraSDK.VFUnpinCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnpinCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentRepliesError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentRepliesError, b: ViafouraSDK.VFCommentRepliesError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentRepliesError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class VFNotificationsService { + @objc deinit +} +public enum VFReplyChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFReplyChatError, b: ViafouraSDK.VFReplyChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFReplyChatError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCommentModerationListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCommentModerationListError, b: ViafouraSDK.VFCommentModerationListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCommentModerationListError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFEmptyCommentsView : UIKit.UIView { + @objc deinit +} +extension ViafouraSDK.AnalyticsService { + public func logTyping(contentContainerUUID: Foundation.UUID, threadUUID: Foundation.UUID, contentUUID: Foundation.UUID) +} +public enum VFTrendingError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFTrendingError, b: ViafouraSDK.VFTrendingError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFTrendingError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFDisabledView : UIKit.UIView { + @objc deinit +} +public enum VFUpdateStoryContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateStoryContainerError, b: ViafouraSDK.VFUpdateStoryContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateStoryContainerError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNotificationBellView : UIKit.UIView { + @_Concurrency.MainActor(unsafe) public var isElevationEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isBackgroundColorEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var bounds: CoreFoundation.CGRect { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public init(settings: ViafouraSDK.VFSettings, loginDelegate: any ViafouraSDK.VFLoginDelegate, onBellClicked: @escaping ((Foundation.UUID) -> Swift.Void)) + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFProfileViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(userUUID: Foundation.UUID, presentationType: ViafouraSDK.VFProfilePresentationType, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.VFProfileViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any]) +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView { + @objc deinit +} +public enum VFChatContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFChatContainerError, b: ViafouraSDK.VFChatContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFChatContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateStoryError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCreateStoryError, b: ViafouraSDK.VFCreateStoryError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreateStoryError { + public var errorDescription: Swift.String? { + get + } +} +@_hasMissingDesignatedInitializers public class TrendingContent { + @objc deinit +} +@_hasMissingDesignatedInitializers public class CommentContent { + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ViewChatReplyViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ViewChatReplyViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ChatReplyViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(originalChatContent: ViafouraSDK.ChatContent, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings) -> ViafouraSDK.ChatReplyViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.ChatReplyViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension ViafouraSDK.VFAuthenticationService { + public func cookieLogin(token: Swift.String, type: Swift.String = "viafouraDefinedCookie", completion: @escaping ((Swift.Result) -> ())) +} +public struct VFCookieLoginData { +} +public enum VFCookieLoginError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCookieLoginError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFSubscribeTopicError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSubscribeTopicError, b: ViafouraSDK.VFSubscribeTopicError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSubscribeTopicError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFNewRepliesNotificationView : UIKit.UIView { + @objc deinit +} +public enum VFStoryListError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFStoryListError, b: ViafouraSDK.VFStoryListError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFStoryListError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFCreateChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFCreateChatError, b: ViafouraSDK.VFCreateChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFCreateChatError { + public var errorDescription: Swift.String? { + get + } +} +public struct VFFonts { + public static let fontBoldDefault: UIKit.UIFont + public static let fontLightDefault: UIKit.UIFont + public static let fontMediumDefault: UIKit.UIFont + public static let fontRegularDefault: UIKit.UIFont + public static let fontSemiboldDefault: UIKit.UIFont + unowned public var fontRegular: UIKit.UIFont + unowned public var fontMedium: UIKit.UIFont + unowned public var fontBold: UIKit.UIFont + unowned public var fontLight: UIKit.UIFont + unowned public var fontSemibold: UIKit.UIFont + public init(fontLight: UIKit.UIFont = fontLightDefault, fontRegular: UIKit.UIFont = fontRegularDefault, fontMedium: UIKit.UIFont = fontMediumDefault, fontSemibold: UIKit.UIFont = fontSemiboldDefault, fontBold: UIKit.UIFont = fontBoldDefault) +} +public enum VFRemoveEditorPickCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFRemoveEditorPickCommentError, b: ViafouraSDK.VFRemoveEditorPickCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFRemoveEditorPickCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFPoweredByViafouraView : UIKit.UIView { + @objc deinit +} +public protocol StoryboardCreateable : UIKit.UIViewController { + static var storyboardName: Swift.String { get } +} +extension ViafouraSDK.StoryboardCreateable { + public static func new() -> Self? +} +public enum VFSpamCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFSpamCommentError, b: ViafouraSDK.VFSpamCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFSpamCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFPinnedView : UIKit.UIView { + @objc deinit +} +public enum VFUnsubscribeTopicError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnsubscribeTopicError, b: ViafouraSDK.VFUnsubscribeTopicError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnsubscribeTopicError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFPinCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFPinCommentError, b: ViafouraSDK.VFPinCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFPinCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFUnlikeChatError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnlikeChatError, b: ViafouraSDK.VFUnlikeChatError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnlikeChatError { + public var errorDescription: Swift.String? { + get + } +} +public protocol VFCustomUIDelegate : AnyObject { + func customizeView(theme: ViafouraSDK.VFTheme, view: ViafouraSDK.VFCustomizableView) +} +public struct VFSettings { + public let fonts: ViafouraSDK.VFFonts + public var colors: ViafouraSDK.VFColors + public init(colors: ViafouraSDK.VFColors, fonts: ViafouraSDK.VFFonts = VFFonts()) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class SingleChatViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFNewCommentViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static func new(newCommentActionType: ViafouraSDK.VFNewCommentActionType, containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFNewCommentViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool) + @_Concurrency.MainActor(unsafe) @objc override dynamic public var canBecomeFirstResponder: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var canResignFirstResponder: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFNewCommentViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension ViafouraSDK.VFNewCommentViewController { + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator) +} +public enum WidgetType : Swift.String, Swift.Encodable { + case LIVE_BLOG + case CONTENT_RECIRCULATION + case STANDALONE_AD + case CONVERSATION_STARTER + case LIVECHAT + case SHAREBAR + case LIVE_CONVERSATIONS + case TRAY_TRIGGER + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +extension ViafouraSDK.VFAuthenticationService { + public func resetPassword(email: Swift.String, completion: @escaping ((Swift.Result) -> ())) +} +public enum VFPasswordResetError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFPasswordResetError, b: ViafouraSDK.VFPasswordResetError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFPasswordResetError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFImageView : UIKit.UIImageView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?) + @available(iOS 3.0, *) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(image: UIKit.UIImage?, highlightedImage: UIKit.UIImage?) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public enum VFUserInfoError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUserInfoError, b: ViafouraSDK.VFUserInfoError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUserInfoError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFLiveView : UIKit.UIView { + @objc deinit +} +public enum VFUpdateChatContainerError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUpdateChatContainerError, b: ViafouraSDK.VFUpdateChatContainerError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUpdateChatContainerError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDisableCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDisableCommentError, b: ViafouraSDK.VFDisableCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDisableCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFSocialLoginProvider : Swift.String, Swift.Encodable, Swift.Decodable { + case google + case twitter + case linkedin + case apple + case viafouraDefinedCookie + case facebook + case yahoo + case windowslive + case aol + case none + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFTextView : UIKit.UITextView { + @available(iOS 7.0, *) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect, textContainer: UIKit.NSTextContainer?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFTrustedView : UIKit.UIView { + @objc deinit +} +public enum EventLoginType : Swift.String, Swift.Encodable { + case cookie + case oauth + case loginradius + case viafoura + case loginradius_social + case embedded_loginradius + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public enum VFUnspamCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFUnspamCommentError, b: ViafouraSDK.VFUnspamCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFUnspamCommentError { + public var errorDescription: Swift.String? { + get + } +} +public enum VFDeleteCommentError : Foundation.LocalizedError { + case unknown + public static func == (a: ViafouraSDK.VFDeleteCommentError, b: ViafouraSDK.VFDeleteCommentError) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension ViafouraSDK.VFDeleteCommentError { + public var errorDescription: Swift.String? { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class VFLiveChatViewController : ViafouraSDK.VFUIViewController { + @_Concurrency.MainActor(unsafe) public static var storyboardName: Swift.String + @_Concurrency.MainActor(unsafe) public static func new(containerId: Swift.String, articleMetadata: ViafouraSDK.VFArticleMetadata, loginDelegate: any ViafouraSDK.VFLoginDelegate, settings: ViafouraSDK.VFSettings, paginationSize: Swift.Int = 10, sectionUUID: Foundation.UUID? = nil) -> ViafouraSDK.VFLiveChatViewController? + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() + @_Concurrency.MainActor(unsafe) public func setTheme(theme: ViafouraSDK.VFTheme) + @_Concurrency.MainActor(unsafe) public func setActionCallbacks(callbacks: @escaping ViafouraSDK.VFActionsCallbacks) + @_Concurrency.MainActor(unsafe) public func setCustomUIDelegate(customUIDelegate: any ViafouraSDK.VFCustomUIDelegate) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +extension ViafouraSDK.VFLiveChatViewController : UIKit.UITextViewDelegate { + @_Concurrency.MainActor(unsafe) @objc dynamic public func textViewDidChange(_ textView: UIKit.UITextView) +} +extension ViafouraSDK.VFDislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Equatable {} +extension ViafouraSDK.VFSingleStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentReplyError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteStoryError : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatus : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatus : Swift.Hashable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Equatable {} +extension ViafouraSDK.VFLoginStatusError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Equatable {} +extension ViafouraSDK.VFFlagCommentError : Swift.Hashable {} +extension ViafouraSDK.VFChatListError : Swift.Equatable {} +extension ViafouraSDK.VFChatListError : Swift.Hashable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFLikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Hashable {} +extension ViafouraSDK.VFTheme : Swift.Equatable {} +extension ViafouraSDK.VFTheme : Swift.Hashable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Equatable {} +extension ViafouraSDK.VFAuthPromptType : Swift.Hashable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Equatable {} +extension ViafouraSDK.VFProfilePresentationType : Swift.Hashable {} +extension ViafouraSDK.VFSingleChatError : Swift.Equatable {} +extension ViafouraSDK.VFSingleChatError : Swift.Hashable {} +extension ViafouraSDK.VFClosePollError : Swift.Equatable {} +extension ViafouraSDK.VFClosePollError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerSignatureError : Swift.Hashable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Equatable {} +extension ViafouraSDK.VFChatSelectionError : Swift.Hashable {} +extension ViafouraSDK.VFEnableChatError : Swift.Equatable {} +extension ViafouraSDK.VFEnableChatError : Swift.Hashable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginError : Swift.Hashable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEnableCommentError : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Equatable {} +extension ViafouraSDK.EventAttemptedAction : Swift.Hashable {} +extension ViafouraSDK.EventAttemptedAction : Swift.RawRepresentable {} +extension ViafouraSDK.CommentNodeType : Swift.Equatable {} +extension ViafouraSDK.CommentNodeType : Swift.Hashable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateCommentsContainerSettingsError : Swift.Hashable {} +extension ViafouraSDK.VFDisableChatError : Swift.Equatable {} +extension ViafouraSDK.VFDisableChatError : Swift.Hashable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnflagChatError : Swift.Hashable {} +extension ViafouraSDK.VFLikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFLikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFVotePollError : Swift.Equatable {} +extension ViafouraSDK.VFVotePollError : Swift.Hashable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Equatable {} +extension ViafouraSDK.VFReplyStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Equatable {} +extension ViafouraSDK.VFCommentsProfileError : Swift.Hashable {} +extension ViafouraSDK.VFPollContainerError : Swift.Equatable {} +extension ViafouraSDK.VFPollContainerError : Swift.Hashable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFFilterType : Swift.Equatable {} +extension ViafouraSDK.VFFilterType : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeChatError : Swift.Hashable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Equatable {} +extension ViafouraSDK.VFDislikeStoryError : Swift.Hashable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSignUpError : Swift.Equatable {} +extension ViafouraSDK.VFSignUpError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {} +extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserMutesError : Swift.Equatable {} +extension ViafouraSDK.VFUserMutesError : Swift.Hashable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFUnmuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFMuteUserError : Swift.Equatable {} +extension ViafouraSDK.VFMuteUserError : Swift.Hashable {} +extension ViafouraSDK.VFFlagChatError : Swift.Equatable {} +extension ViafouraSDK.VFFlagChatError : Swift.Hashable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {} +extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteChatError : Swift.Hashable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCreateCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Equatable {} +extension ViafouraSDK.VFUserCommentsError : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.Equatable {} +extension ViafouraSDK.EventType : Swift.Hashable {} +extension ViafouraSDK.EventType : Swift.RawRepresentable {} +extension ViafouraSDK.VFSortType : Swift.Equatable {} +extension ViafouraSDK.VFSortType : Swift.Hashable {} +extension ViafouraSDK.VFCommentListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentListError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateUserError : Swift.Hashable {} +extension ViafouraSDK.VFEditCommentError : Swift.Equatable {} +extension ViafouraSDK.VFEditCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCreatePollError : Swift.Equatable {} +extension ViafouraSDK.VFCreatePollError : Swift.Hashable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {} +extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Equatable {} +extension ViafouraSDK.VFTrendingSortType : Swift.Hashable {} +extension ViafouraSDK.VFTrendingSortType : Swift.RawRepresentable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Equatable {} +extension ViafouraSDK.VFStorySelectionError : Swift.Hashable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUndislikeCommentError : Swift.Hashable {} +extension ViafouraSDK.VFRemovePollError : Swift.Equatable {} +extension ViafouraSDK.VFRemovePollError : Swift.Hashable {} +extension ViafouraSDK.VFCommentCountError : Swift.Equatable {} +extension ViafouraSDK.VFCommentCountError : Swift.Hashable {} +extension ViafouraSDK.VFCommentError : Swift.Equatable {} +extension ViafouraSDK.VFCommentError : Swift.Hashable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} +extension ViafouraSDK.VFTopicsSubscribedError : Swift.Hashable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnpinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Equatable {} +extension ViafouraSDK.VFCommentRepliesError : Swift.Hashable {} +extension ViafouraSDK.VFReplyChatError : Swift.Equatable {} +extension ViafouraSDK.VFReplyChatError : Swift.Hashable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Equatable {} +extension ViafouraSDK.VFCommentModerationListError : Swift.Hashable {} +extension ViafouraSDK.VFTrendingError : Swift.Equatable {} +extension ViafouraSDK.VFTrendingError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateStoryContainerError : Swift.Hashable {} +extension ViafouraSDK.VFChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Equatable {} +extension ViafouraSDK.VFCreateStoryError : Swift.Hashable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {} +extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFSubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFStoryListError : Swift.Equatable {} +extension ViafouraSDK.VFStoryListError : Swift.Hashable {} +extension ViafouraSDK.VFCreateChatError : Swift.Equatable {} +extension ViafouraSDK.VFCreateChatError : Swift.Hashable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Equatable {} +extension ViafouraSDK.VFRemoveEditorPickCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFSpamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Equatable {} +extension ViafouraSDK.VFUnsubscribeTopicError : Swift.Hashable {} +extension ViafouraSDK.VFPinCommentError : Swift.Equatable {} +extension ViafouraSDK.VFPinCommentError : Swift.Hashable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Equatable {} +extension ViafouraSDK.VFUnlikeChatError : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.Equatable {} +extension ViafouraSDK.WidgetType : Swift.Hashable {} +extension ViafouraSDK.WidgetType : Swift.RawRepresentable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Equatable {} +extension ViafouraSDK.VFPasswordResetError : Swift.Hashable {} +extension ViafouraSDK.VFUserInfoError : Swift.Equatable {} +extension ViafouraSDK.VFUserInfoError : Swift.Hashable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Equatable {} +extension ViafouraSDK.VFUpdateChatContainerError : Swift.Hashable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDisableCommentError : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Equatable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.Hashable {} +extension ViafouraSDK.VFSocialLoginProvider : Swift.RawRepresentable {} +extension ViafouraSDK.EventLoginType : Swift.Equatable {} +extension ViafouraSDK.EventLoginType : Swift.Hashable {} +extension ViafouraSDK.EventLoginType : Swift.RawRepresentable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Equatable {} +extension ViafouraSDK.VFUnspamCommentError : Swift.Hashable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Equatable {} +extension ViafouraSDK.VFDeleteCommentError : Swift.Hashable {} diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json similarity index 98% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json index 86554127..93e70473 100644 --- a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -105,6 +105,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -507,6 +514,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -1596,6 +1610,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -1693,6 +1714,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -2156,6 +2184,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -6740,6 +6775,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -10615,6 +10657,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -12935,6 +12984,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -14065,6 +14121,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -14499,6 +14562,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -15513,6 +15583,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -16326,6 +16403,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -16944,6 +17028,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -17835,6 +17926,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -18645,6 +18743,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -21653,6 +21758,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -23255,6 +23367,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -26127,6 +26246,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -26928,6 +27054,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -28233,6 +28366,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -28371,6 +28511,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -29119,6 +29266,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -29455,6 +29609,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -29626,6 +29787,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -30583,6 +30751,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -30783,6 +30958,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -31152,6 +31334,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -31267,6 +31456,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -31626,6 +31822,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -31753,6 +31956,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -36184,6 +36394,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -36570,6 +36787,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -37309,6 +37533,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -37846,6 +38077,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -37940,6 +38178,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -38961,6 +39206,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -39468,6 +39720,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -40372,6 +40631,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -42047,6 +42313,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -42568,6 +42841,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -44051,6 +44331,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -44778,6 +45065,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -45753,6 +46047,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -46102,6 +46403,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -47419,6 +47727,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -47516,6 +47831,13 @@ "usr": "s:s28CustomDebugStringConvertibleP", "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, { "kind": "Conformance", "name": "__DefaultCustomPlaygroundQuickLookable", @@ -48954,6 +49276,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" } ] }, @@ -48977,6 +49306,34 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "ViafouraSDK" + }, { "kind": "TypeDecl", "name": "URLSession", @@ -50800,994 +51157,994 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 1635, + "offset": 1636, "length": 36, "value": "\"chat.settings.end_time.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 1777, + "offset": 1807, "length": 34, "value": "\"chat.settings.display_name.label\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 1911, + "offset": 1970, "length": 38, "value": "\"chat.settings.start_time.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2039, + "offset": 2126, "length": 20, "value": "\"sdk.comment_single\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2156, + "offset": 2243, "length": 25, "value": "\"sdk.post_report_message\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2279, + "offset": 2366, "length": 21, "value": "\"navigation.settings\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2403, + "offset": 2490, "length": 37, "value": "\"comments.settings.expiry_time_label\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2546, + "offset": 2633, "length": 31, "value": "\"comments.settings.no_date_set\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2679, + "offset": 2766, "length": 24, "value": "\"comments.settings.hide\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2812, + "offset": 2899, "length": 26, "value": "\"comments.settings.premod\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 2931, + "offset": 3018, "length": 36, "value": "\"feed.notifications.comments.single\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3061, + "offset": 3148, "length": 18, "value": "\"sdk.commented_on\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3174, + "offset": 3261, "length": 19, "value": "\"sdk.commenting_on\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3284, + "offset": 3371, "length": 21, "value": "\"sdk.comments_plural\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3401, + "offset": 3488, "length": 18, "value": "\"comments.heading\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3511, + "offset": 3598, "length": 22, "value": "\"navigation.community\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3630, + "offset": 3717, "length": 28, "value": "\"conversations.posts.edited\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3784, + "offset": 3871, "length": 29, "value": "\"conversations.posts.deleted\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 3942, + "offset": 4029, "length": 56, "value": "\"conversations.content_container.expiry_notice.comments\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4096, + "offset": 4183, "length": 40, "value": "\"conversations.actions.copy_console_url\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4227, + "offset": 4314, "length": 31, "value": "\"conversations.actions.disable\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4378, + "offset": 4465, "length": 35, "value": "\"conversations.moderation.disabled\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4535, + "offset": 4622, "length": 28, "value": "\"conversations.actions.edit\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4685, + "offset": 4772, "length": 21, "value": "\"badges.editors_pick\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4799, + "offset": 4886, "length": 26, "value": "\"badges.make_editors_pick\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 4915, + "offset": 5002, "length": 30, "value": "\"conversations.actions.enable\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5069, + "offset": 5156, "length": 20, "value": "\"sdk.expand_replies\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5184, + "offset": 5271, "length": 43, "value": "\"conversations.feedback_survey.label_part1\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5322, + "offset": 5409, "length": 43, "value": "\"conversations.feedback_survey.label_part2\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5456, + "offset": 5543, "length": 21, "value": "\"badges.editors_pick\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5564, + "offset": 5651, "length": 17, "value": "\"navigation.feed\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5679, + "offset": 5766, "length": 31, "value": "\"conversations.posts.flag.past\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5832, + "offset": 5919, "length": 31, "value": "\"conversations.posts.flag.verb\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 5984, + "offset": 6071, "length": 10, "value": "\"sdk.flag\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6082, + "offset": 6169, "length": 11, "value": "\"sdk.flags\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6183, + "offset": 6270, "length": 21, "value": "\"user_actions.follow\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6323, + "offset": 6410, "length": 29, "value": "\"community.following.getDate\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6443, + "offset": 6530, "length": 14, "value": "\"sdk.follower\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6549, + "offset": 6636, "length": 15, "value": "\"sdk.followers\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6661, + "offset": 6748, "length": 15, "value": "\"sdk.followers\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6768, + "offset": 6855, "length": 28, "value": "\"community.following.header\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 6893, + "offset": 6980, "length": 28, "value": "\"community.following.header\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7011, + "offset": 7098, "length": 13, "value": "\"sdk.gallery\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7115, + "offset": 7202, "length": 14, "value": "\"sdk.greeting\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7216, + "offset": 7303, "length": 10, "value": "\"sdk.like\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7314, + "offset": 7401, "length": 11, "value": "\"sdk.likes\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7420, + "offset": 7507, "length": 22, "value": "\"sdk.liked_comment_on\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7533, + "offset": 7620, "length": 22, "value": "\"chat.navigation.chat\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7654, + "offset": 7741, "length": 40, "value": "\"conversations.load_more.label.comments\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7832, + "offset": 7919, "length": 24, "value": "\"feed.account.nav.login\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 7952, + "offset": 8039, "length": 26, "value": "\"settings.controls.logout\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8099, + "offset": 8186, "length": 26, "value": "\"chat.navigation.moderate\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8223, + "offset": 8310, "length": 22, "value": "\"sdk.empty_moderation\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8337, + "offset": 8424, "length": 24, "value": "\"badges.moderator_title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8454, + "offset": 8541, "length": 32, "value": "\"conversations.sorts.most_liked\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8609, + "offset": 8696, "length": 34, "value": "\"conversations.sorts.most_replies\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8765, + "offset": 8852, "length": 19, "value": "\"user_actions.mute\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 8900, + "offset": 8987, "length": 24, "value": "\"community.muted.header\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9017, + "offset": 9104, "length": 24, "value": "\"sdk.new_comment_single\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9135, + "offset": 9222, "length": 25, "value": "\"sdk.new_comments_plural\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9250, + "offset": 9337, "length": 28, "value": "\"conversations.sorts.newest\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9399, + "offset": 9486, "length": 40, "value": "\"profile.user_actions.comment.none.self\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9533, + "offset": 9620, "length": 27, "value": "\"community.followers.empty\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9654, + "offset": 9741, "length": 27, "value": "\"community.following.empty\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9771, + "offset": 9858, "length": 23, "value": "\"community.muted.empty\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 9892, + "offset": 9979, "length": 25, "value": "\"sdk.empty_notifications\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10015, + "offset": 10102, "length": 32, "value": "\"trending_articles.states.empty\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10136, + "offset": 10223, "length": 19, "value": "\"feed.header.older\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10273, + "offset": 10360, "length": 28, "value": "\"conversations.sorts.oldest\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10414, + "offset": 10501, "length": 7, "value": "\"or.or\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10508, + "offset": 10595, "length": 27, "value": "\"conversations.actions.pin\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10653, + "offset": 10740, "length": 15, "value": "\"badges.pinned\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10790, + "offset": 10877, "length": 30, "value": "\"conversations.rich_text.post\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 10941, + "offset": 11028, "length": 39, "value": "\"comments.new_comment.join_placeholder\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11076, + "offset": 11163, "length": 44, "value": "\"profile.user_actions.comment.comment.other\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11254, + "offset": 11341, "length": 21, "value": "\"branding.powered_by\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11365, + "offset": 11452, "length": 13, "value": "\"sdk.privacy\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11468, + "offset": 11555, "length": 20, "value": "\"navigation.profile\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11579, + "offset": 11666, "length": 15, "value": "\"sdk.read_more\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11690, + "offset": 11777, "length": 38, "value": "\"conversations.actions.remove_comment\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 11856, + "offset": 11943, "length": 21, "value": "\"chat.actions.delete\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12004, + "offset": 12091, "length": 24, "value": "\"sdk.remove_editor_pick\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12125, + "offset": 12212, "length": 21, "value": "\"sdk.replied_comment\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12241, + "offset": 12328, "length": 32, "value": "\"conversations.posts.reply.verb\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12394, + "offset": 12481, "length": 17, "value": "\"sdk.replying_to\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12505, + "offset": 12592, "length": 35, "value": "\"report.confirmation.return_button\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12635, + "offset": 12722, "length": 30, "value": "\"report.reasons.cancel_button\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12765, + "offset": 12852, "length": 22, "value": "\"report.reasons.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 12882, + "offset": 12969, "length": 30, "value": "\"report.reasons.submit_button\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13007, + "offset": 13094, "length": 26, "value": "\"report.confirmation.text\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13130, + "offset": 13217, "length": 33, "value": "\"report.reasons.spam.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13261, + "offset": 13348, "length": 27, "value": "\"report.reasons.spam.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13388, + "offset": 13475, "length": 36, "value": "\"report.reasons.private.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13525, + "offset": 13612, "length": 30, "value": "\"report.reasons.private.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13655, + "offset": 13742, "length": 32, "value": "\"report.starter.text.first_line\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13787, + "offset": 13874, "length": 33, "value": "\"report.starter.text.second_line\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 13920, + "offset": 14007, "length": 32, "value": "\"report.starter.text.third_line\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14052, + "offset": 14139, "length": 33, "value": "\"report.starter.text.fourth_line\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14185, + "offset": 14272, "length": 29, "value": "\"report.starter.start_button\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14321, + "offset": 14408, "length": 36, "value": "\"report.reasons.impersonation.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14463, + "offset": 14550, "length": 42, "value": "\"report.reasons.impersonation.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14611, + "offset": 14698, "length": 36, "value": "\"report.reasons.inappropriate.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14752, + "offset": 14839, "length": 42, "value": "\"report.reasons.inappropriate.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 14899, + "offset": 14986, "length": 34, "value": "\"report.reasons.threatening.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15037, + "offset": 15124, "length": 40, "value": "\"report.reasons.threatening.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15181, + "offset": 15268, "length": 33, "value": "\"report.reasons.harassment.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15317, + "offset": 15404, "length": 39, "value": "\"report.reasons.harassment.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15458, + "offset": 15545, "length": 31, "value": "\"report.reasons.disagree.title\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15590, + "offset": 15677, "length": 37, "value": "\"report.reasons.disagree.description\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15724, + "offset": 15811, "length": 20, "value": "\"sdk.select_picture\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 15867, + "offset": 15954, "length": 27, "value": "\"conversations.posts.share\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16011, + "offset": 16098, "length": 25, "value": "\"feed.account.nav.signup\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16132, + "offset": 16219, "length": 32, "value": "\"conversations.typing.top_level\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16253, + "offset": 16340, "length": 13, "value": "\"sdk.sort_by\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16353, + "offset": 16440, "length": 36, "value": "\"conversations.actions.mark_as_spam\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16484, + "offset": 16571, "length": 31, "value": "\"conversations.moderation.spam\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16642, + "offset": 16729, "length": 27, "value": "\"feed.notifications.follow\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16758, + "offset": 16845, "length": 19, "value": "\"feed.header.today\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16893, + "offset": 16980, "length": 14, "value": "\"badges.topic\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 16997, + "offset": 17084, "length": 30, "value": "\"conversations.actions.unflag\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17150, + "offset": 17237, "length": 21, "value": "\"user_actions.unmute\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17260, + "offset": 17347, "length": 29, "value": "\"conversations.actions.unpin\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17407, + "offset": 17494, "length": 30, "value": "\"conversations.actions.unspam\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17561, + "offset": 17648, "length": 28, "value": "\"conversations.actions.edit\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17715, + "offset": 17802, "length": 33, "value": "\"conversations.view_all.comments\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17839, + "offset": 17926, "length": 15, "value": "\"sdk.view_more\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 17949, + "offset": 18036, "length": 28, "value": "\"chat.chat_form.placeholder\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18070, + "offset": 18157, "length": 23, "value": "\"feed.header.yesterday\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18220, + "offset": 18307, "length": 43, "value": "\"profile.user_actions.comment.comment.self\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18301, + "offset": 18388, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18479, + "offset": 18566, "length": 6, "value": "\"json\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18880, + "offset": 18967, "length": 34, "value": "\"Unable to parse \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 18908, + "offset": 18995, "length": 1, "value": "\".json\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19099, + "offset": 19186, "length": 17, "value": "\"Strings-Spanish\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19157, + "offset": 19244, "length": 15, "value": "\"Strings-Dutch\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19214, + "offset": 19301, "length": 16, "value": "\"Strings-French\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19272, + "offset": 19359, "length": 16, "value": "\"Strings-Korean\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19330, + "offset": 19417, "length": 16, "value": "\"Strings-Danish\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19392, + "offset": 19479, "length": 20, "value": "\"Strings-Portuguese\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19455, + "offset": 19542, "length": 17, "value": "\"Strings-English\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19515, + "offset": 19602, "length": 17, "value": "\"Strings-Italian\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Translations\/TranslationsService.swift", "kind": "StringLiteral", - "offset": 19574, + "offset": 19661, "length": 16, "value": "\"Strings-German\"" }, @@ -58829,56 +59186,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1579, + "offset": 1609, "length": 2, "value": "25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1589, + "offset": 1619, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1600, + "offset": 1630, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1610, + "offset": 1640, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 2675, + "offset": 2705, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "StringLiteral", - "offset": 2779, + "offset": 2809, "length": 3, "value": "\"0\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 3962, + "offset": 3992, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewController.swift", "kind": "BooleanLiteral", - "offset": 4515, + "offset": 4545, "length": 4, "value": "true" }, @@ -60887,336 +61244,336 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 6508, + "offset": 6635, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 6548, + "offset": 6675, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 6725, + "offset": 6852, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 6827, + "offset": 6954, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 6956, + "offset": 7083, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 7038, + "offset": 7165, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7074, + "offset": 7201, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 7239, + "offset": 7366, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7276, + "offset": 7403, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 7444, + "offset": 7571, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7540, + "offset": 7667, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 7651, + "offset": 7778, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7735, + "offset": 7862, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7774, + "offset": 7901, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 7819, + "offset": 7946, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8084, + "offset": 8211, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8134, + "offset": 8261, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8374, + "offset": 8501, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8423, + "offset": 8550, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8614, + "offset": 8741, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 8711, + "offset": 8838, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 8890, + "offset": 9017, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 9110, + "offset": 9237, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 9157, + "offset": 9284, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 9233, + "offset": 9360, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 9408, + "offset": 9535, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 9564, + "offset": 9691, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 10016, + "offset": 10143, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 10158, + "offset": 10285, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 10166, + "offset": 10293, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "StringLiteral", - "offset": 10215, + "offset": 10342, "length": 6, "value": "\"• \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 10265, + "offset": 10392, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 10428, + "offset": 10555, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "FloatLiteral", - "offset": 10840, + "offset": 10967, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 10892, + "offset": 11019, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 11179, + "offset": 11306, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 11652, + "offset": 11779, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "StringLiteral", - "offset": 11858, + "offset": 11985, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12093, + "offset": 12220, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12398, + "offset": 12525, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12541, + "offset": 12668, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "FloatLiteral", - "offset": 12565, + "offset": 12692, "length": 3, "value": "0.4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12625, + "offset": 12752, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 12677, + "offset": 12804, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12735, + "offset": 12862, "length": 2, "value": "50" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 12776, + "offset": 12903, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "IntegerLiteral", - "offset": 12957, + "offset": 13084, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ChatCell.swift", "kind": "BooleanLiteral", - "offset": 12997, + "offset": 13124, "length": 4, "value": "true" }, @@ -61755,182 +62112,168 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 11858, + "offset": 12087, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 11867, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", - "kind": "StringLiteral", - "offset": 11996, - "length": 10, - "value": "\"\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", - "kind": "StringLiteral", - "offset": 12005, + "offset": 12096, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 12528, + "offset": 12624, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 12537, + "offset": 12633, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 12645, + "offset": 12741, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 12800, + "offset": 12896, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 13574, + "offset": 13670, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 14005, + "offset": 14101, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 15086, + "offset": 15182, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 15237, + "offset": 15333, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 15531, + "offset": 15627, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 15540, + "offset": 15636, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 15757, + "offset": 15853, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 16242, + "offset": 16338, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 16416, + "offset": 16512, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 16857, + "offset": 16953, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 17197, + "offset": 17293, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "BooleanLiteral", - "offset": 17229, + "offset": 17325, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 17618, + "offset": 17714, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "StringLiteral", - "offset": 17710, + "offset": 17806, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 18569, + "offset": 18665, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 18638, + "offset": 18734, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 18796, + "offset": 18892, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveChat\/LiveChatViewModel.swift", "kind": "IntegerLiteral", - "offset": 18885, + "offset": 18981, "length": 1, "value": "1" }, @@ -64275,56 +64618,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1598, + "offset": 1628, "length": 2, "value": "25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1608, + "offset": 1638, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1619, + "offset": 1649, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 1629, + "offset": 1659, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 2845, + "offset": 2875, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "StringLiteral", - "offset": 2949, + "offset": 2979, "length": 3, "value": "\"0\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "IntegerLiteral", - "offset": 4126, + "offset": 4156, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentContainerSettings\/CommentContainerSettingsViewController.swift", "kind": "BooleanLiteral", - "offset": 4442, + "offset": 4472, "length": 4, "value": "true" }, @@ -78359,476 +78702,476 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2557, + "offset": 2642, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2673, + "offset": 2758, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2725, + "offset": 2810, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2776, + "offset": 2861, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 2929, + "offset": 3014, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3022, + "offset": 3107, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3070, + "offset": 3155, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "StringLiteral", - "offset": 3116, + "offset": 3201, "length": 3, "value": "\"M\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3274, + "offset": 3359, "length": 1, "value": "8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3333, + "offset": 3418, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3382, + "offset": 3467, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3434, + "offset": 3519, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3486, + "offset": 3571, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3600, + "offset": 3685, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3652, + "offset": 3737, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 3842, + "offset": 3927, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 3893, + "offset": 3978, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4039, + "offset": 4124, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 4124, + "offset": 4209, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4163, + "offset": 4248, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 4354, + "offset": 4439, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4394, + "offset": 4479, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 4571, + "offset": 4656, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4673, + "offset": 4758, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4802, + "offset": 4887, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 4884, + "offset": 4969, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 4920, + "offset": 5005, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 5085, + "offset": 5170, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5122, + "offset": 5207, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 5290, + "offset": 5375, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5386, + "offset": 5471, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 5497, + "offset": 5582, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5581, + "offset": 5666, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5620, + "offset": 5705, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5665, + "offset": 5750, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5930, + "offset": 6015, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 5980, + "offset": 6065, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 6220, + "offset": 6305, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 6269, + "offset": 6354, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 6460, + "offset": 6545, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 6557, + "offset": 6642, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 6736, + "offset": 6821, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 6956, + "offset": 7041, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7003, + "offset": 7088, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7079, + "offset": 7164, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7254, + "offset": 7339, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7410, + "offset": 7495, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 7862, + "offset": 7947, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8004, + "offset": 8089, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8012, + "offset": 8097, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "StringLiteral", - "offset": 8061, + "offset": 8146, "length": 6, "value": "\"• \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 8111, + "offset": 8196, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8274, + "offset": 8359, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "FloatLiteral", - "offset": 8568, + "offset": 8653, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8620, + "offset": 8705, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 8815, + "offset": 8900, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 9288, + "offset": 9373, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "StringLiteral", - "offset": 9494, + "offset": 9579, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 9729, + "offset": 9814, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10034, + "offset": 10119, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10177, + "offset": 10262, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "FloatLiteral", - "offset": 10201, + "offset": 10286, "length": 3, "value": "0.4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10261, + "offset": 10346, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 10313, + "offset": 10398, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10371, + "offset": 10456, "length": 2, "value": "50" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 10412, + "offset": 10497, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "IntegerLiteral", - "offset": 10475, + "offset": 10560, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatList\/Cell\/ModerationChatCell.swift", "kind": "BooleanLiteral", - "offset": 10515, + "offset": 10600, "length": 4, "value": "true" }, @@ -79913,434 +80256,434 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 4491, + "offset": 4493, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 5081, + "offset": 5083, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 5341, + "offset": 5343, "length": 2, "value": "50" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 5382, + "offset": 5384, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 5442, + "offset": 5444, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 5556, + "offset": 5558, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 5761, + "offset": 5763, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 5803, + "offset": 5805, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6054, + "offset": 6056, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6062, + "offset": 6064, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "StringLiteral", - "offset": 6111, + "offset": 6113, "length": 6, "value": "\"• \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6228, + "offset": 6230, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6416, + "offset": 6418, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 6624, + "offset": 6626, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 6659, + "offset": 6661, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7176, + "offset": 7178, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7188, + "offset": 7190, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7323, + "offset": 7325, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7331, + "offset": 7333, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7457, + "offset": 7459, "length": 5, "value": "0.250" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 7471, + "offset": 7473, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 8038, + "offset": 8040, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 8258, + "offset": 8260, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 8296, + "offset": 8298, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 8831, + "offset": 8833, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 8843, + "offset": 8845, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 8981, + "offset": 8983, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 8989, + "offset": 8991, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 9115, + "offset": 9117, "length": 5, "value": "0.250" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 9129, + "offset": 9131, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 9700, + "offset": 9702, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 9910, + "offset": 9912, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 9946, + "offset": 9948, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10302, + "offset": 10304, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10314, + "offset": 10316, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10450, + "offset": 10452, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10458, + "offset": 10460, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10584, + "offset": 10586, "length": 5, "value": "0.250" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 10598, + "offset": 10600, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 10843, + "offset": 10845, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 11058, + "offset": 11060, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 11263, + "offset": 11265, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 11298, + "offset": 11300, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 11869, + "offset": 11871, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 11881, + "offset": 11883, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12016, + "offset": 12018, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12024, + "offset": 12026, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12150, + "offset": 12152, "length": 5, "value": "0.250" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12164, + "offset": 12166, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 12405, + "offset": 12407, "length": 3, "value": "0.3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 12587, + "offset": 12589, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 12640, + "offset": 12642, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 12695, + "offset": 12697, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 12753, + "offset": 12755, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 12989, + "offset": 12991, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 13029, + "offset": 13031, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 13102, + "offset": 13104, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 13308, + "offset": 13310, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "BooleanLiteral", - "offset": 13347, + "offset": 13349, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 13689, + "offset": 13691, "length": 2, "value": "17" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "IntegerLiteral", - "offset": 13889, + "offset": 13891, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/SingleChat\/SingleChatViewController.swift", "kind": "FloatLiteral", - "offset": 14043, + "offset": 14045, "length": 3, "value": "0.3" }, @@ -84263,6 +84606,419 @@ "offset": 1145, "length": 3, "value": "\"p\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 640, + "length": 18, + "value": "\"ColorAuthorBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 17, + "value": "\"ColorBackground\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 949, + "length": 14, + "value": "\"ColorBorder1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 17, + "value": "\"ColorChatBubble\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1262, + "length": 18, + "value": "\"ColorEditorPicks\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1410, + "length": 12, + "value": "\"ColorError\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1552, + "length": 12, + "value": "\"ColorIcons\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1700, + "length": 15, + "value": "\"ColorInputBox\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 1863, + "length": 21, + "value": "\"ColorModeratorBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2032, + "length": 21, + "value": "\"ColorNewCommentText\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2185, + "length": 13, + "value": "\"ColorPinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 18, + "value": "\"ColorPinnedBadge\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2492, + "length": 14, + "value": "\"ColorPrimary\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2650, + "length": 19, + "value": "\"ColorPrimaryLight\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2807, + "length": 16, + "value": "\"ColorSeparator\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 2953, + "length": 12, + "value": "\"ColorText1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3095, + "length": 12, + "value": "\"ColorText2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3255, + "length": 21, + "value": "\"ColorThreadingLines\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3410, + "length": 14, + "value": "\"ColorWarning\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3662, + "length": 14, + "value": "\"chevron-down\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3813, + "length": 16, + "value": "\"default_avatar\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 3967, + "length": 17, + "value": "\"icon_arrow_down\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4118, + "length": 15, + "value": "\"icon_arrow_up\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4289, + "length": 26, + "value": "\"icon_awaiting_moderation\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4442, + "length": 11, + "value": "\"icon_bell\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4582, + "length": 12, + "value": "\"icon_check\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 14, + "value": "\"icon_check_1\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 4873, + "length": 14, + "value": "\"icon_comment\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5022, + "length": 15, + "value": "\"icon_comments\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5168, + "length": 13, + "value": "\"icon_delete\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5314, + "length": 14, + "value": "\"icon_dislike\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5482, + "length": 25, + "value": "\"icon_dislike_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5634, + "length": 11, + "value": "\"icon_dots\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5785, + "length": 18, + "value": "\"icon_editor_pick\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 5938, + "length": 15, + "value": "\"icon_featured\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6080, + "length": 11, + "value": "\"icon_flag\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6239, + "length": 22, + "value": "\"icon_flag_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6388, + "length": 11, + "value": "\"icon_like\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6529, + "length": 13, + "value": "\"icon_like_2\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6690, + "length": 22, + "value": "\"icon_like_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6839, + "length": 11, + "value": "\"icon_mute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 6987, + "length": 16, + "value": "\"icon_newspaper\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7134, + "length": 13, + "value": "\"icon_person\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7291, + "length": 20, + "value": "\"icon_person_filled\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7442, + "length": 13, + "value": "\"icon_pinned\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7582, + "length": 11, + "value": "\"icon_plus\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7720, + "length": 11, + "value": "\"icon_poll\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 7860, + "length": 12, + "value": "\"icon_reply\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8022, + "length": 23, + "value": "\"icon_reply_unselected\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8172, + "length": 11, + "value": "\"icon_send\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8312, + "length": 12, + "value": "\"icon_share\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8451, + "length": 11, + "value": "\"icon_sort\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8591, + "length": 12, + "value": "\"icon_topic\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8738, + "length": 15, + "value": "\"icon_trending\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 8899, + "length": 21, + "value": "\"icon_trending_empty\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9053, + "length": 14, + "value": "\"icon_twitter\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9198, + "length": 13, + "value": "\"icon_typing\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9342, + "length": 13, + "value": "\"icon_unmute\"" + }, + { + "filePath": "\/Users\/martindesimone\/Library\/Developer\/Xcode\/DerivedData\/ViafouraSDK-hkidolowdcwbyzcgsoquvugmklkg\/Build\/Intermediates.noindex\/ArchiveIntermediates\/ViafouraSDK\/IntermediateBuildFilesPath\/ViafouraSDK.build\/Release-iphonesimulator\/ViafouraSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift", + "kind": "StringLiteral", + "offset": 9490, + "length": 15, + "value": "\"viafoura_logo\"" } ] } \ No newline at end of file diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface similarity index 99% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index df4ac648..eec84ba1 100644 --- a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) // swift-module-flags: -target x86_64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation @@ -7,15 +7,18 @@ import AdSupport import AppTrackingTransparency import CoreLocation import CoreTelephony +import DeveloperToolsSupport import Foundation import Network import SafariServices import Swift +import SwiftUI import SystemConfiguration import UIKit import WebKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { @objc deinit } diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e similarity index 99% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e index 16a4f7ed..884442c8 100644 --- a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) // swift-module-flags: -target x86_64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation @@ -7,15 +7,18 @@ import AdSupport import AppTrackingTransparency import CoreLocation import CoreTelephony +import DeveloperToolsSupport import Foundation import Network import SafariServices import Swift +import SwiftUI import SystemConfiguration import UIKit import WebKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { @objc deinit } diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc similarity index 52% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index cf33b343..b0b4cf9a 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface similarity index 99% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index df4ac648..eec84ba1 100644 --- a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) // swift-module-flags: -target x86_64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation @@ -7,15 +7,18 @@ import AdSupport import AppTrackingTransparency import CoreLocation import CoreTelephony +import DeveloperToolsSupport import Foundation import Network import SafariServices import Swift +import SwiftUI import SystemConfiguration import UIKit import WebKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { @objc deinit } diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e similarity index 99% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e index 16a4f7ed..884442c8 100644 --- a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) // swift-module-flags: -target x86_64-apple-ios15.4-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ViafouraSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import AVFoundation @@ -7,15 +7,18 @@ import AdSupport import AppTrackingTransparency import CoreLocation import CoreTelephony +import DeveloperToolsSupport import Foundation import Network import SafariServices import Swift +import SwiftUI import SystemConfiguration import UIKit import WebKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFModeratorView : UIKit.UIView { @objc deinit } diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/module.modulemap b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/module.modulemap similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Modules/module.modulemap rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/module.modulemap diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/VFNewCommentViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/VFNewCommentViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/VFNewCommentViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/VFNewCommentViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib similarity index 67% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index 6d65673f..8a118ba2 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/NotificationListTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/NotificationListTableViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/NotificationListTableViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/NotificationListTableViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib new file mode 100644 index 00000000..8b307afb Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib new file mode 100644 index 00000000..54e4c2c1 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib new file mode 100644 index 00000000..7f09d586 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/VFPreviewCommentsViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/VFPreviewCommentsViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/VFPreviewCommentsViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/VFPreviewCommentsViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib similarity index 74% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index bde7f605..f6f13866 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/VFProfileViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/VFProfileViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/VFProfileViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/VFProfileViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib similarity index 75% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib index 21a1da0f..1e1435fd 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/ReportViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/ReportViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/ReportViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/ReportViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib new file mode 100644 index 00000000..b9103353 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Roboto-Bold.ttf b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Roboto-Bold.ttf similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Roboto-Bold.ttf rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Roboto-Bold.ttf diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Roboto-Light.ttf b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Roboto-Light.ttf similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Roboto-Light.ttf rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Roboto-Light.ttf diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Roboto-Medium.ttf b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Roboto-Medium.ttf similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Roboto-Medium.ttf rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Roboto-Medium.ttf diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Roboto-Regular.ttf b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Roboto-Regular.ttf similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Roboto-Regular.ttf rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Roboto-Regular.ttf diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/SingleChatViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/SingleChatViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/SingleChatViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/SingleChatViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib new file mode 100644 index 00000000..807d0eca Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/StoryTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/StoryTableViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/StoryTableViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/StoryTableViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib new file mode 100644 index 00000000..4a21de4f Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Danish.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Danish.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Danish.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Danish.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Dutch.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Dutch.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Dutch.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Dutch.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-English.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-English.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-English.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-English.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-French.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-French.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-French.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-French.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-German.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-German.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-German.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-German.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Italian.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Italian.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Italian.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Italian.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Korean.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Korean.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Korean.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Korean.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Portuguese.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Portuguese.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Portuguese.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Portuguese.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Spanish.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Spanish.json similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Strings-Spanish.json rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Spanish.json diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/VFCarouselTrendingViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/VFCarouselTrendingViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/VFCarouselTrendingViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/VFCarouselTrendingViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/VFVerticalTrendingViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/VFVerticalTrendingViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/VFVerticalTrendingViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/VFVerticalTrendingViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib new file mode 100644 index 00000000..6441622e Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib new file mode 100644 index 00000000..5d180ba6 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/UserCommentsTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/UserCommentsTableViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/UserCommentsTableViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/UserCommentsTableViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib new file mode 100644 index 00000000..5819f665 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/UsersListTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/UsersListTableViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/UsersListTableViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/UsersListTableViewController.nib diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib new file mode 100644 index 00000000..5e57f561 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK new file mode 100755 index 00000000..38cc39e8 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist new file mode 100644 index 00000000..27af1627 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom similarity index 88% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom index e70e9b0d..65ba4939 100644 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/ViafouraSDK.mom differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Info.plist similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Info.plist rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Info.plist diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib new file mode 100644 index 00000000..00aeec36 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/ViewChatReplyViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/ViewChatReplyViewController.nib similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/ViewChatReplyViewController.nib rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/ViewChatReplyViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources similarity index 84% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources index 497024e6..662ddf4f 100644 --- a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources +++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Assets.car - Qit9Mt5aHy+0NYRpZ8brqP5FKnw= + PIgaCAEUehUrspyTAhA4P2inwqQ= BottomPicker.storyboardc/BottomPickerViewController.nib @@ -18,7 +18,7 @@ BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - tFTIi5d7tPVLqT+QLmN6bWo6pjY= + ppIlbc2fZ8iHVIov+51eX7as7GQ= ChatContainerSettings.storyboardc/ChatContainerSettingsViewController.nib @@ -30,7 +30,7 @@ ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - ogbQlghsxHqkrlxb3NsvSZcVbwc= + hBZ5r93q6T58LfzbVrZlmgxlKGU= ChatList.storyboardc/ChatsTableViewController.nib @@ -42,7 +42,7 @@ ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib - H/xgTHWoH/P42Qw2VAIX2WGaEN8= + tHFvE5/50t0Y44IkJ0+f8YKOyYo= ChatReply.storyboardc/ChatReplyViewController.nib @@ -54,7 +54,7 @@ ChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib - 1UScGZasgn65UDcO9fSRfJqNMug= + AEDg697XURrWbfrlx98VOBmtboc= CommentContainerSettings.storyboardc/CommentContainerSettingsViewController.nib @@ -66,7 +66,7 @@ CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - g4f6Gx/ppIBn/xuRnbT+kp2UcVU= + UqxJj6kgzAxvg5MnR45GgwKHbng= CommentsList.storyboardc/CommentsTableViewController.nib @@ -78,15 +78,15 @@ CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib - jZjHqPfWRFvaoHVWkiV1+l5AYt4= + 3Y/m4oXiAx7c+IrP4w4y9okihxc= Headers/ViafouraSDK-Swift.h - BKUqVn0I2iKLc5fIpQ0gjde+4tM= + sS4SGVThuV0RpkZcTbHvoHJH2VA= Info.plist - TTgJ9+BFJf++d8EsSQ53nokeNmg= + BE/url6oqeU4v3eIla4rSadsTE4= LiveBlog.storyboardc/Info.plist @@ -98,7 +98,7 @@ LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - F2xGKkpaWP83VBZT0z4Vz4RFzeQ= + 6sqT0yW55WzQOo5F6IALQIX4od4= LiveChat.storyboardc/Info.plist @@ -106,31 +106,51 @@ LiveChat.storyboardc/VFLiveChatViewController.nib - QJ+xJbshS9o1M9x8X3NcitRK8V4= + tm6O8/Cj6tgpIpq0MCNrXHuoPEU= LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - fyr4b24V/59Yz/iyKreoigWcEk0= + 4b2dc8qLVAt+4BIJjskbYgC1hWs= + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json + + /DVTrIEAeQpxaEOlprOlIsKbB6M= + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + ea4HNOIlUzNI2YkFYsz1o+7m1qk= + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + 5qriINQBhXCKHS6xUeBCZWcQGlg= + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + ea4HNOIlUzNI2YkFYsz1o+7m1qk= + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + QcjuMQo1UBnZKrNtF9ZEq4ps1o8= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - tEkdkKOUttnDjFCINk7M5l1OIck= + /DVTrIEAeQpxaEOlprOlIsKbB6M= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - YtVJt9P1eiiRj6ccfl28lMaDNH8= + Z0plmcAM+uBUiIJWMpAwTujEiyE= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - FnBaISukSz+8sYb6vRFkTqhNzcA= + oXf+aw2jsu0yM59YL5cK2yvJi98= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - YtVJt9P1eiiRj6ccfl28lMaDNH8= + Z0plmcAM+uBUiIJWMpAwTujEiyE= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - bPf0nL1Nsq8VWYrV615nmk2X8Po= + A7iBRxHwTwc+wmeo34CVbO2UhAM= Modules/module.modulemap @@ -146,7 +166,7 @@ NewComment.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - Qzn6WMJf7UnqGmOWJ1TQXPe/liQ= + YE1C07Da/Fz9w9dSCXO4gIJclKg= NotificationList.storyboardc/Info.plist @@ -158,7 +178,7 @@ NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib - 6I6eToRCWH26RrRb94FOcIXRI6s= + +EUuCh+MPl1JqSHGjnMwlNeAr+0= PollOptionsList.storyboardc/Info.plist @@ -170,7 +190,7 @@ PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib - 1Rr9WXjKIKJRIM5CS58gEi0X6cA= + 3moFwSDhoOa6F4jx5PxvRmIVBi8= Polls.storyboardc/Info.plist @@ -182,7 +202,7 @@ Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - 6f06FilbW05cRx8gp9KJ9vgGLVk= + rLbfPCAGf4plSrz6EOyuPseuxa0= PreviewComments.storyboardc/Info.plist @@ -194,7 +214,7 @@ PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - RTsmEOcFGyLgBbTWhWZHCBMXKQI= + KHIGSJz3bt5IFlfBXOjjcvmwmDI= Profile.storyboardc/Info.plist @@ -206,7 +226,7 @@ Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - rHgmZrfreRhPO+PJLuucZC29p4M= + q9g7f1wAkSVu+QC+iueop23X55k= Report.storyboardc/Info.plist @@ -218,7 +238,7 @@ Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib - AfPx+y7MgvqwI2qfpQ59GTGHRXQ= + qxDiu3ReoPUA1b2F+Wa46FZznpc= Roboto-Bold.ttf @@ -246,7 +266,7 @@ SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - waX6HuAyJ/iZklc2foX9WA1DWtE= + XHGixnLZ6V0dciwT1ATLq8L4s+A= StoryList.storyboardc/Info.plist @@ -258,7 +278,7 @@ StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib - 1C1h91vHzf2h/0rIfNyLu2PGcZQ= + /62TzPke/lXoE2KtO0Fovn09Mfo= Strings-Danish.json @@ -310,11 +330,11 @@ Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - twsnfmY99AWTwIB2T9TPCvJZCZo= + XsqS+0P/o7TRc/QeEE5u+YDlJsA= Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib - eUBkYYt7VBOSjBX9eOXDAl52odU= + RIlvdy0ifHiyEvJQKbHfue6s68Y= UserCommentsList.storyboardc/Info.plist @@ -326,7 +346,7 @@ UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib - e7lv68K2UrrXjjxbujSu1OMLjJE= + j6pB8hifyjducvrEZLen3MUBueU= UsersList.storyboardc/Info.plist @@ -338,15 +358,15 @@ UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib - /qm4E1kAyJ08IBBxDouQ7LceJOA= + mhZ9K5PczvV0HhCAOxykmxDsV5I= ViafouraSDK.momd/VersionInfo.plist - S0foyoemhitoTHT4mfloptR8RqQ= + RizxblLUC9WAYsoy6TsbP+rITWo= ViafouraSDK.momd/ViafouraSDK.mom - LYwXX18YQ7KZIsOd2eJp4oJPges= + fJ+INnKwuP3maN1WtDtwBbq4h3s= ViewChatReply.storyboardc/Info.plist @@ -354,7 +374,7 @@ ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib - bbub8GpWGA4KmqsofgmNHFLljCY= + +vvYcrDtRXuV+Dq5PmcpvAi1Qe8= ViewChatReply.storyboardc/ViewChatReplyViewController.nib @@ -375,7 +395,7 @@ hash2 - UqVp8V8sqmlz9VwEJIx/2QgRJ2YKzypEUUj/0SrIspY= + jG8c/B8ZfR8EjcMjmaImSG+F35OKDTOLhq5CYRm/jLQ= BottomPicker.storyboardc/BottomPickerViewController.nib @@ -396,7 +416,7 @@ hash2 - 9q3u2KMI+F4JhW1VpJxcrnQrUoWGWYQxgfecQjX3BLw= + GP/foSd8XE467GAIPqhbJ65v5JTMBoYGkSuwyYE24KU= ChatContainerSettings.storyboardc/ChatContainerSettingsViewController.nib @@ -417,7 +437,7 @@ hash2 - sxCqJX2wwBqTEnLsqJwgs+SaQ/7nk02wA4/Rrv+EoBA= + +5EHGg62jj5qrSScqE6sBsakkIfURl+SfFw8hj0lwc4= ChatList.storyboardc/ChatsTableViewController.nib @@ -438,7 +458,7 @@ hash2 - gR/pQrDCZW9cre6dtDhyXLuorAo7lCW0aQOxSnF/nqI= + gRXRxI85iU4PLkLqPUxQ5mZPD4Zf7ejsgPcaWprnOd4= ChatReply.storyboardc/ChatReplyViewController.nib @@ -459,7 +479,7 @@ hash2 - 8t78+BSpzm/kc4RoBzGZcQjkrrsAJkjoCMzSDtMiu7k= + E6RgMwl1I+1F095z2MwP7idx8alVasmIlPxiMF+ivb0= CommentContainerSettings.storyboardc/CommentContainerSettingsViewController.nib @@ -480,7 +500,7 @@ hash2 - U682q9bndlBV114UDgO8Cc8znhMLEpoIY5Foy2QRHtM= + pRzqK9E+yu3cUG4ozs93hN6AmlnJhCultBNEQRwWHOo= CommentsList.storyboardc/CommentsTableViewController.nib @@ -501,14 +521,14 @@ hash2 - 4qHV+KnZfHTokri7ccXK1Q3Ztj1pW+43noqFAbzUXeQ= + igRk2sbLvBu0x18U0mdhNf+41g3F508/iR3rtKBYQ/8= Headers/ViafouraSDK-Swift.h hash2 - 5H9zS78xnzxxDTQDNRt+baVdFoczctM85bjjK5PmHpA= + sN5w2aw115PihgVOuT7bApPaFuSgAGHPvj4wPKB4WvA= LiveBlog.storyboardc/Info.plist @@ -529,7 +549,7 @@ hash2 - l8Bb//rl09V977OMGuwLYKMAHQ4hs/rrpBnKaNPhjbY= + zBRr/U5DCglrvI5Hv6eSFsi+jnh8M31moyAIRJOU4hE= LiveChat.storyboardc/Info.plist @@ -543,49 +563,84 @@ hash2 - flRHfj8i7tCWhV7Xemf4+lWoRA7htxald0n7lZnbiPg= + tOmACPekhfxG8BP9EO1nLLn8V/3Yulgp4r46kffwow4= LiveChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib hash2 - PGVCQKBl8cr2+uCkbQ+uNX8QHsh2iAy9FZ064pciLDs= + ww9IX9mqv78v/lnXboowf5L558GjArggBTjugo9e20U= + + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json + + hash2 + + DVQR/1Rm1rUZP85Q5ofLTUpKG1BFICm+ALfFVPpombU= + + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + hash2 + + vKOxdt2SVKPT9auazdyhLAuiHaYi/IMCq3wwxp+lyzE= + + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + hash2 + + EQ4ZvCck+ndukawC0WQQrk4RTPhFtjSkdZjT2xv0xf8= + + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + hash2 + + vKOxdt2SVKPT9auazdyhLAuiHaYi/IMCq3wwxp+lyzE= + + + Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + hash2 + + tNSL3CoHlQ0B+nxonQs8DAAwDxgxh4g7DhtD+RHWAKk= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - aPMjqki+4ZfY1KgJAPg4ofHgoJffVw4ZfBP3wW3uQXs= + DVQR/1Rm1rUZP85Q5ofLTUpKG1BFICm+ALfFVPpombU= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - 0Jpp+ixfwgjJzCNE/dnPy6I8XctQj2h6metQ1zdRUnQ= + I63G3wQ13ELHJeIu3dq5YBGUxXuKHfGswNjMzb/Badc= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - WaRl9pidbDh/sg0XoC2T4yICDtebH8PwHTvXP/5Mnsc= + zMa3zbBrFdJ0BuxgsVfD70/AJ49shR1lvEI/vPoNP/M= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - 0Jpp+ixfwgjJzCNE/dnPy6I8XctQj2h6metQ1zdRUnQ= + I63G3wQ13ELHJeIu3dq5YBGUxXuKHfGswNjMzb/Badc= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - xDato+ATi2YmSc54hTlPJsM5fhY1qJ8WKYHm+6CuODY= + cw8qzr268Beo651ky5LgQfvFR7jiPV9tQw6DFuvkxM8= Modules/module.modulemap @@ -613,7 +668,7 @@ hash2 - CNZQQZZRiOY2jZD7++q/VOy9CWv1VAKBMOaZbodEy8k= + ObW+mRYLxioMJI6UnFX+nFVo2CMhyaUw2oQjf0KOUe0= NotificationList.storyboardc/Info.plist @@ -634,7 +689,7 @@ hash2 - RBp/L2k4bum/XuI/6qld3KmWJ+iST2SP++vWsmmKvAI= + 98ce274iP6gCFSxO9tY9DIZecIFHLwn7bdjk7qvaHRg= PollOptionsList.storyboardc/Info.plist @@ -655,7 +710,7 @@ hash2 - wYwsZB9OtgLZ7doOXVLUgXyfXdxTcA42bZkQUl/Kyvk= + fhv6rh87bigW9VTLSny75A5wpypMZoOZVSBP7vVr9QY= Polls.storyboardc/Info.plist @@ -676,7 +731,7 @@ hash2 - iGUgG9odQLGUrrU4pVpYL5CtieQm2DRwpVpkl98VW/U= + ZjvCR6X2/8BF/LjI9/ZBXDzjo1rLzZV9muOE/4cFUB0= PreviewComments.storyboardc/Info.plist @@ -697,7 +752,7 @@ hash2 - WsRp09O0HzIAavT0mFNvndOlsOSO8Obmn4k3ZEM4y8g= + 7y7gG/K1SUVCSbliHC5DPqFpCfk96YbgoMqXvB+fg+g= Profile.storyboardc/Info.plist @@ -718,7 +773,7 @@ hash2 - 8FHdFrJ5F88rTV2EFubrQXdbJqAARHsbklU2aK0yHMg= + DWPMn6C34o1Xkom31G6xqDnsxzV9eCCsnGc3NO5ZMdA= Report.storyboardc/Info.plist @@ -739,7 +794,7 @@ hash2 - ndZ+AOQbe2UE5iSoIO/TbSZbzqflvpM+2K5y12X9BZI= + K+/3gS9C2EOqw1m4o2OKFKKrMtT+7F0HETpI6mnivM0= Roboto-Bold.ttf @@ -788,7 +843,7 @@ hash2 - CV1FNzv7eVaW8EL9sdWik4s5IPHni5zCfnGTjnRoa2c= + FpccFU6KXUZa9n6hrB/THjKBzRtaIzol1i014AcbNgE= StoryList.storyboardc/Info.plist @@ -809,7 +864,7 @@ hash2 - PUEO/A5vU0MM+XxVnD7nws1AA2UJuXlpisIEYf7pD6I= + +xi4H8owYOk71VgWsxwpu3daVcb8bik66+8p/NqTuIA= Strings-Danish.json @@ -900,14 +955,14 @@ hash2 - TroIgY2hxRBmZcyheaMoXGWXRcSNH0xiICmEw7e9duY= + q0NOshwQszjjW8S6Xnmfb2G40Vx7QGRnnLKt5btG2lE= Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib hash2 - Gn3Yqom3x/LPCPgWJ/WDwOaB/kVPKWRR+y0uOLK/zuI= + q2yZZTNUomKYtXV5LrQLV7EvQG8zV2LNrxa2qKnPsHY= UserCommentsList.storyboardc/Info.plist @@ -928,7 +983,7 @@ hash2 - qFF9EjTkk3BNGbtI911kOtDiifWWyusGQMZ7ltLVMbA= + c2QYzAmPTmM37jIFhBgoqXzz4q8+3/xWWtgw5LwiVVk= UsersList.storyboardc/Info.plist @@ -949,21 +1004,21 @@ hash2 - 2JSg/94QE4SNHwXXqZ6TGxSG1sU3oFD3RocxzAaSxRo= + 1Y4ISzOsT82H3Q3k2gP4SYt+jLMkPmLDITmJhcDPXos= ViafouraSDK.momd/VersionInfo.plist hash2 - 2jNYzqpHF2qTC6UwG1D0Ap8/3ty5/dZulFZTtQB1hL0= + SU21e0blGB2a7kDRW7+cSZig24M9zAcNuRQuhwZQlLM= ViafouraSDK.momd/ViafouraSDK.mom hash2 - psh27gTP1A5h/S95IF1P5ktS9F0/Yy6NLocF8vQ8Uzo= + gsOI99qHp+pX8aTH+Nv1hAKdDbk4TOLPY480ZTXchHw= ViewChatReply.storyboardc/Info.plist @@ -977,7 +1032,7 @@ hash2 - G4LQfzHiyfrLRgLaGtZwB2tkK8sSvdSwaJAeCG3FXzU= + lIQebp8cCukQtJVi2qdNrJmBLKcE3GgpPiRd+s0SCOk= ViewChatReply.storyboardc/ViewChatReplyViewController.nib diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/quill.html b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/quill.html similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/quill.html rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/quill.html diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/twitter.html b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/twitter.html similarity index 100% rename from ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/twitter.html rename to ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/twitter.html diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib deleted file mode 100644 index 3456a2bd..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/BottomPicker.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib deleted file mode 100644 index a1a41af2..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib deleted file mode 100644 index a346ff6b..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ChatList.storyboardc/vCh-jS-cxK-view-Qrw-sS-bfZ.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib deleted file mode 100644 index e03358e8..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentContainerSettings.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib deleted file mode 100644 index cd93d891..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h deleted file mode 100644 index 4bd008a4..00000000 --- a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h +++ /dev/null @@ -1,789 +0,0 @@ -#if 0 -#elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -#ifndef VIAFOURASDK_SWIFT_H -#define VIAFOURASDK_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" -#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 __has_include() -# include -#else -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -#endif -#endif - -#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 !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 !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 !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 !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#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 !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 !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 -#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 __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 !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 -#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(_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 Foundation; -@import UIKit; -#endif - -#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" -#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ViafouraSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - - -@class NSString; -@class NSBundle; -@class NSCoder; - -SWIFT_CLASS("_TtC11ViafouraSDK18VFUIViewController") -@interface VFUIViewController : UIViewController -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK23ChatReplyViewController") -@interface ChatReplyViewController : VFUIViewController -- (void)viewDidLoad; -- (void)viewDidAppear:(BOOL)animated; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - -@class UITextView; - -@interface ChatReplyViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (void)textViewDidChange:(UITextView * _Nonnull)textView; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK24SingleChatViewController") -@interface SingleChatViewController : VFUIViewController -- (void)viewDidLoad; -- (void)viewDidAppear:(BOOL)animated; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - - - - - - - - - - - - - -SWIFT_CLASS("_TtC11ViafouraSDK8VFAdView") -@interface VFAdView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK17VFAllCommentsView") -@interface VFAllCommentsView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK12VFAuthorView") -@interface VFAuthorView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK24VFAwaitingModerationView") -@interface VFAwaitingModerationView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK8VFButton") -@interface VFButton : UIButton -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@property (nonatomic, getter=isEnabled) BOOL enabled; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController") -@interface VFCarouselTrendingViewController : VFUIViewController -- (void)viewDidLoad; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - - - - -@class UICollectionView; -@class NSIndexPath; -@class UICollectionViewCell; - -@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -@end - -@class UICollectionViewLayout; - -@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (UIEdgeInsets)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout insetForSectionAtIndex:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (CGSize)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK19VFContentEditedView") -@interface VFContentEditedView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK20VFContentRemovedView") -@interface VFContentRemovedView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK17VFCustomBadgeView") -@interface VFCustomBadgeView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK14VFDisabledView") -@interface VFDisabledView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK17VFEditorPicksView") -@interface VFEditorPicksView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK16VFEmptyChatsView") -@interface VFEmptyChatsView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK19VFEmptyCommentsView") -@interface VFEmptyCommentsView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK21VFEmptyModerationView") -@interface VFEmptyModerationView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK16VFEnablePushView") -@interface VFEnablePushView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK14VFFeaturedView") -@interface VFFeaturedView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK11VFFlagsView") -@interface VFFlagsView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK12VFFollowView") -@interface VFFollowView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - -@class UIImage; - -SWIFT_CLASS("_TtC11ViafouraSDK11VFImageView") -@interface VFImageView : UIImageView -- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image highlightedImage:(UIImage * _Nullable)highlightedImage OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=3.0); -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK7VFLabel") -@interface VFLabel : UILabel -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK24VFLiveBlogViewController") -@interface VFLiveBlogViewController : VFUIViewController -- (void)viewDidLoad; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - - - - - -SWIFT_CLASS("_TtC11ViafouraSDK24VFLiveChatViewController") -@interface VFLiveChatViewController : VFUIViewController -- (void)viewDidLoad; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - - - - -@interface VFLiveChatViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (void)textViewDidChange:(UITextView * _Nonnull)textView; -@end - - - - - - - -SWIFT_CLASS("_TtC11ViafouraSDK10VFLiveView") -@interface VFLiveView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK13VFLoadingView") -@interface VFLoadingView : UIActivityIndicatorView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithActivityIndicatorStyle:(UIActivityIndicatorViewStyle)style SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK15VFModeratorView") -@interface VFModeratorView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") -@interface VFNewCommentViewController : VFUIViewController -- (void)viewDidLoad; -- (void)viewDidAppear:(BOOL)animated; -@property (nonatomic, readonly) BOOL canBecomeFirstResponder; -@property (nonatomic, readonly) BOOL canResignFirstResponder; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - -@protocol UIViewControllerTransitionCoordinator; - -@interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id _Nonnull)coordinator; -@end - - - - -@interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (void)textViewDidChange:(UITextView * _Nonnull)textView; -@end - - - -SWIFT_CLASS("_TtC11ViafouraSDK29VFNewCommentsNotificationView") -@interface VFNewCommentsNotificationView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK28VFNewRepliesNotificationView") -@interface VFNewRepliesNotificationView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK22VFNotificationBellView") -@interface VFNotificationBellView : UIView -@property (nonatomic) CGRect bounds; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -@end - - - -SWIFT_CLASS("_TtC11ViafouraSDK12VFPinnedView") -@interface VFPinnedView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController") -@interface VFPollViewController : VFUIViewController -- (void)viewDidLoad; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -@class UITextField; - -@interface VFPollViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (BOOL)textFieldShouldReturn:(UITextField * _Nonnull)textField SWIFT_WARN_UNUSED_RESULT; -@end - - - - -SWIFT_CLASS("_TtC11ViafouraSDK23VFPoweredByViafouraView") -@interface VFPoweredByViafouraView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK31VFPreviewCommentsViewController") -@interface VFPreviewCommentsViewController : VFUIViewController -- (void)viewDidLoad; -- (void)viewDidAppear:(BOOL)animated; -- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -@interface VFPreviewCommentsViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent; -@end - - - - - - - - - - - - - - - - - - - -SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController") -@interface VFProfileViewController : VFUIViewController -- (void)viewDidLoad; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - - - - -@class UIImagePickerController; - -@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (void)imagePickerController:(UIImagePickerController * _Nonnull)picker didFinishPickingMediaWithInfo:(NSDictionary * _Nonnull)info; -@end - - - - - - -SWIFT_CLASS("_TtC11ViafouraSDK16VFScrollDownView") -@interface VFScrollDownView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK18VFSegmentedControl") -@interface VFSegmentedControl : UISegmentedControl -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithItems:(NSArray * _Nullable)items SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK15VFSeparatorView") -@interface VFSeparatorView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK10VFSpamView") -@interface VFSpamView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK9VFTabView") -@interface VFTabView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK11VFTextField") -@interface VFTextField : UITextField -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - -@class NSTextContainer; - -SWIFT_CLASS("_TtC11ViafouraSDK10VFTextView") -@interface VFTextView : UITextView -- (nonnull instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer * _Nullable)textContainer OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=7.0); -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK13VFTrustedView") -@interface VFTrustedView : UIView -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -@end - - - -SWIFT_CLASS("_TtC11ViafouraSDK32VFVerticalTrendingViewController") -@interface VFVerticalTrendingViewController : VFUIViewController -- (void)viewDidLoad; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - - - - -@class UITableView; -@class UITableViewCell; - -@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK)) -- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT; -- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath; -@end - - -SWIFT_CLASS("_TtC11ViafouraSDK27ViewChatReplyViewController") -@interface ViewChatReplyViewController : VFUIViewController -- (void)viewDidLoad; -- (void)viewDidAppear:(BOOL)animated; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - -#endif -#if defined(__cplusplus) -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib deleted file mode 100644 index f1b0ca4b..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveBlog.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib deleted file mode 100644 index 51a3934f..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/LiveChat.storyboardc/VFLiveChatViewController.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib deleted file mode 100644 index 042d80a7..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/NotificationList.storyboardc/TL8-Q6-6s1-view-eFr-u2-lkk.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib deleted file mode 100644 index 8e778cde..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib deleted file mode 100644 index df1c318a..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib deleted file mode 100644 index 93a3668b..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Report.storyboardc/kkT-uW-6EC-view-YF9-W3-4Cy.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib deleted file mode 100644 index 37d7a325..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/SingleChat.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib deleted file mode 100644 index c2cd87ac..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/StoryList.storyboardc/mF0-7U-bf4-view-SrH-Gx-DHj.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib deleted file mode 100644 index c2a16232..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib deleted file mode 100644 index 0d6227ae..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib deleted file mode 100644 index e9aa4ad8..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UserCommentsList.storyboardc/dOh-lt-CUz-view-vpl-XH-G0H.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib deleted file mode 100644 index bef0a7a5..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK deleted file mode 100755 index c069d9fc..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist deleted file mode 100644 index c1b0c1e4..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViafouraSDK.momd/VersionInfo.plist and /dev/null differ diff --git a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib b/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib deleted file mode 100644 index f9a126cd..00000000 Binary files a/ViafouraSDK.xcframework/ios-x86_64-simulator/ViafouraSDK.framework/ViewChatReply.storyboardc/Q1c-kQ-0Ia-view-n8c-8l-6JM.nib and /dev/null differ