diff --git a/SampleApp/Podfile b/SampleApp/Podfile index f6accf39..6f4eb67b 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -11,3 +11,13 @@ target 'Viafoura' do pod 'FirebaseCrashlytics' pod 'FirebaseMessaging' 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 +end diff --git a/SampleApp/Podfile.lock b/SampleApp/Podfile.lock index 1a42ea3e..430cd3c5 100644 --- a/SampleApp/Podfile.lock +++ b/SampleApp/Podfile.lock @@ -168,6 +168,6 @@ SPEC CHECKSUMS: PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb SimpleKeychain: b50cef3b87939d480ea1143425c00f5b4b70fe21 -PODFILE CHECKSUM: 3d231b9b384bf59ef5823e430d0349291dffa256 +PODFILE CHECKSUM: 20fbb42a49edd2e5748e5de5998ab8404cd93804 COCOAPODS: 1.12.0 diff --git a/SampleApp/Pods/Manifest.lock b/SampleApp/Pods/Manifest.lock index 1a42ea3e..430cd3c5 100644 --- a/SampleApp/Pods/Manifest.lock +++ b/SampleApp/Pods/Manifest.lock @@ -168,6 +168,6 @@ SPEC CHECKSUMS: PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb SimpleKeychain: b50cef3b87939d480ea1143425c00f5b4b70fe21 -PODFILE CHECKSUM: 3d231b9b384bf59ef5823e430d0349291dffa256 +PODFILE CHECKSUM: 20fbb42a49edd2e5748e5de5998ab8404cd93804 COCOAPODS: 1.12.0 diff --git a/SampleApp/Pods/Pods.xcodeproj/project.pbxproj b/SampleApp/Pods/Pods.xcodeproj/project.pbxproj index 430e574e..463f96d8 100644 --- a/SampleApp/Pods/Pods.xcodeproj/project.pbxproj +++ b/SampleApp/Pods/Pods.xcodeproj/project.pbxproj @@ -17,7 +17,6 @@ BF25792732EB985112FF6F7419C30B15 /* PBXTargetDependency */, ); name = FBSDKLoginKit; - productName = FBSDKLoginKit; }; 28907903AF6DD0AD321D92CD660E7E23 /* FBSDKCoreKit */ = { isa = PBXAggregateTarget; @@ -30,7 +29,6 @@ 6C0273C44AC14C2E2913D24A76A033E3 /* PBXTargetDependency */, ); name = FBSDKCoreKit; - productName = FBSDKCoreKit; }; 458B188365A307B3C128ABF524D1A3E3 /* GoogleUserMessagingPlatform */ = { isa = PBXAggregateTarget; @@ -41,7 +39,6 @@ dependencies = ( ); name = GoogleUserMessagingPlatform; - productName = GoogleUserMessagingPlatform; }; 479BDBD165CD08E2159181E58CD2078F /* FBAEMKit */ = { isa = PBXAggregateTarget; @@ -53,7 +50,6 @@ 3284AF3367B9C22554FC199FC7E69022 /* PBXTargetDependency */, ); name = FBAEMKit; - productName = FBAEMKit; }; 8EA62FEAB23070050EFD4D4508D659E5 /* FBSDKCoreKit_Basics */ = { isa = PBXAggregateTarget; @@ -64,7 +60,6 @@ dependencies = ( ); name = FBSDKCoreKit_Basics; - productName = FBSDKCoreKit_Basics; }; B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; @@ -77,7 +72,6 @@ AA45C747711F1B94C6D25316A89C46C8 /* PBXTargetDependency */, ); name = GoogleAppMeasurement; - productName = GoogleAppMeasurement; }; C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */ = { isa = PBXAggregateTarget; @@ -93,7 +87,6 @@ BBDFC3839042C8CF4DCF582AAB5972AD /* PBXTargetDependency */, ); name = FirebaseAnalytics; - productName = FirebaseAnalytics; }; FEA3B3A570634836C0457F3D7CEF1699 /* Google-Mobile-Ads-SDK */ = { isa = PBXAggregateTarget; @@ -106,7 +99,6 @@ FC31BF5E17728987959DC16649F9BAA3 /* PBXTargetDependency */, ); name = "Google-Mobile-Ads-SDK"; - productName = "Google-Mobile-Ads-SDK"; }; /* End PBXAggregateTarget section */ @@ -1228,7 +1220,7 @@ 04B8E2FF1F3FBBBFF9F39082B38F5F78 /* LRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LRErrors.h; path = Sources/Helper/LRErrors.h; sourceTree = ""; }; 04BB3E17B9EDAE0909B1F2C575A9F8FC /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; 04D924350B935215E18AA52AE91DF1E7 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; - 04DD3119B3240BA906CE383EE489E47B /* me.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = me.nanopb.c; path = FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.c; sourceTree = ""; }; + 04DD3119B3240BA906CE383EE489E47B /* me.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = me.nanopb.c; path = FirebaseMessaging/Sources/Protogen/nanopb/me.nanopb.c; sourceTree = ""; }; 04EB1200126A6833C95AFB230753DC08 /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; 053CDE3A1AEE4C9C1087300EF4912B15 /* FIRCrashlyticsReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlyticsReport.m; path = Crashlytics/Crashlytics/FIRCrashlyticsReport.m; sourceTree = ""; }; 059D31D35101B5BD631A08E1A5072EE3 /* Pods-Viafoura.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Viafoura.modulemap"; sourceTree = ""; }; @@ -1248,7 +1240,7 @@ 0BB3FBA96EBA1CF2450FE31A7F2F8849 /* FIRMessagingSyncMessageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingSyncMessageManager.m; path = FirebaseMessaging/Sources/FIRMessagingSyncMessageManager.m; sourceTree = ""; }; 0C378779076F24B1DEFC6F314A836A50 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; 0C3BC2BF99F1E10953BE0743AD9761AD /* FIRCLSHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHandler.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h; sourceTree = ""; }; - 0C809AD59D04EDD68399657F9007BCC9 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_decode.c; sourceTree = ""; }; + 0C809AD59D04EDD68399657F9007BCC9 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; 0C9DB6A4504F00A6A89A8B5153D5F8C4 /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; 0CA87A8CC674C153E82E132B63775524 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; 0D2A91CA0CD804B3B67EEA1CDA9E0BDF /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; @@ -1290,11 +1282,11 @@ 169CCF2766A6E535BF789B312CE551CF /* FIRCLSExistingReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExistingReportManager_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSExistingReportManager_Private.h; sourceTree = ""; }; 1750692015A9E962AD07036B8713B011 /* GDTCORStorageEventSelector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORStorageEventSelector.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m; sourceTree = ""; }; 176DE7F7C2AA4CB44AC3A2D2BB268713 /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h; sourceTree = ""; }; - 184A0FF3C4543E0A98E426A1C8DE9B02 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; + 184A0FF3C4543E0A98E426A1C8DE9B02 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; 18AD1A1248095C3591A45B9C529CBC13 /* Pods-Viafoura.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Viafoura.debug.xcconfig"; sourceTree = ""; }; 18D7287C354F7AD863955BCE4B35C94A /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; - 190863E015C801BF105DBFC64CAA3BDB /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; - 19B70B8E3BFA26DB46A8CA96877A34BD /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; + 190863E015C801BF105DBFC64CAA3BDB /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; + 19B70B8E3BFA26DB46A8CA96877A34BD /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; 1A0CD97B594BD439DC4EA89A53AED9B3 /* FIRCLSInternalReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h; sourceTree = ""; }; 1A131C30F80A305B20F6DE43EA9AD50C /* Pods-Viafoura-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Viafoura-dummy.m"; sourceTree = ""; }; 1A499C048D32531016C7EFDEDF4F34AB /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; @@ -1340,7 +1332,7 @@ 23E266C3F0CD6105FABC90FA6E27AC12 /* LoginRadiusSDK.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LoginRadiusSDK.m; path = Sources/LoginRadiusSDK.m; sourceTree = ""; }; 2407EF98BF2BD94E9F77A9795C418758 /* FIRCLSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLogger.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h; sourceTree = ""; }; 258A2387671419D036C7EECF428A3320 /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; - 25B3DC77665759C50DE183FBE6C8A1CF /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_common.c; sourceTree = ""; }; + 25B3DC77665759C50DE183FBE6C8A1CF /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; 25C6D6772D19DA0CD0F1B7E114E1DA4B /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; 25D4E1AEDE03B3779C2E9F6A411DB902 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; 263978945E232D913F4816F040333A18 /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; @@ -1369,10 +1361,10 @@ 2D7DFD7D5FA96F0D9477887EECFC340A /* SimpleKeychain-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimpleKeychain-prefix.pch"; sourceTree = ""; }; 2E26BB742F07A6BC240FA5208CF203EC /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; 2EB851631288F459447171B7E23ADCA1 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - 2EEFDE344E35C305E947751A7410F946 /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; + 2EEFDE344E35C305E947751A7410F946 /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; 2F5B04B5B92B33705C9CA4E63DF591BA /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; 2F9140A2A692FDA7CBA1F64037375F60 /* Pods-Viafoura-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Viafoura-frameworks.sh"; sourceTree = ""; }; - 2FB494E339313D69090608FC18898747 /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; + 2FB494E339313D69090608FC18898747 /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; 2FCCC41A1A9F2745CECFDCAD53296AFF /* LoginRadiusFieldRule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LoginRadiusFieldRule.m; path = Sources/Helper/LoginRadiusFieldRule.m; sourceTree = ""; }; 3019B6A9A2955A6AC9B9C317988F88C2 /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; 30719331F701BDB22C83E99D709E2D97 /* FIRMessaging_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging_Private.h; path = FirebaseMessaging/Sources/FIRMessaging_Private.h; sourceTree = ""; }; @@ -1415,7 +1407,7 @@ 3C4D4A4363EC163863BC87571ED2DDB6 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; 3C4EF15623C8CDAA371821FBBA9C2A0D /* FIRMessagingCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCheckinPreferences.h; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinPreferences.h; sourceTree = ""; }; 3CCAD6467D5199E4CC1712C9CE6367F2 /* FIRCLSMachOBinary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOBinary.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m; sourceTree = ""; }; - 3D3AC6D0589115D59FF0ED0AF4CE4AAB /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; + 3D3AC6D0589115D59FF0ED0AF4CE4AAB /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; 3DDBBD8C0B2778FCB80CB55577C95006 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; 3E00CA4FF4FD0D5AA3062CCE0C1452C4 /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; 3EABD43C231C9CD29E76A0EFE31DD9EB /* SimpleKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleKeychain.h; path = SimpleKeychain/SimpleKeychain.h; sourceTree = ""; }; @@ -1425,7 +1417,7 @@ 3F6C8AB2D722BB0C2ED236996D19A001 /* FIRMessagingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingUtilities.m; path = FirebaseMessaging/Sources/FIRMessagingUtilities.m; sourceTree = ""; }; 40F9FE46BC1D0D72C9B7E31522F97A8F /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; 40FA2C03FAC8F9AC29476292569A7B81 /* FIRCLSAnalyticsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAnalyticsManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h; sourceTree = ""; }; - 41A16511E0C7ECDC607C9FE71F96D397 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; + 41A16511E0C7ECDC607C9FE71F96D397 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; 41AB3F475451B46480E9A238F694396B /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; 4251062F0D80608379EEFDE815E7D1C8 /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; 42C95E7893D74EA69D559EFCB7DE9622 /* FirebaseCoreInternal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreInternal.modulemap; sourceTree = ""; }; @@ -1438,8 +1430,8 @@ 4721811D0118C3AE526F0452076A3F73 /* FBAEMKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBAEMKit.debug.xcconfig; sourceTree = ""; }; 472D9446E06F215C1AFE3E6CC8490C59 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; 476A9FC464F7D64E981AAD431AF7BFD1 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; - 477AAEF86F1A7277D5BDD4E4B83BDB16 /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; - 478A92ED629DE905369566F382EE4ABE /* FBAEMKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = FBAEMKit.xcframework; path = XCFrameworks/FBAEMKit.xcframework; sourceTree = ""; }; + 477AAEF86F1A7277D5BDD4E4B83BDB16 /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; + 478A92ED629DE905369566F382EE4ABE /* FBAEMKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FBAEMKit.xcframework; path = XCFrameworks/FBAEMKit.xcframework; sourceTree = ""; }; 479B63D3505608F614218F27C47248A8 /* FBAEMKit-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "FBAEMKit-xcframeworks.sh"; sourceTree = ""; }; 47BA2F76483AB7FFDF6542EB08FD8F81 /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; 47F8E3487DA27FFE97AB4A3B8E4C7434 /* FIRCLSBinaryImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSBinaryImage.m; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m; sourceTree = ""; }; @@ -1450,7 +1442,7 @@ 49ECC6D0E58E519F9E5C595279A86214 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; 4A4554086AF01DFA56B7B1479B2F7617 /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; 4A4883A44A4F3D80EF4C51BD94F7F71E /* FIRCLSNetworkResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkResponseHandler.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h; sourceTree = ""; }; - 4AEAFA2B0D2024E3DA2D31AA5D04E08E /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; + 4AEAFA2B0D2024E3DA2D31AA5D04E08E /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; 4B2EEE666DCD5E9616A84C76DB1535C1 /* FirebaseCoreDiagnostics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreDiagnostics.modulemap; sourceTree = ""; }; 4B5CB242D5FF74D7007B1FD23C5F26C3 /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; 4BAD50FE47A02F30D40DF3596CF58674 /* FIRCLSNotificationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNotificationManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.m; sourceTree = ""; }; @@ -1511,7 +1503,7 @@ 5F37C9AB7B97CEA76FFE21D1CFE3AFC2 /* GDTCORUploadBatch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadBatch.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m; sourceTree = ""; }; 5F646980013CE97A71BAD806A0E01F7E /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; 5F784D498ED993103EA86DEE561BBE7C /* FIRCLSManagerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSManagerData.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSManagerData.h; sourceTree = ""; }; - 5F86F9C7183BCC852CE53B03C9A95C99 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; + 5F86F9C7183BCC852CE53B03C9A95C99 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; 5FDA19A1D588DEF48A95328D8DEB49F9 /* FirebaseMessaging.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.release.xcconfig; sourceTree = ""; }; 5FE26AA2F4C2E441A35CC5E281182693 /* FBSDKLoginKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSDKLoginKit.debug.xcconfig; sourceTree = ""; }; 60004BFBFBBE4796730E1113BB171758 /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; @@ -1519,10 +1511,10 @@ 604A904C5DD7CDECDE264E8FC4064379 /* LoginRadiusTwitterLogin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LoginRadiusTwitterLogin.h; path = Sources/NativeLogin/LoginRadiusTwitterLogin.h; sourceTree = ""; }; 60AB8C410931BD5D2AD31FEA8A2434B2 /* LRString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LRString.h; path = Sources/Handler/LRString.h; sourceTree = ""; }; 60D80BDDC8A9861A54F389308C31C4DE /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; - 6173316C560EF35CAA2A3303B578657E /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; + 6173316C560EF35CAA2A3303B578657E /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; 61CF56DC85A404E1030BF552DA01D4F3 /* FIRCLSContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContext.h; path = Crashlytics/Crashlytics/Components/FIRCLSContext.h; sourceTree = ""; }; 624F0D397AE44D9AE688FFC017C26C93 /* StorageFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StorageFactory.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/StorageFactory.swift; sourceTree = ""; }; - 633B493C53753EE2355790A660A71878 /* FBSDKCoreKit_Basics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = FBSDKCoreKit_Basics.xcframework; path = XCFrameworks/FBSDKCoreKit_Basics.xcframework; sourceTree = ""; }; + 633B493C53753EE2355790A660A71878 /* FBSDKCoreKit_Basics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FBSDKCoreKit_Basics.xcframework; path = XCFrameworks/FBSDKCoreKit_Basics.xcframework; sourceTree = ""; }; 636731799A446527F5088BD94CCC3101 /* LoginRadiusSDK.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LoginRadiusSDK.h; path = Sources/LoginRadiusSDK.h; sourceTree = ""; }; 63EA5710B34BD30133A0870BFF68D40C /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; 64DF8EBC2964233BE464B95F41524145 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; @@ -1537,13 +1529,13 @@ 68B5F562713311F4788E5E5150F8F5F7 /* FIRCLSDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDefines.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h; sourceTree = ""; }; 68C16AEB34886F9A78E32CA4EE63D0F8 /* FIRMessagingRemoteNotificationsProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRemoteNotificationsProxy.m; path = FirebaseMessaging/Sources/FIRMessagingRemoteNotificationsProxy.m; sourceTree = ""; }; 68CC9E4A8AAC81CA8955A196AA433BB1 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - 68F2E57A4ECC584357EDD6FA911FC47A /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; + 68F2E57A4ECC584357EDD6FA911FC47A /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; 69599BFEA74A93D292509ED7C15D03CF /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; 6A1D9514D168767660B9462B8CA8C271 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; 6A2CE6F75B2AB8166DE706CA8A2B52B9 /* LRDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LRDictionary.m; path = Sources/Handler/LRDictionary.m; sourceTree = ""; }; 6A72222ACF9FBA20F0A8184D87463EF2 /* LoginRadiusSDK-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LoginRadiusSDK-prefix.pch"; sourceTree = ""; }; 6A8A463F0E18AA319010065720793752 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 6AAE3886AA303D1D446C1C048059A6B3 /* UserMessagingPlatform.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = UserMessagingPlatform.xcframework; path = Frameworks/Release/UserMessagingPlatform.xcframework; sourceTree = ""; }; + 6AAE3886AA303D1D446C1C048059A6B3 /* UserMessagingPlatform.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = UserMessagingPlatform.xcframework; path = Frameworks/Release/UserMessagingPlatform.xcframework; sourceTree = ""; }; 6B058506223B107A06D3530C917CEEC7 /* FIRMessagingAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAPNSInfo.h; path = FirebaseMessaging/Sources/Token/FIRMessagingAPNSInfo.h; sourceTree = ""; }; 6B3425302555B5BAF27A6D79EE9DD826 /* LRTouchIDAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LRTouchIDAuth.h; path = Sources/TouchID/LRTouchIDAuth.h; sourceTree = ""; }; 6B61E30DBC664C46F1DCCDDDAFCFF62A /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; @@ -1551,7 +1543,7 @@ 6BCEBBA2CDD36BE575D2C5EB95B6381F /* FirebaseCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCrashlytics-dummy.m"; sourceTree = ""; }; 6C91F2FE28D4CD52365170D55868F071 /* GDTCORMetricsControllerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORMetricsControllerProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORMetricsControllerProtocol.h; sourceTree = ""; }; 6CB365A4161DDACD17DC964E7DA69BA4 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 6CED7D97BE7ED78FF17E07021A161C40 /* FBSDKLoginKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = FBSDKLoginKit.xcframework; path = XCFrameworks/FBSDKLoginKit.xcframework; sourceTree = ""; }; + 6CED7D97BE7ED78FF17E07021A161C40 /* FBSDKLoginKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FBSDKLoginKit.xcframework; path = XCFrameworks/FBSDKLoginKit.xcframework; sourceTree = ""; }; 6D01DD0F956651435BD6707024B5DC7D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; 6D30DB63C420C793E9B6B31BBEEC91AB /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; 6D3694C3A03B47D86350C81EEA3CF4ED /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; @@ -1612,11 +1604,11 @@ 7E64462F463DE152F2CC311F072700B0 /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; 7EA5B8181C0DEC9E087974E5A2E41DB2 /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; 7EBA425CFA8AB0B69DAAFA9626ECBD3E /* GDTCORLogSourceMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLogSourceMetrics.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLogSourceMetrics.m; sourceTree = ""; }; - 7F4DAC3F477F9175CA49A403A77FA60B /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; + 7F4DAC3F477F9175CA49A403A77FA60B /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; 7F6CB72493D4A2668C253FC98B2B75AE /* FIRExceptionModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h; sourceTree = ""; }; 7F742F9BA4E0152FE91B339F4DF92BD8 /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; 8005E9FF8416048A2CD159E32AC23714 /* FIRCLSDemangleOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDemangleOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h; sourceTree = ""; }; - 802D9F9FDEAA1FF4DD49E4D47D174232 /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; + 802D9F9FDEAA1FF4DD49E4D47D174232 /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; 808F38FC9CA186968261712E19ACDC9A /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; 80EAC4E64BE9CE05DB2A171B63AE346F /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; 811267153D3A7F9E6458FC9C9ECAEA6C /* GDTCORDirectorySizeTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDirectorySizeTracker.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m; sourceTree = ""; }; @@ -1625,7 +1617,7 @@ 823EDAD15A6BB14BECF963B0F3EDE354 /* LoginRadiusSchema.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LoginRadiusSchema.m; path = Sources/Helper/LoginRadiusSchema.m; sourceTree = ""; }; 82454A8BFAE4783F618FF90A8CA51318 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; 82D08A36E0994B34E420886E4512FA87 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - 82D4F8F3B294B8EDB5B2B47907ECD19F /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; + 82D4F8F3B294B8EDB5B2B47907ECD19F /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; 837853CC87998DDFE4DF4FEFF22DF1CF /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; 8387907AD35974DFFAFC39237668AF32 /* FIRMessagingPubSub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSub.m; path = FirebaseMessaging/Sources/FIRMessagingPubSub.m; sourceTree = ""; }; 83DAC87FFC8CB131234E2E4E00291B6C /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; @@ -1663,11 +1655,11 @@ 8F8245BE3ABA0272DBA9A925D8EEA79D /* LoginRadiusSDK.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LoginRadiusSDK.modulemap; sourceTree = ""; }; 8FC5EF8F52616F316B9A2677F994F037 /* GoogleDataTransport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransport-umbrella.h"; sourceTree = ""; }; 90BF83015C49A2F9D750BCA5B473489E /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; - 90F3141CB60BEB0535E232AFA6981A0D /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; + 90F3141CB60BEB0535E232AFA6981A0D /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; 91156E6FEC4E9B5983659757E93BAA40 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; 91230F35C0DB30322E4EBC15B4B17174 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; 9162CC17BF05E93D72CE63EEEFDFB742 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 91B9B7D832B3D00DC6F692CCA6CFF241 /* client_metrics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = client_metrics.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/client_metrics.nanopb.c; sourceTree = ""; }; + 91B9B7D832B3D00DC6F692CCA6CFF241 /* client_metrics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = client_metrics.nanopb.c; path = GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/client_metrics.nanopb.c; sourceTree = ""; }; 92003128047F12F444322FE527A52CFA /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; 9206C9A95789A8B7415C1EF8903DD58E /* FIRCLSFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFile.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.m; sourceTree = ""; }; 92B995BEA09598C6F33D1AD8FB877EB3 /* FirebaseCoreDiagnostics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreDiagnostics-umbrella.h"; sourceTree = ""; }; @@ -1686,7 +1678,7 @@ 990423517E96FF5DA008AD8B533EB944 /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; 9971895830BD4F7900582B78FF557823 /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h; sourceTree = ""; }; 998747F25E400E6A8333E1299BC4FAC5 /* FIRMessagingTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTokenDeleteOperation.h; path = FirebaseMessaging/Sources/Token/FIRMessagingTokenDeleteOperation.h; sourceTree = ""; }; - 998BB92C1D66C8C06925F0BFADACE9D8 /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; + 998BB92C1D66C8C06925F0BFADACE9D8 /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; 99E0DEE08FCFF7D2AE2EC0DB3763868B /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; 9A160B0258F89997D1CD369B276387C2 /* GoogleAppMeasurement-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleAppMeasurement-xcframeworks.sh"; sourceTree = ""; }; 9A1898163F05660FD43DCE25C202B6C4 /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; @@ -1703,8 +1695,8 @@ 9CAC7C8BBA5FE43171E4900E32725BEB /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; 9D4F326ED908E053176C3475F6452584 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; 9D729BC65AE0AD38F8DAA3B21B691C3C /* _ObjC_HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DD0D044ECA7D768930EAA7732A18EA2 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9DD0D044ECA7D768930EAA7732A18EA2 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; 9E8DDA784B2A570A0514344A09B1FD38 /* FIRMessagingRemoteNotificationsProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRemoteNotificationsProxy.h; path = FirebaseMessaging/Sources/FIRMessagingRemoteNotificationsProxy.h; sourceTree = ""; }; A0950D237F4C096647D2BC6BD1968892 /* FirebaseMessaging.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseMessaging.modulemap; sourceTree = ""; }; A0A58D9310EAB270A35EA87A3B401245 /* FIRCLSSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSignal.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h; sourceTree = ""; }; @@ -1727,7 +1719,7 @@ A569B843AB626571FDFD35CCC862C156 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; A570F52D024702507926268799667F46 /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; A64C1007E49542A41B3197E44F8CA50E /* LoginRadiusWebLoginViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LoginRadiusWebLoginViewController.m; path = Sources/SocialLogin/LoginRadiusWebLoginViewController.m; sourceTree = ""; }; - A66FF51A939FC9A12FC08AE11B529054 /* GoogleMobileAds.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = GoogleMobileAds.xcframework; path = "Frameworks/GoogleMobileAdsFramework-Current/GoogleMobileAds.xcframework"; sourceTree = ""; }; + A66FF51A939FC9A12FC08AE11B529054 /* GoogleMobileAds.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleMobileAds.xcframework; path = "Frameworks/GoogleMobileAdsFramework-Current/GoogleMobileAds.xcframework"; sourceTree = ""; }; A7C4445FF7CFD4785629FE014E4BDD89 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; A7CEBBC07FD2EB4A1624223AA893CC96 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; A7E5D1EBF6FF6FEDA1121B9E84331133 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; @@ -1769,7 +1761,7 @@ B5EC434026887D1AA601A4E8CFB24B6D /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; B6BD934B05D879CF826D4F8AFABA871F /* Pods-Viafoura.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Viafoura.release.xcconfig"; sourceTree = ""; }; B6E9606371E82AC8AAA4444D1E162D2E /* FIRCLSOnDemandModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnDemandModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRCLSOnDemandModel_Private.h; sourceTree = ""; }; - B7C1CF50E57C90140C6853AB0629B408 /* FBSDKCoreKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = FBSDKCoreKit.xcframework; path = XCFrameworks/FBSDKCoreKit.xcframework; sourceTree = ""; }; + B7C1CF50E57C90140C6853AB0629B408 /* FBSDKCoreKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FBSDKCoreKit.xcframework; path = XCFrameworks/FBSDKCoreKit.xcframework; sourceTree = ""; }; B86F2E8B02F8E20A8FFE05048B5ACDE9 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; B9DEDAC26D300317065F2AC630136E70 /* HeartbeatsBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsBundle.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift; sourceTree = ""; }; BA5C7E1F0F414B7AD07739D87EBFA5A0 /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; @@ -1783,8 +1775,8 @@ BC10B2E4F417787820AE7A8DA2724E55 /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; BC5A75445D04380D42F24E05CE2968A6 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; BCEA6BD6867A8C3C254B1FF28AC11C4A /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - BD48E6545F60D6E7C004B9B808C5C6EA /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; path = pb_encode.c; sourceTree = ""; }; - BDAADB84700CA27FF249DCFFD2BA0D78 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; + BD48E6545F60D6E7C004B9B808C5C6EA /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + BDAADB84700CA27FF249DCFFD2BA0D78 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; BDABCE7413B6737E6060BF52BB199FEE /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; BEDB27CBBCDDF758DC56DE7F54101B3E /* LoginRadiusTwitterLogin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LoginRadiusTwitterLogin.m; path = Sources/NativeLogin/LoginRadiusTwitterLogin.m; sourceTree = ""; }; BEEA278E1BCD973EE3A9C3AFC172A0A9 /* A0SimpleKeychain+KeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "A0SimpleKeychain+KeyPair.m"; path = "SimpleKeychain/A0SimpleKeychain+KeyPair.m"; sourceTree = ""; }; @@ -1824,7 +1816,7 @@ CA92CAACD736595952E835750265C9B5 /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h; sourceTree = ""; }; CB232C36752476C2BB06C77F7BAFDFEA /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; CBE7711A948F95680D750048DEF8DC7B /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; - CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SimpleKeychain.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SimpleKeychain; path = SimpleKeychain.framework; sourceTree = BUILT_PRODUCTS_DIR; }; CD3F683C9A4B3B41D2003B79EF92C8FF /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; CD945F15918C50FC3A6E8879B5703984 /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; CDC3BE1F7CAC17934C9256507DDA28D1 /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; @@ -1846,20 +1838,20 @@ D37F327B953CA489779CF7FFB47137A2 /* ConfigurationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConfigurationAPI.h; path = Sources/Api/ConfigurationAPI.h; sourceTree = ""; }; D39EAD8D6DDE90429FF8EF1EA23CEAC2 /* Google-Mobile-Ads-SDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Google-Mobile-Ads-SDK.debug.xcconfig"; sourceTree = ""; }; D4026AB46F48706446DCC003A0562608 /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h; sourceTree = ""; }; - D45778F632434AB7F6FBE936E9127F2D /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; + D45778F632434AB7F6FBE936E9127F2D /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; D4A5948AAAA0BEB252B94535F38A061A /* ConfigurationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ConfigurationAPI.m; path = Sources/Api/ConfigurationAPI.m; sourceTree = ""; }; D506F06F3FF97269FA6686AF37CADD9C /* FIRCLSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSConstants.h; path = Crashlytics/Shared/FIRCLSConstants.h; sourceTree = ""; }; D54BA5A06E9AF6231F43683A54C854B4 /* Pods-Viafoura-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Viafoura-Info.plist"; sourceTree = ""; }; - D56FADE2B9190AF551B6432904EC43EC /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; + D56FADE2B9190AF551B6432904EC43EC /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; D5A14220750800E34144FDA6945B4385 /* FirebaseCoreDiagnostics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.release.xcconfig; sourceTree = ""; }; D5BD56F0173B92DABBD7FA04B1127181 /* GDTCORStorageMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageMetadata.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORStorageMetadata.h; sourceTree = ""; }; D7501543F893CDD24420F10475F128BF /* FIRMessagingCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCheckinPreferences.m; path = FirebaseMessaging/Sources/Token/FIRMessagingCheckinPreferences.m; sourceTree = ""; }; D88877E5ECAB439A4DCD0CFE0EA65B98 /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; D8A1F683952C6F73480D1F0460335139 /* FIRCLSNotificationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNotificationManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNotificationManager.h; sourceTree = ""; }; - D8CBC6E6F3DF4D3D9AC0F6E1A14EB553 /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; + D8CBC6E6F3DF4D3D9AC0F6E1A14EB553 /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; D8F439BB58BF51C8AD7E8D79D7724415 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; D9D90C57183443C7D6C965C55BEE07CA /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - D9F9FE9EC809E9B19FF88A16D1551141 /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; + D9F9FE9EC809E9B19FF88A16D1551141 /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; D9FCCF1FADAD00CEC017E7BC16B9E33E /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; DA38B5A5039484C543A66174862E9FDF /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; DA66A78540ED7B1B0BB68E8F2B7EFF7B /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; @@ -2124,6 +2116,7 @@ A1AA2B6FD63BD36D995A5AF669BE151A /* Support Files */, C59144756455600E9E78B3B0E9A1302C /* UserDefaults */, ); + name = GoogleUtilities; path = GoogleUtilities; sourceTree = ""; }; @@ -2144,6 +2137,7 @@ CB7CCD8ABC5EB3133B3082F7B2931D49 /* Frameworks */, 11C85837BF3D2F14EB81B29B95783F36 /* Support Files */, ); + name = FBSDKCoreKit; path = FBSDKCoreKit; sourceTree = ""; }; @@ -2183,6 +2177,7 @@ C1E888857523396EEE2167D137172125 /* Frameworks */, BC259688F072E45FAC48E690326DF252 /* Support Files */, ); + name = FBAEMKit; path = FBAEMKit; sourceTree = ""; }; @@ -2204,6 +2199,7 @@ 13D6A085B69F5EAF2E46F8EF65181877 /* firebasecore.nanopb.h */, 28598DA8C456055D3902DC5B307DC92C /* Support Files */, ); + name = FirebaseCoreDiagnostics; path = FirebaseCoreDiagnostics; sourceTree = ""; }; @@ -2282,6 +2278,7 @@ 58E2EDB7BD1318BB8D73C1842717CBCF /* SocialAPI.m */, DEE5D52E79198F721FA96DECA1B82D54 /* Support Files */, ); + name = LoginRadiusSDK; path = LoginRadiusSDK; sourceTree = ""; }; @@ -2438,7 +2435,7 @@ 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */, 31259FEF653C77F15F311EED88EEE1FE /* Pods-Viafoura */, 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */, - CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain.framework */, + CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain */, ); name = Products; sourceTree = ""; @@ -2457,6 +2454,7 @@ EB5899CE3564B35AC9908B22EA56994B /* Frameworks */, 6D18AAD7E26E61005FC76AF3B32D4D03 /* Support Files */, ); + name = FBSDKCoreKit_Basics; path = FBSDKCoreKit_Basics; sourceTree = ""; }; @@ -2466,6 +2464,7 @@ 12AB3A0BDED3524DE684A1D6BCE53402 /* Frameworks */, 0864A33CA40C46077997D99EF76A9935 /* Support Files */, ); + name = GoogleUserMessagingPlatform; path = GoogleUserMessagingPlatform; sourceTree = ""; }; @@ -2487,6 +2486,7 @@ 3EABD43C231C9CD29E76A0EFE31DD9EB /* SimpleKeychain.h */, 90C3AE6F980FC0F110002C3899E403A1 /* Support Files */, ); + name = SimpleKeychain; path = SimpleKeychain; sourceTree = ""; }; @@ -2497,6 +2497,7 @@ 3A22B00B5DD02A9C807677C412E5472D /* Support Files */, 24A2D0D4C5970FCE91401148DAB64DB5 /* WithoutAdIdSupport */, ); + name = GoogleAppMeasurement; path = GoogleAppMeasurement; sourceTree = ""; }; @@ -2699,6 +2700,7 @@ C17C2868CE3EEE9EA5871C85A04E25D3 /* FIRStackFrame_Private.h */, A749257BB63325E01C5A5B3D4769E758 /* Support Files */, ); + name = FirebaseCrashlytics; path = FirebaseCrashlytics; sourceTree = ""; }; @@ -2810,6 +2812,7 @@ 32CFA2203FFB62E432E568435A0AA642 /* GoogleDataTransport.h */, B40BDCEF1446C825D9D0D6515B86B877 /* Support Files */, ); + name = GoogleDataTransport; path = GoogleDataTransport; sourceTree = ""; }; @@ -2858,6 +2861,7 @@ 1FC1B408A28A3A15139FE0A50ADA5B4F /* FBLPromises.h */, B31F5D321F6516639E9074FA8CF6A4A5 /* Support Files */, ); + name = PromisesObjC; path = PromisesObjC; sourceTree = ""; }; @@ -2929,6 +2933,7 @@ FD8C7B0EFFF0B3F6A28E6E02A1B088EF /* WeakContainer.swift */, D9F990C7CA1CF892D0C4EE32B34F72B6 /* Support Files */, ); + name = FirebaseCoreInternal; path = FirebaseCoreInternal; sourceTree = ""; }; @@ -2976,6 +2981,7 @@ 2CC3A4BF19C58B819391863B00F24374 /* Frameworks */, 13A217E3ED227470D4A734E2AC57C90E /* Support Files */, ); + name = FBSDKLoginKit; path = FBSDKLoginKit; sourceTree = ""; }; @@ -3026,6 +3032,7 @@ 4422DD6C6E22932772D295D405281DEE /* FIRVersion.m */, CF0852FC137CDE7A2860DCDD356CC2DF /* Support Files */, ); + name = FirebaseCore; path = FirebaseCore; sourceTree = ""; }; @@ -3071,6 +3078,7 @@ 161ABFCF0BFFD21D621FDEF36AB676F8 /* encode */, 3DBA3239647CA1B315BE729E56182213 /* Support Files */, ); + name = nanopb; path = nanopb; sourceTree = ""; }; @@ -3261,6 +3269,7 @@ C446FD36CB27AFA16DBC5B49683BBCEA /* FIROptionsInternal.h */, 3FB0CA2E4C089ED8B3391D029D640A75 /* Support Files */, ); + name = FirebaseInstallations; path = FirebaseInstallations; sourceTree = ""; }; @@ -3396,6 +3405,7 @@ B5ADE2A1F4C03B9A45A8F3B8C6F2143C /* NSError+FIRMessaging.m */, CC0A8DDE1497B9CD03196C97AD2F8CBA /* Support Files */, ); + name = FirebaseMessaging; path = FirebaseMessaging; sourceTree = ""; }; @@ -3422,6 +3432,7 @@ 49E6E363FD620DB7B77C6B934D7948DF /* AdIdSupport */, 011855B57C3199BB0F9E9DD108D38388 /* Support Files */, ); + name = FirebaseAnalytics; path = FirebaseAnalytics; sourceTree = ""; }; @@ -3431,6 +3442,7 @@ 1F748452AAB3B353895A1ED63C596106 /* Frameworks */, D06BF31F2632DCA83F9959D20CD5AF2E /* Support Files */, ); + name = "Google-Mobile-Ads-SDK"; path = "Google-Mobile-Ads-SDK"; sourceTree = ""; }; @@ -3926,7 +3938,7 @@ ); name = SimpleKeychain; productName = SimpleKeychain; - productReference = CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain.framework */; + productReference = CD3B027EC578E22891ED55C05705F3CD /* SimpleKeychain */; productType = "com.apple.product-type.framework"; }; 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */ = { @@ -5214,7 +5226,7 @@ GCC_PREFIX_HEADER = "Target Support Files/SimpleKeychain/SimpleKeychain-prefix.pch"; INFOPLIST_FILE = "Target Support Files/SimpleKeychain/SimpleKeychain-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5249,7 +5261,7 @@ GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5284,7 +5296,7 @@ GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5318,7 +5330,7 @@ GCC_PREFIX_HEADER = "Target Support Files/SimpleKeychain/SimpleKeychain-prefix.pch"; INFOPLIST_FILE = "Target Support Files/SimpleKeychain/SimpleKeychain-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5352,7 +5364,7 @@ GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5379,7 +5391,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5396,7 +5408,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5413,7 +5425,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5436,7 +5448,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5471,7 +5483,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5507,7 +5519,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/Pods-Viafoura/Pods-Viafoura-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.4; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5542,7 +5554,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5568,7 +5580,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5593,7 +5605,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5628,7 +5640,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/Pods-Viafoura/Pods-Viafoura-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.4; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5657,7 +5669,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5674,7 +5686,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5699,7 +5711,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5726,7 +5738,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5751,7 +5763,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5777,7 +5789,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5794,7 +5806,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5818,7 +5830,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5844,7 +5856,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5868,7 +5880,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -5895,7 +5907,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6048,7 +6060,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6082,7 +6094,7 @@ GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6115,7 +6127,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6148,7 +6160,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6174,7 +6186,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6192,7 +6204,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6217,7 +6229,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6251,7 +6263,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6285,7 +6297,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6320,7 +6332,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6346,7 +6358,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6362,7 +6374,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6379,7 +6391,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6405,7 +6417,7 @@ GCC_PREFIX_HEADER = "Target Support Files/LoginRadiusSDK/LoginRadiusSDK-prefix.pch"; INFOPLIST_FILE = "Target Support Files/LoginRadiusSDK/LoginRadiusSDK-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6441,7 +6453,7 @@ GCC_PREFIX_HEADER = "Target Support Files/LoginRadiusSDK/LoginRadiusSDK-prefix.pch"; INFOPLIST_FILE = "Target Support Files/LoginRadiusSDK/LoginRadiusSDK-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6474,7 +6486,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", 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 3fe8eb9b..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/Viafoura.xcodeproj/project.pbxproj b/SampleApp/Viafoura.xcodeproj/project.pbxproj index 64a109c4..80602117 100644 --- a/SampleApp/Viafoura.xcodeproj/project.pbxproj +++ b/SampleApp/Viafoura.xcodeproj/project.pbxproj @@ -30,8 +30,6 @@ 479B5A2C29D34AFD00734F84 /* LiveBlogViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 479B5A2B29D34AFD00734F84 /* LiveBlogViewModel.swift */; }; 47A8F2272832D1E700D9EB8B /* SignUpViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47A8F2262832D1E700D9EB8B /* SignUpViewModel.swift */; }; 47A8F22B2832D1F300D9EB8B /* SignUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47A8F22A2832D1F300D9EB8B /* SignUpViewController.swift */; }; - 47A90B832A3CCC4A004DE7B9 /* ViafouraSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47A7E50A2A3215440056AF74 /* ViafouraSDK.framework */; }; - 47A90B842A3CCC4A004DE7B9 /* ViafouraSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 47A7E50A2A3215440056AF74 /* ViafouraSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 47B0096728179DF800EF93FD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47B0096628179DF800EF93FD /* AppDelegate.swift */; }; 47B0096928179DF800EF93FD /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47B0096828179DF800EF93FD /* SceneDelegate.swift */; }; 47B0096B28179DF800EF93FD /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47B0096A28179DF800EF93FD /* HomeViewController.swift */; }; @@ -55,6 +53,14 @@ 47DAE50A2922EF72008E95E1 /* LiveChatsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47DAE5092922EF72008E95E1 /* LiveChatsViewController.swift */; }; 47DAE50C2922EF7A008E95E1 /* LiveChatsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47DAE50B2922EF7A008E95E1 /* LiveChatsViewModel.swift */; }; 47DAE50F2922EF8D008E95E1 /* LiveChatTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47DAE50E2922EF8D008E95E1 /* LiveChatTableViewCell.swift */; }; + 47E991D42A780D46006DE6F5 /* ViafouraSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47A7E50A2A3215440056AF74 /* ViafouraSDK.framework */; }; + 47E991D52A780D46006DE6F5 /* ViafouraSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 47A7E50A2A3215440056AF74 /* ViafouraSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 47F912E02A683F81004D457C /* PollTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47F912DF2A683F81004D457C /* PollTableViewCell.swift */; }; + 47F912E22A684199004D457C /* Content.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47F912E12A684199004D457C /* Content.swift */; }; + 47F912E42A68419F004D457C /* Poll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47F912E32A68419F004D457C /* Poll.swift */; }; + 47F912E72A68431A004D457C /* PollViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47F912E62A68431A004D457C /* PollViewController.swift */; }; + 47F912E92A684650004D457C /* PollViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47F912E82A684650004D457C /* PollViewModel.swift */; }; + 47F912EB2A684694004D457C /* Poll.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 47F912EA2A684694004D457C /* Poll.storyboard */; }; 70ACF1AD7E6B5FDF8B92884B /* Pods_Viafoura.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D84CA436C59C8B7F6588B2B /* Pods_Viafoura.framework */; }; /* End PBXBuildFile section */ @@ -86,13 +92,13 @@ name = "Embed Foundation Extensions"; runOnlyForDeploymentPostprocessing = 0; }; - 4776BF1F29AAC1D9006C6642 /* Embed Frameworks */ = { + 47E991D62A780D46006DE6F5 /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 47A90B842A3CCC4A004DE7B9 /* ViafouraSDK.framework in Embed Frameworks */, + 47E991D52A780D46006DE6F5 /* ViafouraSDK.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -150,6 +156,12 @@ 47DAE5092922EF72008E95E1 /* LiveChatsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveChatsViewController.swift; sourceTree = ""; }; 47DAE50B2922EF7A008E95E1 /* LiveChatsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveChatsViewModel.swift; sourceTree = ""; }; 47DAE50E2922EF8D008E95E1 /* LiveChatTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveChatTableViewCell.swift; sourceTree = ""; }; + 47F912DF2A683F81004D457C /* PollTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollTableViewCell.swift; sourceTree = ""; }; + 47F912E12A684199004D457C /* Content.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Content.swift; sourceTree = ""; }; + 47F912E32A68419F004D457C /* Poll.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Poll.swift; sourceTree = ""; }; + 47F912E62A68431A004D457C /* PollViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollViewController.swift; sourceTree = ""; }; + 47F912E82A684650004D457C /* PollViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollViewModel.swift; sourceTree = ""; }; + 47F912EA2A684694004D457C /* Poll.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Poll.storyboard; sourceTree = ""; }; 828EF67343F1A1E05E74D4B0 /* Pods-Viafoura.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Viafoura.release.xcconfig"; path = "Target Support Files/Pods-Viafoura/Pods-Viafoura.release.xcconfig"; sourceTree = ""; }; 8D84CA436C59C8B7F6588B2B /* Pods_Viafoura.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Viafoura.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -159,7 +171,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 47A90B832A3CCC4A004DE7B9 /* ViafouraSDK.framework in Frameworks */, + 47E991D42A780D46006DE6F5 /* ViafouraSDK.framework in Frameworks */, 47B1DD39297EC13700FBD05C /* Kingfisher in Frameworks */, 70ACF1AD7E6B5FDF8B92884B /* Pods_Viafoura.framework in Frameworks */, ); @@ -224,6 +236,8 @@ 4779041A2818E81B0019B2F3 /* Story.swift */, 4771BE2B2935506E00389833 /* Setting.swift */, 4771BE31293556A000389833 /* VCIdentifier.swift */, + 47F912E12A684199004D457C /* Content.swift */, + 47F912E32A68419F004D457C /* Poll.swift */, ); path = Model; sourceTree = ""; @@ -241,6 +255,7 @@ 4779041D2818E8280019B2F3 /* Features */ = { isa = PBXGroup; children = ( + 47F912E52A684312004D457C /* Poll */, 47CB993C29E3866F0070FF2B /* LiveChat */, 479B5A2829D34A9400734F84 /* LiveBlog */, 4771BE2E2935544500389833 /* CommentsContainer */, @@ -270,6 +285,7 @@ isa = PBXGroup; children = ( 477904142818E73D0019B2F3 /* StoryTableViewCell.swift */, + 47F912DF2A683F81004D457C /* PollTableViewCell.swift */, ); path = Cell; sourceTree = ""; @@ -402,6 +418,16 @@ path = Cell; sourceTree = ""; }; + 47F912E52A684312004D457C /* Poll */ = { + isa = PBXGroup; + children = ( + 47F912E62A68431A004D457C /* PollViewController.swift */, + 47F912E82A684650004D457C /* PollViewModel.swift */, + 47F912EA2A684694004D457C /* Poll.storyboard */, + ); + path = Poll; + sourceTree = ""; + }; 647EE21E98ADD6C38637E6BB /* Pods */ = { isa = PBXGroup; children = ( @@ -424,8 +450,8 @@ 47B0096128179DF800EF93FD /* Resources */, 5AAEF5A1819B1F8289A16C03 /* [CP] Embed Pods Frameworks */, 47162763293FAA9400729F25 /* Embed Foundation Extensions */, - 4776BF1F29AAC1D9006C6642 /* Embed Frameworks */, 4710CE282A1689A900A4115D /* ShellScript */, + 47E991D62A780D46006DE6F5 /* Embed Frameworks */, ); buildRules = ( ); @@ -516,6 +542,7 @@ 4707010028CBEBC500BE9C0D /* GoogleService-Info.plist in Resources */, 47B0097028179DFB00EF93FD /* Assets.xcassets in Resources */, 47B0096E28179DF800EF93FD /* Main.storyboard in Resources */, + 47F912EB2A684694004D457C /* Poll.storyboard in Resources */, 4707010828CFAD2C00BE9C0D /* LoginRadius.plist in Resources */, 47CB996C29E586B60070FF2B /* LiveChat.storyboard in Resources */, ); @@ -590,8 +617,10 @@ buildActionMask = 2147483647; files = ( 47DAE50A2922EF72008E95E1 /* LiveChatsViewController.swift in Sources */, + 47F912E92A684650004D457C /* PollViewModel.swift in Sources */, 477904262818EAB90019B2F3 /* LoginViewController.swift in Sources */, 47A8F2272832D1E700D9EB8B /* SignUpViewModel.swift in Sources */, + 47F912E22A684199004D457C /* Content.swift in Sources */, 4779041B2818E81B0019B2F3 /* Story.swift in Sources */, 4771BE302935545600389833 /* CommentsContainerViewController.swift in Sources */, 47CB997329E589700070FF2B /* StoryboardCreatable.swift in Sources */, @@ -604,6 +633,8 @@ 4771BE32293556A100389833 /* VCIdentifier.swift in Sources */, 4771BE342935571D00389833 /* CommentsContainerViewModel.swift in Sources */, 477904282818EC6C0019B2F3 /* ArticleViewModel.swift in Sources */, + 47F912E02A683F81004D457C /* PollTableViewCell.swift in Sources */, + 47F912E72A68431A004D457C /* PollViewController.swift in Sources */, 47DAE50C2922EF7A008E95E1 /* LiveChatsViewModel.swift in Sources */, 473DBC2C285A59E30044D00F /* CustomNavigationController.swift in Sources */, 477904182818E7FF0019B2F3 /* HomeViewModel.swift in Sources */, @@ -612,6 +643,7 @@ 477904112818E2CC0019B2F3 /* ArticleViewController.swift in Sources */, 47CB994029E386820070FF2B /* LiveChatViewModel.swift in Sources */, 47DAE50F2922EF8D008E95E1 /* LiveChatTableViewCell.swift in Sources */, + 47F912E42A68419F004D457C /* Poll.swift in Sources */, 47A8F22B2832D1F300D9EB8B /* SignUpViewController.swift in Sources */, 4771BE2829354C4E00389833 /* SettingsViewModel.swift in Sources */, 4795030B2819D05D00ED9E56 /* LoginViewModel.swift in Sources */, @@ -767,7 +799,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Viafoura/Viafoura.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 34; + CURRENT_PROJECT_VERSION = 38; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = JJ3874BH56; GENERATE_INFOPLIST_FILE = YES; @@ -782,7 +814,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.33; + MARKETING_VERSION = 1.0.37; PRODUCT_BUNDLE_IDENTIFIER = com.viafoura.sampleapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -799,7 +831,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Viafoura/Viafoura.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 34; + CURRENT_PROJECT_VERSION = 38; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = JJ3874BH56; GENERATE_INFOPLIST_FILE = YES; @@ -814,7 +846,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.33; + MARKETING_VERSION = 1.0.37; PRODUCT_BUNDLE_IDENTIFIER = com.viafoura.sampleapp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/SampleApp/Viafoura/AppDelegate.swift b/SampleApp/Viafoura/AppDelegate.swift index 2c40e25b..180a8296 100644 --- a/SampleApp/Viafoura/AppDelegate.swift +++ b/SampleApp/Viafoura/AppDelegate.swift @@ -19,6 +19,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, MessagingDelegate, UNUser func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-c8cddfd7b365", siteDomain: "viafoura-mobile-demo.vercel.app") + //ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-a3692e0c0e77", siteDomain: "test.viafoura.com") + //ViafouraSDK.initialize(siteUUID: "00000000-0000-4000-8000-0892b54dbf4e", siteDomain: "reactqa5.smgdigitaldev.com") FirebaseApp.configure() diff --git a/SampleApp/Viafoura/Features/Article/ArticleViewController.swift b/SampleApp/Viafoura/Features/Article/ArticleViewController.swift index acac86a8..1709b18c 100644 --- a/SampleApp/Viafoura/Features/Article/ArticleViewController.swift +++ b/SampleApp/Viafoura/Features/Article/ArticleViewController.swift @@ -154,7 +154,7 @@ class ArticleViewController: UIViewController, StoryboardCreateable { preCommentsViewController.setActionCallbacks(callbacks: callbacks) preCommentsViewController.setAdDelegate(adDelegate: self) preCommentsViewController.setLayoutDelegate(layoutDelegate: self) - preCommentsViewController.setAuthorsIds(authors: [articleViewModel.story.authorId]) + preCommentsViewController.setAuthorsIds(authors: [articleViewModel.story.authorId] ) if let contentUUID = articleViewModel.selectedContentUUID { preCommentsViewController.getContentScrollPosition(contentUUID: contentUUID, completion: { [weak self] yPosition in @@ -220,7 +220,7 @@ class ArticleViewController: UIViewController, StoryboardCreateable { return } - if let story = defaultStories.filter { $0.containerId == containerId }.first { + if let content = defaultContents.filter({ $0.story?.containerId == containerId }).first, let story = content.story { articleVC.articleViewModel = ArticleViewModel(story: story) articleVC.articleViewModel.selectedContentUUID = contentUUID articleVC.hidesBottomBarWhenPushed = true @@ -235,6 +235,8 @@ class ArticleViewController: UIViewController, StoryboardCreateable { let callbacks: VFActionsCallbacks = { type in switch type { + case .commentPosted(let contentUUID): + break default: break } @@ -296,6 +298,8 @@ extension ArticleViewController: VFLoginDelegate { extension ArticleViewController: VFCustomUIDelegate { func customizeView(theme: VFTheme, view: VFCustomizableView) { switch view { + case .profileLogoutLabel(let label): + label.isHidden = true case .previewBackgroundView(let view): if theme == VFTheme.dark { view.backgroundColor = darkBackgroundColor diff --git a/SampleApp/Viafoura/Features/Home/Cell/PollTableViewCell.swift b/SampleApp/Viafoura/Features/Home/Cell/PollTableViewCell.swift new file mode 100644 index 00000000..7f67a195 --- /dev/null +++ b/SampleApp/Viafoura/Features/Home/Cell/PollTableViewCell.swift @@ -0,0 +1,31 @@ +// +// PollTableViewCell.swift +// Viafoura +// +// Created by Martin De Simone on 19/07/2023. +// + +import UIKit +class PollTableViewCell: UITableViewCell{ + + @IBOutlet weak var containerView: UIView! + @IBOutlet weak var containerImage: UIImageView! + @IBOutlet weak var containerLabel: UILabel! + + func setup(forPoll poll: Poll){ + containerLabel.text = poll.title + + containerView.backgroundColor = .white + containerView.layer.masksToBounds = false + containerView.layer.cornerCurve = .continuous + containerView.layer.cornerRadius = 12 + containerView.layer.shadowColor = UIColor.black.cgColor + containerView.layer.shadowOffset = CGSize(width: 0, height: 2) + containerView.layer.shadowRadius = 8 + containerView.layer.shadowOpacity = 0.15 + containerView.layer.rasterizationScale = UIScreen.main.scale + containerView.layer.shouldRasterize = true + + selectionStyle = .none + } +} diff --git a/SampleApp/Viafoura/Features/Home/Cell/StoryTableViewCell.swift b/SampleApp/Viafoura/Features/Home/Cell/StoryTableViewCell.swift index 648eb44d..8eca7271 100644 --- a/SampleApp/Viafoura/Features/Home/Cell/StoryTableViewCell.swift +++ b/SampleApp/Viafoura/Features/Home/Cell/StoryTableViewCell.swift @@ -41,9 +41,4 @@ class StoryTableViewCell: UITableViewCell{ selectionStyle = .none } - - @objc - func shareTapped(){ - - } } diff --git a/SampleApp/Viafoura/Features/Home/Home.storyboard b/SampleApp/Viafoura/Features/Home/Home.storyboard index fbf966d1..7fbcf3e2 100644 --- a/SampleApp/Viafoura/Features/Home/Home.storyboard +++ b/SampleApp/Viafoura/Features/Home/Home.storyboard @@ -1,9 +1,9 @@ - + - + @@ -17,12 +17,61 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SampleApp/Viafoura/Features/Home/HomeViewController.swift b/SampleApp/Viafoura/Features/Home/HomeViewController.swift index c41673c1..b1b033a3 100644 --- a/SampleApp/Viafoura/Features/Home/HomeViewController.swift +++ b/SampleApp/Viafoura/Features/Home/HomeViewController.swift @@ -19,6 +19,7 @@ class HomeViewController: UIViewController, StoryboardCreateable { struct CellIdentifier { static let storyCell = "storyCell" + static let pollCell = "pollCell" } override func viewDidLoad() { @@ -134,37 +135,58 @@ extension HomeViewController: UITableViewDataSource{ } func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { - return viewModel.stories.count + return viewModel.contents.count } } extension HomeViewController: UITableViewDelegate{ func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { - let story = viewModel.stories[indexPath.row] - if story.storyType == .comments { - guard let articleVC = ArticleViewController.new() else{ - return + let content = viewModel.contents[indexPath.row] + if let story = content.story { + if story.storyType == .comments { + guard let articleVC = ArticleViewController.new() else{ + return + } + + articleVC.articleViewModel = ArticleViewModel(story: story) + articleVC.hidesBottomBarWhenPushed = true + self.navigationController?.pushViewController(articleVC, animated: true) + } else if story.storyType == .blog { + guard let liveBlogVC = LiveBlogViewController.new() else{ + return + } + + liveBlogVC.viewModel = LiveBlogViewModel(story: story) + liveBlogVC.hidesBottomBarWhenPushed = true + self.navigationController?.pushViewController(liveBlogVC, animated: true) } - - articleVC.articleViewModel = ArticleViewModel(story: viewModel.stories[indexPath.row]) - articleVC.hidesBottomBarWhenPushed = true - self.navigationController?.pushViewController(articleVC, animated: true) - } else if story.storyType == .blog { - guard let liveBlogVC = LiveBlogViewController.new() else{ + } else if let poll = content.poll { + guard let pollVC = PollViewController.new() else{ return } - - liveBlogVC.viewModel = LiveBlogViewModel(story: viewModel.stories[indexPath.row]) - liveBlogVC.hidesBottomBarWhenPushed = true - self.navigationController?.pushViewController(liveBlogVC, animated: true) + pollVC.pollViewModel = PollViewModel(poll: poll) + pollVC.modalPresentationStyle = .overCurrentContext + + self.present(pollVC, animated: true) } } + func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { + let content = viewModel.contents[indexPath.row] + return content.type == .poll ? 90 : 280 + } + func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { - let cell = tableView.dequeueReusableCell(withIdentifier: CellIdentifier.storyCell) as! StoryTableViewCell - let story = viewModel.stories[indexPath.row] - cell.setup(forStory: story) - return cell + let content = viewModel.contents[indexPath.row] + if content.type == .story, let story = content.story { + let cell = tableView.dequeueReusableCell(withIdentifier: CellIdentifier.storyCell) as! StoryTableViewCell + cell.setup(forStory: story) + return cell + } else { + let cell = tableView.dequeueReusableCell(withIdentifier: CellIdentifier.pollCell) as! PollTableViewCell + cell.setup(forPoll: content.poll!) + return cell + } } } diff --git a/SampleApp/Viafoura/Features/Home/HomeViewModel.swift b/SampleApp/Viafoura/Features/Home/HomeViewModel.swift index 6b06ad43..953d5a4b 100644 --- a/SampleApp/Viafoura/Features/Home/HomeViewModel.swift +++ b/SampleApp/Viafoura/Features/Home/HomeViewModel.swift @@ -9,7 +9,7 @@ import Foundation import ViafouraSDK class HomeViewModel { - var stories = defaultStories + var contents = defaultContents let auth = ViafouraSDK.auth() func getAuthState(completion: @escaping (VFLoginStatus) -> Void){ diff --git a/SampleApp/Viafoura/Features/Poll/Poll.storyboard b/SampleApp/Viafoura/Features/Poll/Poll.storyboard new file mode 100644 index 00000000..2e9f90bc --- /dev/null +++ b/SampleApp/Viafoura/Features/Poll/Poll.storyboard @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SampleApp/Viafoura/Features/Poll/PollViewController.swift b/SampleApp/Viafoura/Features/Poll/PollViewController.swift new file mode 100644 index 00000000..e3f7e3bc --- /dev/null +++ b/SampleApp/Viafoura/Features/Poll/PollViewController.swift @@ -0,0 +1,76 @@ +// +// PollViewController.swift +// Viafoura +// +// Created by Martin De Simone on 19/07/2023. +// + +import UIKit +import ViafouraSDK + +class PollViewController: UIViewController, StoryboardCreateable { + static var storyboardName = "Poll" + + var pollViewModel: PollViewModel! + + @IBOutlet weak var containerViewHeight: NSLayoutConstraint! + @IBOutlet weak var containerView: UIView! + @IBOutlet weak var backgroundView: UIView! + + override func viewDidLoad() { + super.viewDidLoad() + + backgroundView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(backgroundTapped))) + + addPollViewController() + } + + @objc + func backgroundTapped(){ + self.dismiss(animated: true) + } + + func addPollViewController(){ + let settings = VFSettings(colors: VFColors()) + guard let pollVC = VFPollViewController.new(contentContainerUUID: pollViewModel.poll.contentContainerUUID, loginDelegate: self, settings: settings) else { + return + } + + pollVC.setLayoutDelegate(layoutDelegate: self) + pollVC.setTheme(theme: UserDefaults.standard.bool(forKey: SettingsKeys.darkMode) == true ? .dark : .light) + + addChild(pollVC) + + containerView.addSubview(pollVC.view) + containerView.clipsToBounds = true + containerView.layer.cornerCurve = .continuous + containerView.layer.cornerRadius = 12 + containerView.layer.shadowColor = UIColor.black.cgColor + containerView.layer.shadowOffset = CGSize(width: 0, height: 2) + containerView.layer.shadowRadius = 8 + containerView.layer.shadowOpacity = 0.15 + containerView.layer.rasterizationScale = UIScreen.main.scale + containerView.layer.shouldRasterize = true + + pollVC.view.frame = CGRect(x: 0, y: 0, width: containerView.frame.width, height: pollVC.view.frame.height) + + pollVC.willMove(toParent: self) + pollVC.didMove(toParent: self) + } +} + +extension PollViewController: VFLayoutDelegate { + func containerHeightUpdated(viewController: VFUIViewController, height: CGFloat) { + containerViewHeight.constant = height + + UIView.animate(withDuration: 0.5, animations: { + self.view.layoutIfNeeded() + }) + } +} + +extension PollViewController: VFLoginDelegate { + func startLogin() { + + } +} diff --git a/SampleApp/Viafoura/Features/Poll/PollViewModel.swift b/SampleApp/Viafoura/Features/Poll/PollViewModel.swift new file mode 100644 index 00000000..45b894c8 --- /dev/null +++ b/SampleApp/Viafoura/Features/Poll/PollViewModel.swift @@ -0,0 +1,15 @@ +// +// PollViewModel.swift +// Viafoura +// +// Created by Martin De Simone on 19/07/2023. +// + +import Foundation +class PollViewModel{ + let poll: Poll + + init(poll: Poll) { + self.poll = poll + } +} diff --git a/SampleApp/Viafoura/Model/Content.swift b/SampleApp/Viafoura/Model/Content.swift new file mode 100644 index 00000000..abf56cb3 --- /dev/null +++ b/SampleApp/Viafoura/Model/Content.swift @@ -0,0 +1,25 @@ +// +// Content.swift +// Viafoura +// +// Created by Martin De Simone on 19/07/2023. +// + +import Foundation +public struct Content { + let type: ContentType + let story: Story? + let poll: Poll? +} + +public enum ContentType { + case story + case poll +} + +public let defaultContents: [Content] = [ + Content(type: .story, story: Story(pictureUrl: "https://www.datocms-assets.com/55856/1636753460-information-overload.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.86&fp-y=0.47&h=428&w=856", title: "Moving Staff to Cover the Coronavirus", description: "Here Are What Media Companies Are Doing to Deal With COVID-19 Information Overload", author: "Norman Phillips", category: "ECONOMIA", link: "https://viafoura-mobile-demo.vercel.app/posts/here-are-what-media-companies-are-doing-with-covid-19-overload", containerId: "8b6905f5-a195-5bb6-9f84-12a0833021e0", authorId: "3147700024522", storyType: .comments), poll: nil), + //Content(type: .poll, story: nil, poll: Poll(contentContainerUUID: UUID(uuidString: "9BC06A89-2B04-402F-8379-D4E29A248B3C")!, title: "Who is the best player ever?")), + Content(type: .story, story: Story(pictureUrl: "https://www.datocms-assets.com/55856/1636663477-blognewheights.jpg?fit=crop&fm=webp&h=428&w=856", title: "Grow civility", description: "Don't shut out your community, instead guide them towards civility", author: "Tom Hardington", category: "ECONOMIA", link: "https://viafoura-mobile-demo.vercel.app/posts/dont-shut-out-your-community-guide-them-to-civility", containerId: "101113531", authorId: "3147700024522", storyType: .comments), poll: nil), + Content(type: .story, story: Story(pictureUrl: "https://www.datocms-assets.com/55856/1639925068-brexit-to-cost-the-uk.jpg?fit=crop&fm=webp&h=428&w=856", title: "Brexit cost", description: "Brexit to cost £1,200 for each person in UK", author: "Tom Hardington", category: "ECONOMIA", link: "https://viafoura-mobile-demo.vercel.app/posts/brexit-to-cost-gbp1-200-for-each-person-in-uk", containerId: "101113509", authorId: "3147700024522", storyType: .comments), poll: nil) +] diff --git a/SampleApp/Viafoura/Model/Poll.swift b/SampleApp/Viafoura/Model/Poll.swift new file mode 100644 index 00000000..3e5c9ab3 --- /dev/null +++ b/SampleApp/Viafoura/Model/Poll.swift @@ -0,0 +1,12 @@ +// +// Poll.swift +// Viafoura +// +// Created by Martin De Simone on 19/07/2023. +// + +import Foundation +struct Poll { + let contentContainerUUID: UUID + let title: String +} diff --git a/SampleApp/Viafoura/Model/Setting.swift b/SampleApp/Viafoura/Model/Setting.swift index 1d957422..19a8798d 100644 --- a/SampleApp/Viafoura/Model/Setting.swift +++ b/SampleApp/Viafoura/Model/Setting.swift @@ -16,11 +16,13 @@ public struct SettingsKeys { public static let commentsContainerFullscreen = "commentsContainerFullscreen" public static let darkMode = "darkMode" public static let showNotificationBellInTopBar = "showNotificationBellInTopBar" + public static let showPolls = "showPolls" } public let defaultSettings: [Setting] = [ Setting(title: "Use comments container on fullscreen", key: SettingsKeys.commentsContainerFullscreen), Setting(title: "Show trending articles", key: SettingsKeys.showTrendingArticles), Setting(title: "Dark mode", key: SettingsKeys.darkMode), - Setting(title: "Show notification bell in top bar", key: SettingsKeys.showNotificationBellInTopBar) + Setting(title: "Show notification bell in top bar", key: SettingsKeys.showNotificationBellInTopBar), + Setting(title: "Show polls", key: SettingsKeys.showPolls) ] diff --git a/SampleApp/Viafoura/Model/Story.swift b/SampleApp/Viafoura/Model/Story.swift index 1668402b..a781a72d 100644 --- a/SampleApp/Viafoura/Model/Story.swift +++ b/SampleApp/Viafoura/Model/Story.swift @@ -21,9 +21,3 @@ enum StoryType { case blog case comments } - -public let defaultStories: [Story] = [ - Story(pictureUrl: "https://www.datocms-assets.com/55856/1636753460-information-overload.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.86&fp-y=0.47&h=428&w=856", title: "Moving Staff to Cover the Coronavirus", description: "Here Are What Media Companies Are Doing to Deal With COVID-19 Information Overload", author: "Norman Phillips", category: "ECONOMIA", link: "https://viafoura-mobile-demo.vercel.app/posts/here-are-what-media-companies-are-doing-with-covid-19-overload", containerId: "101113541", authorId: "3147700024522", storyType: .comments), - Story(pictureUrl: "https://www.datocms-assets.com/55856/1636663477-blognewheights.jpg?fit=crop&fm=webp&h=428&w=856", title: "Grow civility", description: "Don't shut out your community, instead guide them towards civility", author: "Tom Hardington", category: "ECONOMIA", link: "https://viafoura-mobile-demo.vercel.app/posts/dont-shut-out-your-community-guide-them-to-civility", containerId: "101113531", authorId: "3147700024522", storyType: .comments), - Story(pictureUrl: "https://www.datocms-assets.com/55856/1639925068-brexit-to-cost-the-uk.jpg?fit=crop&fm=webp&h=428&w=856", title: "Brexit cost", description: "Brexit to cost £1,200 for each person in UK", author: "Tom Hardington", category: "ECONOMIA", link: "https://viafoura-mobile-demo.vercel.app/posts/brexit-to-cost-gbp1-200-for-each-person-in-uk", containerId: "101113509", authorId: "3147700024522", storyType: .comments) -] diff --git a/ViafouraCore.podspec b/ViafouraCore.podspec index 21652a05..3f975539 100644 --- a/ViafouraCore.podspec +++ b/ViafouraCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ViafouraCore' - s.version = '0.0.14' + s.version = '0.0.17' 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 b77a840f..a46a6847 100644 --- a/ViafouraSDK.xcframework/Info.plist +++ b/ViafouraSDK.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath ViafouraSDK.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 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 6d53b44a..1aeda6d8 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/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 4d577ee4..54b39bb1 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 7808b330..687c4bcf 100644 --- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h +++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h @@ -330,6 +330,9 @@ SWIFT_CLASS("_TtC11ViafouraSDK24SingleChatViewController") + + + SWIFT_CLASS("_TtC11ViafouraSDK8VFAdView") @interface VFAdView : UIView - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; @@ -574,7 +577,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end - @protocol UIViewControllerTransitionCoordinator; @interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) @@ -582,6 +584,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") @end + @interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) - (void)textViewDidChange:(UITextView * _Nonnull)textView; @end @@ -618,6 +621,23 @@ SWIFT_CLASS("_TtC11ViafouraSDK12VFPinnedView") @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; 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 0cc77568..7529b050 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 @@ -14,6 +14,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -722,35 +732,6 @@ ], "funcSelfKind": "NonMutating" }, - { - "kind": "Function", - "name": "colorFollowingDefault", - "printedName": "colorFollowingDefault(_:)", - "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:11ViafouraSDK15VFDefaultColorsV21colorFollowingDefaultySo7UIColorCAA7VFThemeOFZ", - "mangledName": "$s11ViafouraSDK15VFDefaultColorsV21colorFollowingDefaultySo7UIColorCAA7VFThemeOFZ", - "moduleName": "ViafouraSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "colorErrorDefault", @@ -1489,8 +1470,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -3449,6 +3430,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -4896,6 +4887,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFTheme", @@ -5461,6 +5462,120 @@ "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" } ], "declKind": "Enum", @@ -6414,68 +6529,8 @@ }, { "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", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -6494,8 +6549,8 @@ }, { "kind": "TypeDecl", - "name": "VFDislikeCommentError", - "printedName": "VFDislikeCommentError", + "name": "VFClosePollError", + "printedName": "VFClosePollError", "children": [ { "kind": "Var", @@ -6505,24 +6560,24 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFDislikeCommentError.Type) -> ViafouraSDK.VFDislikeCommentError", + "printedName": "(ViafouraSDK.VFClosePollError.Type) -> ViafouraSDK.VFClosePollError", "children": [ { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "ViafouraSDK.VFDislikeCommentError.Type", + "printedName": "ViafouraSDK.VFClosePollError.Type", "children": [ { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" } ] } @@ -6530,8 +6585,8 @@ } ], "declKind": "EnumElement", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO7unknownyA2CmF", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO7unknownyA2CmF", + "usr": "s:11ViafouraSDK16VFClosePollErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO7unknownyA2CmF", "moduleName": "ViafouraSDK" }, { @@ -6547,20 +6602,20 @@ }, { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" }, { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO2eeoiySbAC_ACtFZ", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO2eeoiySbAC_ACtFZ", + "usr": "s:11ViafouraSDK16VFClosePollErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO2eeoiySbAC_ACtFZ", "moduleName": "ViafouraSDK", "static": true, "implicit": true, @@ -6579,8 +6634,8 @@ } ], "declKind": "Var", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivp", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivp", + "usr": "s:11ViafouraSDK16VFClosePollErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO9hashValueSivp", "moduleName": "ViafouraSDK", "implicit": true, "accessors": [ @@ -6597,8 +6652,8 @@ } ], "declKind": "Accessor", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivg", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivg", + "usr": "s:11ViafouraSDK16VFClosePollErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO9hashValueSivg", "moduleName": "ViafouraSDK", "implicit": true, "accessorKind": "get" @@ -6624,8 +6679,8 @@ } ], "declKind": "Func", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO4hash4intoys6HasherVz_tF", + "usr": "s:11ViafouraSDK16VFClosePollErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO4hash4intoys6HasherVz_tF", "moduleName": "ViafouraSDK", "implicit": true, "funcSelfKind": "NonMutating" @@ -6651,8 +6706,8 @@ } ], "declKind": "Var", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvp", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvp", + "usr": "s:11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvp", "moduleName": "ViafouraSDK", "declAttributes": [ "AccessControl" @@ -6680,8 +6735,8 @@ } ], "declKind": "Accessor", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvg", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvg", + "usr": "s:11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvg", "moduleName": "ViafouraSDK", "isFromExtension": true, "accessorKind": "get" @@ -6690,8 +6745,8 @@ } ], "declKind": "Enum", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO", + "usr": "s:11ViafouraSDK16VFClosePollErrorO", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO", "moduleName": "ViafouraSDK", "declAttributes": [ "AccessControl" @@ -6745,56 +6800,398 @@ ] }, { - "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", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ - "AccessControl" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - } + "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" + } ] }, { @@ -9384,6 +9781,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFEnableCommentError", @@ -10206,6 +10613,43 @@ "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", @@ -10818,6 +11262,43 @@ "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": "==", @@ -10959,6 +11440,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFUpdateCommentsContainerSettingsError", @@ -11630,6 +12121,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -13475,6 +13976,258 @@ "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", @@ -15152,6 +15905,295 @@ "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", @@ -16097,8 +17139,18 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -23641,18 +24693,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ViafouraSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -23661,121 +24703,256 @@ }, { "kind": "TypeDecl", - "name": "VFEditCommentError", - "printedName": "VFEditCommentError", + "name": "VFPollViewController", + "printedName": "VFPollViewController", "children": [ { "kind": "Var", - "name": "unknown", - "printedName": "unknown", + "name": "storyboardName", + "printedName": "storyboardName", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ViafouraSDK.VFEditCommentError.Type) -> ViafouraSDK.VFEditCommentError", + "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": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "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": "Metatype", - "printedName": "ViafouraSDK.VFEditCommentError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" - } - ] + "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" } - ], - "declKind": "EnumElement", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO7unknownyA2CmF", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO7unknownyA2CmF", - "moduleName": "ViafouraSDK" + ] }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "new", + "printedName": "new(contentContainerUUID:loginDelegate:settings:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "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": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" }, { "kind": "TypeNominal", - "name": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO2eeoiySbAC_ACtFZ", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO2eeoiySbAC_ACtFZ", + "usr": "s:11ViafouraSDK20VFPollViewControllerC3new20contentContainerUUID13loginDelegate8settingsACSg10Foundation0I0V_AA07VFLoginK0_pAA10VFSettingsVtFZ", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC3new20contentContainerUUID13loginDelegate8settingsACSg10Foundation0I0V_AA07VFLoginK0_pAA10VFSettingsVtFZ", "moduleName": "ViafouraSDK", "static": true, - "implicit": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO9hashValueSivp", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO9hashValueSivp", + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC11viewDidLoadyyF", "moduleName": "ViafouraSDK", - "implicit": true, - "accessors": [ + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "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": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" } - ], - "declKind": "Accessor", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO9hashValueSivg", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO9hashValueSivg", - "moduleName": "ViafouraSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPollViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", + "name": "setLayoutDelegate", + "printedName": "setLayoutDelegate(layoutDelegate:)", "children": [ { "kind": "TypeNominal", @@ -23784,24 +24961,32 @@ }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "VFLayoutDelegate", + "printedName": "ViafouraSDK.VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO4hash4intoys6HasherVz_tF", + "usr": "s:11ViafouraSDK20VFPollViewControllerC17setLayoutDelegate06layoutH0yAA08VFLayoutH0_p_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC17setLayoutDelegate06layoutH0yAA08VFLayoutH0_p_tF", "moduleName": "ViafouraSDK", - "implicit": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "errorDescription", - "printedName": "errorDescription", + "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", @@ -23815,53 +25000,127 @@ } ], "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": "Var", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvp", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvp", + "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": [ - "AccessControl" + "Dynamic", + "ObjC", + "Custom", + "Override" ], - "isFromExtension": true, - "accessors": [ + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFPollViewController?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "VFPollViewController", + "printedName": "ViafouraSDK.VFPollViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController" } ], - "declKind": "Accessor", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvg", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvg", - "moduleName": "ViafouraSDK", - "isFromExtension": true, - "accessorKind": "get" + "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": "Enum", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC", "moduleName": "ViafouraSDK", "declAttributes": [ - "AccessControl" + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" ], "conformances": [ { @@ -23880,17 +25139,552 @@ }, { "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" + "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": "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": "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", @@ -27157,6 +28951,258 @@ "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", @@ -27308,6 +29354,16 @@ } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "Foundation", @@ -27760,6 +29816,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -27867,6 +29933,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -29766,18 +31842,18 @@ }, { "kind": "Var", - "name": "commentCellRepliesLabel", - "printedName": "commentCellRepliesLabel", + "name": "commentCellCustomBadge", + "printedName": "commentCellCustomBadge", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFCustomBadgeView) -> ViafouraSDK.VFCustomizableView", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "printedName": "(ViafouraSDK.VFCustomBadgeView) -> ViafouraSDK.VFCustomizableView", "children": [ { "kind": "TypeNominal", @@ -29788,13 +31864,13 @@ { "kind": "TypeNominal", "name": "Tuple", - "printedName": "(label: ViafouraSDK.VFLabel)", + "printedName": "(badge: ViafouraSDK.VFCustomBadgeView)", "children": [ { "kind": "TypeNominal", - "name": "VFLabel", - "printedName": "ViafouraSDK.VFLabel", - "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + "name": "VFCustomBadgeView", + "printedName": "ViafouraSDK.VFCustomBadgeView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCustomBadgeView" } ] } @@ -29817,8 +31893,8 @@ } ], "declKind": "EnumElement", - "usr": "s:11ViafouraSDK18VFCustomizableViewO23commentCellRepliesLabelyAcA7VFLabelC_tcACmF", - "mangledName": "$s11ViafouraSDK18VFCustomizableViewO23commentCellRepliesLabelyAcA7VFLabelC_tcACmF", + "usr": "s:11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF", "moduleName": "ViafouraSDK" }, { @@ -36256,8 +38332,28 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "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": [ @@ -40904,6 +43000,46 @@ "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", @@ -44853,6 +46989,16 @@ } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "Foundation", @@ -45874,6 +48020,41 @@ "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": 1016, + "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": 1077, + "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": 1140, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", "kind": "BooleanLiteral", @@ -46675,112 +48856,105 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 2812, - "length": 16, - "value": "\"ColorFollowing\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", - "kind": "StringLiteral", - "offset": 3024, + "offset": 2804, "length": 12, "value": "\"ColorError\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3234, + "offset": 3014, "length": 14, "value": "\"ColorWarning\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3450, + "offset": 3230, "length": 18, "value": "\"ColorEditorPicks\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3666, + "offset": 3446, "length": 21, "value": "\"ColorThreadingLines\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3888, + "offset": 3668, "length": 17, "value": "\"ColorChatBubble\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4102, + "offset": 3882, "length": 13, "value": "\"ColorPinned\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4317, + "offset": 4097, "length": 18, "value": "\"ColorPinnedBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4533, + "offset": 4313, "length": 14, "value": "\"ColorPrimary\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4750, + "offset": 4530, "length": 19, "value": "\"ColorPrimaryLight\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4967, + "offset": 4747, "length": 14, "value": "\"ColorBorder1\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5183, + "offset": 4963, "length": 18, "value": "\"ColorAuthorBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5406, + "offset": 5186, "length": 21, "value": "\"ColorModeratorBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5625, + "offset": 5405, "length": 21, "value": "\"ColorNewCommentText\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5835, + "offset": 5615, "length": 12, "value": "\"ColorIcons\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 6039, + "offset": 5819, "length": 15, "value": "\"ColorInputBox\"" }, @@ -46906,28 +49080,28 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "IntegerLiteral", - "offset": 897, + "offset": 842, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "FloatLiteral", - "offset": 1017, + "offset": 962, "length": 3, "value": "4.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "IntegerLiteral", - "offset": 1418, + "offset": 1363, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewModel.swift", "kind": "Dictionary", - "offset": 413, + "offset": 442, "length": 3, "value": "[]" }, @@ -47421,6 +49595,48 @@ "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": 1438, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", "kind": "BooleanLiteral", @@ -47998,147 +50214,147 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 3220, + "offset": 3397, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4259, + "offset": 4436, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4345, + "offset": 4522, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4884, + "offset": 5061, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5208, + "offset": 5385, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5745, + "offset": 5922, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5840, + "offset": 6017, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 6373, + "offset": 6550, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 6703, + "offset": 6880, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 7634, + "offset": 7811, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 7678, + "offset": 7855, "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": 8432, + "offset": 8609, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 9826, + "offset": 10003, "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": 9905, + "offset": 10082, "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": 10018, + "offset": 10195, "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": 13575, + "offset": 13752, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 13725, + "offset": 13902, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 13941, + "offset": 14118, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 14290, + "offset": 14467, "length": 10, "value": "\"featured\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 14668, + "offset": 14845, "length": 5, "value": "\"all\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 14948, + "offset": 15125, "length": 4, "value": "true" }, @@ -48670,63 +50886,63 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 9029, + "offset": 9116, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 9315, + "offset": 9402, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 9324, + "offset": 9411, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 9912, + "offset": 10084, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 10198, + "offset": 10370, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 10207, + "offset": 10379, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 10787, + "offset": 10959, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 11073, + "offset": 11245, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 11082, + "offset": 11254, "length": 2, "value": "\"\"" }, @@ -48740,238 +50956,245 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1060, + "offset": 1100, "length": 14, "value": "\"CommentsList\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 1401, + "offset": 1496, "length": 5, "value": "300.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1468, + "offset": 1563, "length": 8, "value": "\"adCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1517, + "offset": 1612, "length": 20, "value": "\"commentDividerCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1571, + "offset": 1666, "length": 13, "value": "\"commentCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1621, + "offset": 1716, "length": 16, "value": "\"writeReplyCell\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1771, + "length": 18, + "value": "\"followPromptCell\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1748, + "offset": 1900, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1763, + "offset": 1915, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1814, + "offset": 1966, "length": 2, "value": "44" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2071, + "offset": 2223, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2254, + "offset": 2406, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2623, + "offset": 2775, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2630, + "offset": 2782, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2634, + "offset": 2786, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2951, + "offset": 3103, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2994, + "offset": 3146, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 3067, + "offset": 3219, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 3095, + "offset": 3247, "length": 4, "value": "0.05" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 3188, + "offset": 3340, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 4237, + "offset": 4389, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5210, + "offset": 5796, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5233, + "offset": 5819, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5400, + "offset": 5986, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5419, + "offset": 6005, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5888, + "offset": 6474, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 6425, + "offset": 7011, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7105, + "offset": 7728, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7133, + "offset": 7756, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7310, + "offset": 7933, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7394, + "offset": 8017, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 7999, + "offset": 8622, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8077, + "offset": 8700, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8384, + "offset": 9007, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8709, + "offset": 9332, "length": 5, "value": "false" }, @@ -49143,6 +51366,41 @@ "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", @@ -49234,6 +51492,48 @@ "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", @@ -49297,6 +51597,27 @@ "length": 5, "value": "false" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2588, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3521, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4497, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", "kind": "StringLiteral", @@ -49682,6 +52003,34 @@ "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", @@ -50105,49 +52454,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", "kind": "StringLiteral", - "offset": 879, + "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": 926, + "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": 970, + "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": 1021, + "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": 1060, + "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": 1086, + "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": 1117, + "offset": 1170, "length": 12, "value": "\"polls_vote\"" }, @@ -50245,49 +52601,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", "kind": "StringLiteral", - "offset": 879, + "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": 926, + "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": 970, + "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": 1021, + "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": 1060, + "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": 1086, + "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": 1117, + "offset": 1170, "length": 12, "value": "\"polls_vote\"" }, @@ -51099,483 +53462,490 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2851, + "offset": 1647, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2888, + "offset": 2877, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2968, + "offset": 2914, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3000, + "offset": 2994, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3093, + "offset": 3026, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3134, + "offset": 3119, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3223, + "offset": 3160, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3262, + "offset": 3249, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3298, + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3324, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3331, + "offset": 3357, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 3542, + "offset": 3568, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3595, + "offset": 3621, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 5967, + "offset": 5993, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 6099, + "offset": 6125, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 6700, + "offset": 6726, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 6709, + "offset": 6735, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 6786, + "offset": 6812, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7256, + "offset": 7282, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 7382, + "offset": 7408, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 7391, + "offset": 7417, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7468, + "offset": 7494, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7931, + "offset": 7957, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 8057, + "offset": 8083, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 8066, + "offset": 8092, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 8143, + "offset": 8169, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 8641, + "offset": 8667, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9167, + "offset": 9193, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9176, + "offset": 9202, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9253, + "offset": 9279, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9690, + "offset": 9716, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9816, + "offset": 9842, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9825, + "offset": 9851, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9902, + "offset": 9928, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10343, + "offset": 10369, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 10469, + "offset": 10495, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 10478, + "offset": 10504, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10555, + "offset": 10581, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10742, + "offset": 10768, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 11123, + "offset": 11149, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 11177, + "offset": 11203, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 11281, + "offset": 11307, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "Array", - "offset": 11437, + "offset": 11463, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12716, + "offset": 12742, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12725, + "offset": 12751, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 12906, + "offset": 12932, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12976, + "offset": 13002, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12985, + "offset": 13011, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 13162, + "offset": 13188, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 13872, + "offset": 13898, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 13893, + "offset": 13919, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 13957, + "offset": 13983, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 14079, + "offset": 14105, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 14100, + "offset": 14126, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "Array", - "offset": 14276, + "offset": 14302, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 15994, + "offset": 16020, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16003, + "offset": 16029, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16234, + "offset": 16260, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16312, + "offset": 16338, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16321, + "offset": 16347, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16479, + "offset": 16505, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16549, + "offset": 16575, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16558, + "offset": 16584, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16956, + "offset": 16982, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 17375, + "offset": 17401, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17427, + "offset": 17453, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17727, + "offset": 17753, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17778, + "offset": 17804, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 17905, + "offset": 17931, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 17914, + "offset": 17940, "length": 2, "value": "\"\"" }, @@ -52412,6 +54782,13 @@ "length": 16, "value": "\"CommentFlagged\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5007, + "length": 10, + "value": "\"ReadMore\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", "kind": "FloatLiteral", @@ -52814,7 +55191,7 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisableView.swift", "kind": "IntegerLiteral", - "offset": 2442, + "offset": 2622, "length": 2, "value": "12" }, @@ -54043,34 +56420,6 @@ "length": 2, "value": "16" }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 600, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 745, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 799, - "length": 5, - "value": "false" - }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/VFFilterType.swift", "kind": "StringLiteral", @@ -54141,6 +56490,69 @@ "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", @@ -56125,210 +58537,210 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2614, + "offset": 2705, "length": 14, "value": "\"Content-Type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "Dictionary", - "offset": 2743, + "offset": 2834, "length": 3, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2818, + "offset": 2909, "length": 17, "value": "\"CFBundleVersion\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2873, + "offset": 2964, "length": 9, "value": "\"Version\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2928, + "offset": 3019, "length": 10, "value": "\"Platform\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2942, + "offset": 3033, "length": 5, "value": "\"ios\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3276, + "offset": 3367, "length": 46, "value": "\"-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3317, + "offset": 3408, "length": 1, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3368, + "offset": 3459, "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": 3410, + "offset": 3501, "length": 6, "value": "\"verb\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3417, + "offset": 3508, "length": 1, "value": "\"\";\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3468, + "offset": 3559, "length": 16, "value": "\"Content-Type: \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3487, + "offset": 3578, "length": 12, "value": "\"text-plain\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3502, + "offset": 3593, "length": 6, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3555, + "offset": 3646, "length": 16, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3562, + "offset": 3653, "length": 7, "value": "\"patch\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3570, + "offset": 3661, "length": 22, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3617, + "offset": 3708, "length": 50, "value": "\"\r\n-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3662, + "offset": 3753, "length": 1, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3713, + "offset": 3804, "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": 3764, + "offset": 3855, "length": 1, "value": "\"\"; filename=\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3790, + "offset": 3881, "length": 1, "value": "\"\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3844, + "offset": 3935, "length": 16, "value": "\"Content-Type: \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3876, + "offset": 3967, "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": 3968, + "offset": 4059, "length": 52, "value": "\"\r\n-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 4013, + "offset": 4104, "length": 2, "value": "\"--\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "BooleanLiteral", - "offset": 4308, + "offset": 4399, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "BooleanLiteral", - "offset": 4371, + "offset": 4462, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "IntegerLiteral", - "offset": 4649, + "offset": 4740, "length": 3, "value": "200" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "IntegerLiteral", - "offset": 4704, + "offset": 4795, "length": 1, "value": "0" }, @@ -57028,301 +59440,322 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1116, + "offset": 1108, + "length": 28, + "value": "\"https:\/\/polls.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1187, + "length": 10, + "value": "\"v1\/polls\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1257, "length": 36, "value": "\"https:\/\/notifications.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1219, + "offset": 1360, "length": 4, "value": "\"v5\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1262, + "offset": 1403, "length": 24, "value": "\"https:\/\/i.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1343, + "offset": 1484, "length": 4, "value": "\"v3\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1397, + "offset": 1538, "length": 30, "value": "\"https:\/\/api.loginradius.com\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1490, + "offset": 1631, "length": 13, "value": "\"identity\/v2\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1551, + "offset": 1692, "length": 39, "value": "\"wss:\/\/realtimeeventfeeds.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1649, + "offset": 1790, "length": 11, "value": "\"eventfeed\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1760, + "offset": 1901, "length": 9, "value": "\"#d4145a\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1791, + "offset": 1932, "length": 9, "value": "\"#8e78ff\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1822, + "offset": 1963, "length": 9, "value": "\"#ff7300\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1853, + "offset": 1994, "length": 9, "value": "\"#fbb03b\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1884, + "offset": 2025, "length": 9, "value": "\"#ed1e79\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1915, + "offset": 2056, "length": 9, "value": "\"#009244\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1946, + "offset": 2087, "length": 9, "value": "\"#ed1c24\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1977, + "offset": 2118, "length": 9, "value": "\"#2e3192\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2008, + "offset": 2149, "length": 9, "value": "\"#fc7d7b\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2039, + "offset": 2180, "length": 9, "value": "\"#ffcc00\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2070, + "offset": 2211, "length": 9, "value": "\"#3aa17e\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2101, + "offset": 2242, "length": 9, "value": "\"#4f00bc\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2132, + "offset": 2273, "length": 9, "value": "\"#09c9be\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2163, + "offset": 2304, "length": 9, "value": "\"#662d8c\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2194, + "offset": 2335, "length": 9, "value": "\"#00a8c5\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2225, + "offset": 2366, "length": 9, "value": "\"#0053ae\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2417, + "offset": 2558, "length": 7, "value": "\"Error\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2435, + "offset": 2576, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2491, + "offset": 2632, "length": 15, "value": "\"Unknown Error\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2517, + "offset": 2658, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2591, + "offset": 2732, "length": 32, "value": "\"Unexpected result has occurred\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2634, + "offset": 2775, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2705, + "offset": 2846, "length": 24, "value": "\"User is not authorized\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2740, + "offset": 2881, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2812, + "offset": 2953, "length": 25, "value": "\"Error decoding response\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2848, + "offset": 2989, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "FloatLiteral", - "offset": 2927, + "offset": 3068, "length": 3, "value": "5.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "FloatLiteral", - "offset": 2972, + "offset": 3113, "length": 3, "value": "5.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3041, + "offset": 3182, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3122, + "offset": 3263, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3171, + "offset": 3312, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3239, + "offset": 3380, "length": 22, "value": "\"https:\/\/viafoura.com\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3295, + "offset": 3436, "length": 38, "value": "\"https:\/\/viafoura.com\/privacy-policy\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3404, + "offset": 3545, "length": 38, "value": "\"fb763410-afd1-4646-8232-5a5a4f0d9bae\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 3650, + "length": 1, + "value": "5" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3511, + "offset": 3720, "length": 26, "value": "\"251538622707823657992231\"" }, @@ -58722,56 +61155,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "BooleanLiteral", - "offset": 754, + "offset": 794, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1048, + "offset": 1088, "length": 33, "value": "\"ViafouraSDK already initialized\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1185, + "offset": 1225, "length": 22, "value": "\"Site UUID is invalid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1686, + "offset": 1726, "length": 22, "value": "\"Connected to network\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1904, + "offset": 1944, "length": 27, "value": "\"Disconnected from network\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 2125, + "offset": 2165, "length": 9, "value": "\"Monitor\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "BooleanLiteral", - "offset": 2255, + "offset": 2295, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 2270, + "offset": 2310, "length": 42, "value": "\"_UIConstraintBasedLayoutLogUnsatisfiable\"" }, @@ -59343,2802 +61776,2515 @@ "value": "false" }, { - "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\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 213, + "length": 7, + "value": "\"Polls\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", - "kind": "IntegerLiteral", - "offset": 1917, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 4041, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 2405, + "offset": 4110, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 2730, + "offset": 4116, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+EditComment.swift", - "kind": "BooleanLiteral", - "offset": 738, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 4406, + "length": 13, + "value": "\"Remove poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 6117, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 4548, + "length": 7, + "value": "\"trash\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 6704, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5032, + "length": 11, + "value": "\"Edit poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5168, + "length": 8, + "value": "\"pencil\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 6925, - "length": 1, - "value": "0" + "offset": 5730, + "length": 2, + "value": "16" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 8883, + "offset": 5777, "length": 1, - "value": "0" + "value": "6" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 8912, - "length": 5, - "value": "false" + "offset": 5817, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5932, + "length": 9, + "value": "\"Publish\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "Array", + "offset": 6432, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 8960, + "offset": 6597, "length": 1, "value": "1" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 8989, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 6844, + "length": 1, + "value": "2" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9036, + "offset": 7083, "length": 1, "value": "3" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 7286, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9101, + "offset": 7485, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9137, + "offset": 7528, "length": 5, "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9193, - "length": 4, - "value": "true" + "offset": 7956, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9290, + "offset": 8019, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 9337, - "length": 5, - "value": "false" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 2, + "value": "16" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9579, - "length": 1, - "value": "0" + "offset": 8409, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9616, - "length": 1, - "value": "3" + "offset": 8601, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 9681, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8793, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8985, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9726, + "offset": 9298, "length": 5, "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9975, - "length": 1, - "value": "3" + "offset": 9524, + "length": 2, + "value": "30" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10086, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "FloatLiteral", + "offset": 9889, + "length": 3, + "value": "0.3" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10116, - "length": 1, - "value": "3" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 10433, + "length": 10, + "value": "\"Question\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10483, - "length": 3, - "value": "-33" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 10789, + "length": 10, + "value": "\"Option 1\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10743, - "length": 1, - "value": "3" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11156, + "length": 10, + "value": "\"Option 2\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10851, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11511, + "length": 10, + "value": "\"Option 3\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10889, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11878, + "length": 10, + "value": "\"Option 4\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10894, - "length": 2, - "value": "20" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12266, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10899, - "length": 2, - "value": "60" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12381, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10933, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12422, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11108, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12528, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11150, + "offset": 12628, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11206, + "offset": 12789, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11288, + "offset": 12900, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 11340, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11407, - "length": 3, - "value": "130" + "offset": 13138, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11463, - "length": 1, - "value": "5" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 13176, + "length": 15, + "value": "\"Poll Question\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11503, + "offset": 13301, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11557, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13342, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11628, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13382, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11669, + "offset": 13419, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11724, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 13460, + "length": 13, + "value": "\"Create Poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11779, + "offset": 14622, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11831, + "offset": 939, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11901, + "offset": 1917, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11952, + "offset": 2405, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 11992, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 12064, + "offset": 2730, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+EditComment.swift", "kind": "BooleanLiteral", - "offset": 12103, + "offset": 738, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12156, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 6422, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12226, + "offset": 7048, "length": 1, "value": "0" }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 12266, - "length": 4, - "value": "true" - }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12320, + "offset": 7269, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12378, - "length": 2, - "value": "30" + "offset": 9316, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12418, + "offset": 9345, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12541, + "offset": 9393, "length": 1, - "value": "0" + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12583, + "offset": 9422, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12639, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12721, + "offset": 9469, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12773, + "offset": 9534, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12839, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12893, - "length": 1, - "value": "5" + "kind": "BooleanLiteral", + "offset": 9570, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12933, + "offset": 9626, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12987, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13058, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 9723, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 13099, - "length": 4, - "value": "true" + "offset": 9770, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13154, + "offset": 9910, "length": 1, - "value": "0" + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13209, + "kind": "FloatLiteral", + "offset": 9914, "length": 4, - "value": "true" + "value": "-0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13261, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 9921, + "length": 4, + "value": "-0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13331, + "offset": 10095, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13382, + "offset": 10132, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 13422, + "offset": 10197, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13494, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 10242, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13533, - "length": 4, - "value": "true" + "kind": "IntegerLiteral", + "offset": 10491, + "length": 1, + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13586, + "offset": 10602, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13656, + "offset": 10632, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13696, - "length": 4, - "value": "true" + "kind": "FloatLiteral", + "offset": 10999, + "length": 5, + "value": "-32.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13750, + "offset": 11261, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13808, + "offset": 11369, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13847, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13966, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 14064, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 11407, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 14117, + "offset": 11412, "length": 2, - "value": "70" + "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 14172, - "length": 1, - "value": "5" + "offset": 11417, + "length": 2, + "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14212, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14267, - "length": 2, - "value": "70" + "offset": 11452, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 14309, - "length": 5, - "value": "false" + "kind": "FloatLiteral", + "offset": 11496, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14665, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11554, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14707, + "offset": 11593, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14763, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11641, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14833, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11697, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14873, + "offset": 11734, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14927, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11780, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14996, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11837, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15035, + "offset": 11875, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15088, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11922, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15159, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11978, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15200, + "offset": 12015, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15255, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12061, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15325, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12116, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15365, + "offset": 12152, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15419, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12197, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15501, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12253, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15553, + "offset": 12290, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15619, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12336, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15677, - "length": 2, - "value": "30" + "kind": "FloatLiteral", + "offset": 12394, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15717, - "length": 5, - "value": "false" + "offset": 12433, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15896, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12481, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15938, + "offset": 12524, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15994, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12559, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16076, + "offset": 12602, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16128, + "offset": 12763, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16195, + "offset": 12816, "length": 3, "value": "130" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16251, - "length": 1, - "value": "5" + "offset": 12855, + "length": 2, + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16291, + "offset": 12892, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16346, + "offset": 13011, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16388, + "offset": 13053, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16743, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 16784, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 16840, + "offset": 13094, "length": 2, - "value": "70" + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16883, + "offset": 13131, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17224, + "offset": 13208, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17276, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17346, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 13305, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17397, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 17437, - "length": 4, - "value": "true" + "offset": 13354, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17509, + "offset": 13405, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17548, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17601, - "length": 1, - "value": "0" + "offset": 13444, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17671, - "length": 1, - "value": "0" + "offset": 13495, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17711, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17765, - "length": 1, - "value": "0" + "offset": 13537, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17823, + "offset": 13891, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17863, + "offset": 13928, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18031, - "length": 1, - "value": "0" + "offset": 14058, + "length": 3, + "value": "130" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18073, + "offset": 14101, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18130, - "length": 2, - "value": "70" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18201, + "offset": 14171, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18241, + "offset": 14210, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18296, + "offset": 14261, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18338, + "offset": 14303, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18691, + "offset": 14654, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18730, - "length": 4, - "value": "true" + "offset": 14694, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18783, - "length": 1, - "value": "0" + "offset": 14746, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18838, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18890, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18960, - "length": 1, - "value": "0" + "offset": 14789, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19011, - "length": 1, - "value": "0" + "offset": 15128, + "length": 2, + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19051, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19125, - "length": 1, - "value": "0" + "offset": 15165, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19166, - "length": 4, - "value": "true" + "offset": 15276, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19221, - "length": 1, - "value": "0" + "offset": 15329, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19303, + "offset": 15380, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19355, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19421, - "length": 1, - "value": "0" + "offset": 15419, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19491, - "length": 1, - "value": "0" + "offset": 15470, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19531, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19585, - "length": 1, - "value": "0" + "offset": 15512, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19643, + "offset": 15849, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19683, + "offset": 15886, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19792, + "offset": 15952, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19846, + "offset": 16002, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19963, + "offset": 16040, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20017, + "offset": 16090, "length": 2, "value": "80" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20089, + "offset": 16236, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20130, + "offset": 16276, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20186, + "offset": 16328, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20229, + "offset": 16371, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20585, + "offset": 16723, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20636, + "offset": 16770, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20677, + "offset": 16810, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20722, + "offset": 16855, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 21078, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21120, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21176, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21283, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21353, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21393, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21447, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21529, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21581, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21647, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21717, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21757, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21811, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21869, + "offset": 17176, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 21909, + "offset": 17213, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 22029, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22068, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22121, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22193, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22235, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22291, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22346, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22398, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22468, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22508, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22562, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22632, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22672, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22726, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22797, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22838, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22893, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23003, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23057, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23139, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23191, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23257, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23313, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23357, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23669, + "offset": 19385, "length": 2, "value": "35" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23674, + "offset": 19390, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23747, + "offset": 19463, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23752, + "offset": 19468, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23863, + "offset": 19579, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 23903, + "offset": 19619, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24167, + "offset": 19883, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24207, + "offset": 19923, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24246, + "offset": 19962, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24288, + "offset": 20004, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24403, + "offset": 20119, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24447, + "offset": 20163, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24491, + "offset": 20207, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24554, + "offset": 20270, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 24727, + "offset": 20443, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24770, + "offset": 20486, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24817, + "offset": 20533, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24860, + "offset": 20576, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24906, + "offset": 20622, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24998, + "offset": 20714, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25044, + "offset": 20760, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25087, + "offset": 20803, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25151, + "offset": 20867, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25322, + "offset": 21038, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25368, + "offset": 21084, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25411, + "offset": 21127, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25457, + "offset": 21173, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25706, + "offset": 21422, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25823, + "offset": 21539, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25868, + "offset": 21584, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25904, + "offset": 21620, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26029, + "offset": 21745, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26079, + "offset": 21795, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26247, + "offset": 21963, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26296, + "offset": 22012, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26345, + "offset": 22061, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26467, + "offset": 22183, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26521, + "offset": 22237, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26644, + "offset": 22360, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26648, + "offset": 22364, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26781, + "offset": 22497, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26834, + "offset": 22550, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26887, + "offset": 22603, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26939, + "offset": 22655, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27168, + "offset": 22884, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27218, + "offset": 22934, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27337, + "offset": 23053, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27341, + "offset": 23057, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27465, + "offset": 23310, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27514, + "offset": 23359, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27563, + "offset": 23408, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27611, + "offset": 23456, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27686, + "offset": 23531, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27728, + "offset": 23573, "length": 2, "value": "25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27774, + "offset": 23619, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 28303, + "offset": 24148, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 28348, + "offset": 24193, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28392, + "offset": 24237, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28611, + "offset": 24456, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28717, + "offset": 24562, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28768, + "offset": 24613, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28842, + "offset": 24687, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28946, + "offset": 24791, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28998, + "offset": 24843, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29172, + "offset": 25017, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29217, + "offset": 25062, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 29260, + "offset": 25105, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29359, + "offset": 25204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29397, + "offset": 25242, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29402, + "offset": 25247, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29407, + "offset": 25252, "length": 2, "value": "40" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29509, + "offset": 25354, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29665, + "offset": 25510, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29711, + "offset": 25556, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29756, + "offset": 25601, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29802, + "offset": 25647, "length": 2, "value": "42" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29863, + "offset": 25708, "length": 2, "value": "74" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 29996, + "offset": 25841, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30035, + "offset": 25880, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30080, + "offset": 25925, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30348, + "offset": 26193, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30398, + "offset": 26243, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30619, + "offset": 26464, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30668, + "offset": 26513, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30862, + "offset": 26707, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 30959, + "offset": 26804, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31157, + "offset": 26991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 27135, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31256, + "offset": 27292, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31303, + "offset": 27339, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31379, + "offset": 27415, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31438, + "offset": 27474, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31506, + "offset": 27542, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31542, + "offset": 27578, "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 27796, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 28335, + "length": 2, + "value": "30" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31793, + "offset": 28558, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31924, + "offset": 28689, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31932, + "offset": 28697, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 32030, + "offset": 28795, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32218, + "offset": 28983, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32595, + "offset": 29360, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32809, + "offset": 29574, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 32961, + "offset": 29726, "length": 4, "value": "0.06" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 33130, + "offset": 29895, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 33159, + "offset": 29924, "length": 4, "value": "\"\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 33503, + "offset": 30268, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 33675, + "offset": 30440, "length": 4, "value": "0.06" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34109, + "offset": 30883, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 34146, + "offset": 30920, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34202, + "offset": 30976, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34369, + "offset": 31226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31309, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 31482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 31802, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 31975, + "length": 4, + "value": "\"..\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 32137, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 32650, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 32748, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34407, + "offset": 32786, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34412, + "offset": 32791, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34417, + "offset": 32796, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34493, + "offset": 32872, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34531, + "offset": 32910, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34536, + "offset": 32915, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34541, + "offset": 32920, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34810, + "offset": 33142, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34855, + "offset": 33184, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 35151, + "offset": 33227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 33471, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 33516, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 33812, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 35211, + "offset": 33872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 35355, + "offset": 34016, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36036, + "offset": 34697, "length": 7, "value": "\"trash\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 36388, + "offset": 35049, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36626, + "offset": 35287, "length": 6, "value": "\"flag\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36858, + "offset": 35519, "length": 21, "value": "\"square.and.arrow.up\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 37173, + "offset": 35834, "length": 8, "value": "\"pencil\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38110, + "offset": 36771, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38359, + "offset": 37020, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 38371, + "offset": 37032, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38723, + "offset": 37384, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 39137, + "offset": 37798, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39327, + "offset": 37988, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39352, + "offset": 38013, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39688, + "offset": 38349, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 39988, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 38664, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40041, + "offset": 38713, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40115, + "offset": 38787, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40169, + "offset": 38841, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40390, + "offset": 39062, "length": 18, "value": "\"flag.square.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40471, + "offset": 39143, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40710, + "offset": 39382, "length": 18, "value": "\"flag.square.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41042, + "offset": 39714, "length": 26, "value": "\"checkmark.rectangle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 41131, + "offset": 39803, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41373, + "offset": 40045, "length": 19, "value": "\"xmark.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 41457, + "offset": 40129, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41765, + "offset": 40437, "length": 18, "value": "\"star.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42048, + "offset": 40720, "length": 18, "value": "\"star.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42431, + "offset": 41103, "length": 17, "value": "\"pin.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42711, + "offset": 41383, "length": 17, "value": "\"pin.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 43001, + "offset": 41673, "length": 11, "value": "\"clipboard\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 43400, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 42087, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 43453, + "offset": 42136, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43527, + "offset": 42210, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43663, + "offset": 42346, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43701, + "offset": 42384, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43772, + "offset": 42455, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43810, + "offset": 42493, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43990, + "offset": 42673, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 44213, + "offset": 42896, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45035, + "offset": 43718, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45076, + "offset": 43759, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45150, + "offset": 43833, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 45456, + "offset": 44139, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 45556, + "offset": 44239, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46786, + "offset": 45469, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46798, + "offset": 45481, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46934, + "offset": 45617, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46942, + "offset": 45625, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 47102, + "offset": 45785, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 47114, + "offset": 45797, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 47348, + "offset": 46031, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 47633, + "offset": 46316, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48047, + "offset": 46730, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48059, + "offset": 46742, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48198, + "offset": 46881, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48206, + "offset": 46889, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48366, + "offset": 47049, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48378, + "offset": 47061, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 48618, + "offset": 47301, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 48912, + "offset": 47595, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 49250, + "offset": 47933, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 49262, + "offset": 47945, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50300, + "offset": 48983, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50347, + "offset": 49030, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50494, + "offset": 49177, "length": 5, "value": "false" }, @@ -62425,448 +64571,448 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2278, + "offset": 2282, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2300, + "offset": 2304, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2418, + "offset": 2422, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2434, + "offset": 2438, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 2452, + "offset": 2456, "length": 12, "value": "[\"notified\"]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2521, + "offset": 2525, "length": 12, "value": "\"event_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2541, + "offset": 2545, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3354, + "offset": 3358, "length": 16, "value": "\"container_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3378, + "offset": 3382, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3487, + "offset": 3491, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3509, + "offset": 3513, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3627, + "offset": 3631, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3643, + "offset": 3647, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 3661, + "offset": 3665, "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": 3850, + "offset": 3854, "length": 14, "value": "\"message_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3872, + "offset": 3876, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4754, + "offset": 4758, "length": 16, "value": "\"container_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4778, + "offset": 4782, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4887, + "offset": 4891, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4909, + "offset": 4913, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5027, + "offset": 5031, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5043, + "offset": 5047, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 5061, + "offset": 5065, "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": 5323, + "offset": 5327, "length": 14, "value": "\"message_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5345, + "offset": 5349, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7021, + "offset": 7025, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7030, + "offset": 7034, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7383, + "offset": 7387, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7392, + "offset": 7396, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "IntegerLiteral", - "offset": 7546, + "offset": 7550, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7717, + "offset": 7721, "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": 7761, + "offset": 7765, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7770, + "offset": 7774, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8176, + "offset": 8180, "length": 6, "value": "\"type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8227, + "offset": 8231, "length": 11, "value": "\"subscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8409, + "offset": 8413, "length": 22, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8430, + "offset": 8434, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8497, + "offset": 8501, "length": 13, "value": "\"unsubscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8685, + "offset": 8689, "length": 24, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8708, + "offset": 8712, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8775, + "offset": 8779, "length": 7, "value": "\"event\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9195, + "offset": 9199, "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": 9235, + "offset": 9239, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9244, + "offset": 9248, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 9642, + "offset": 9646, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9744, + "offset": 9748, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9753, + "offset": 9757, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10073, + "offset": 10077, "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": 10259, + "offset": 10263, "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": 10338, + "offset": 10342, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10498, + "offset": 10502, "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": 10571, + "offset": 10575, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10792, + "offset": 10796, "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": 10937, + "offset": 10941, "length": 13, "value": "\"unsubscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 11123, + "offset": 11127, "length": 12, "value": "\"keep-alive\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 11339, + "offset": 11343, "length": 11, "value": "\"subscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 15383, + "offset": 15387, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15813, + "offset": 15817, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15831, + "offset": 15835, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15851, + "offset": 15855, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15867, + "offset": 15871, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15889, + "offset": 15893, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15911, + "offset": 15915, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15934, + "offset": 15938, "length": 2, "value": "\"\"" }, @@ -63020,1624 +65166,1666 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 3226, + "offset": 3260, "length": 5, "value": "500.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3470, + "offset": 3504, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3537, + "offset": 3571, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3557, + "offset": 3591, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8200, + "offset": 8327, "length": 2, "value": "23" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8310, + "offset": 8437, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8420, + "offset": 8547, "length": 2, "value": "18" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8590, + "offset": 8717, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 8640, + "offset": 8767, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8919, + "offset": 9046, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 8970, + "offset": 9097, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9144, + "offset": 9271, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9195, + "offset": 9322, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9430, + "offset": 9557, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9491, + "offset": 9618, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 9545, + "offset": 9672, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9610, + "offset": 9737, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9621, + "offset": 9748, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9671, + "offset": 9798, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9727, + "offset": 9854, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9756, + "offset": 9883, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9805, + "offset": 9932, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9857, + "offset": 9984, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10077, + "offset": 10204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10309, + "offset": 10436, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10362, + "offset": 10489, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 10410, + "offset": 10537, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10539, + "offset": 10666, "length": 2, "value": "16" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10906, + "offset": 10952, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 11024, + "offset": 11070, "length": 3, "value": "\"(\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 11063, + "offset": 11109, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 11068, + "offset": 11114, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 11175, + "offset": 11221, "length": 2, "value": "23" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12038, + "offset": 12084, "length": 3, "value": "200" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12744, + "offset": 12790, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 12895, + "offset": 12941, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12907, + "offset": 12953, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 13030, + "offset": 13076, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 13038, + "offset": 13084, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 13469, + "offset": 13515, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 13734, + "offset": 13780, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 14076, + "offset": 14122, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14247, + "offset": 14293, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14259, + "offset": 14305, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14401, + "offset": 14447, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14409, + "offset": 14455, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14535, + "offset": 14581, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14547, + "offset": 14593, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 14990, + "offset": 15036, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 15086, + "offset": 15132, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15254, + "offset": 15300, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15266, + "offset": 15312, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15405, + "offset": 15451, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15413, + "offset": 15459, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15539, + "offset": 15585, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15551, + "offset": 15597, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 15985, + "offset": 16031, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16323, + "offset": 16369, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16335, + "offset": 16381, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16470, + "offset": 16516, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16478, + "offset": 16524, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16604, + "offset": 16650, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16616, + "offset": 16662, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 17158, + "offset": 17204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17392, + "offset": 17438, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17404, + "offset": 17450, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17543, + "offset": 17589, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17551, + "offset": 17597, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17677, + "offset": 17723, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17689, + "offset": 17735, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18094, + "offset": 18140, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 18253, + "offset": 18299, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18370, + "offset": 18416, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18709, + "offset": 18755, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18826, + "offset": 18872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 19118, + "offset": 19164, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 19379, + "offset": 19425, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19600, + "offset": 19646, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19612, + "offset": 19658, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19749, + "offset": 19795, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19757, + "offset": 19803, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19883, + "offset": 19929, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19895, + "offset": 19941, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 20505, + "offset": 20851, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 20970, + "offset": 21359, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21102, + "offset": 21491, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21667, + "offset": 22056, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21799, + "offset": 22188, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22075, + "offset": 22464, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 22129, + "offset": 22518, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22190, + "offset": 22579, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22394, + "offset": 22783, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22628, + "offset": 23017, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 22870, + "offset": 23259, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 22882, + "offset": 23271, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23029, + "offset": 23418, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23037, + "offset": 23426, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23163, + "offset": 23552, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23175, + "offset": 23564, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23540, + "offset": 23929, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23580, + "offset": 23969, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23619, + "offset": 24008, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23663, + "offset": 24052, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23709, + "offset": 24098, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23996, + "offset": 24385, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24036, + "offset": 24425, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24075, + "offset": 24464, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24121, + "offset": 24510, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24165, + "offset": 24554, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 24271, + "offset": 24660, "length": 3, "value": "\"!\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24330, + "offset": 24719, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24772, + "offset": 25161, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 24856, + "offset": 25245, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24899, + "offset": 25288, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24949, + "offset": 25338, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25015, + "offset": 25404, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25064, + "offset": 25453, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 25312, + "offset": 25701, "length": 4, "value": "\", \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25385, + "offset": 25774, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25429, + "offset": 25818, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25471, + "offset": 25860, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25517, + "offset": 25906, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25557, + "offset": 25946, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25598, + "offset": 25987, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25638, + "offset": 26027, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25855, + "offset": 26244, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25862, + "offset": 26251, "length": 2, "value": "40" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25867, + "offset": 26256, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25972, + "offset": 26361, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25979, + "offset": 26368, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25983, + "offset": 26372, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26043, + "offset": 26432, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26808, + "offset": 27197, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26925, + "offset": 27314, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "Array", - "offset": 27030, + "offset": 27419, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 27805, + "offset": 28194, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 28420, + "offset": 28872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 28493, + "offset": 28945, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 28499, + "offset": 28951, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29300, + "offset": 29752, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29312, + "offset": 29764, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29456, + "offset": 29908, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29464, + "offset": 29916, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29590, + "offset": 30042, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29602, + "offset": 30054, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30023, + "offset": 30475, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30035, + "offset": 30487, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30183, + "offset": 30635, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30191, + "offset": 30643, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30317, + "offset": 30769, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30329, + "offset": 30781, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 30655, + "offset": 31120, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30707, + "offset": 31172, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 30770, + "offset": 31235, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 30834, + "offset": 31305, "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 31421, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 31763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 31789, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31102, + "offset": 31982, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31114, + "offset": 31994, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31267, + "offset": 32147, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31275, + "offset": 32155, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31401, + "offset": 32281, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31413, + "offset": 32293, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31654, + "offset": 32534, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 31718, + "offset": 32598, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31965, + "offset": 32845, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31977, + "offset": 32857, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32131, + "offset": 33011, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32139, + "offset": 33019, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32265, + "offset": 33145, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32277, + "offset": 33157, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32519, + "offset": 33399, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 32581, + "offset": 33461, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 32657, + "offset": 33537, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 32850, + "offset": 33730, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 34256, + "offset": 35136, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34325, + "offset": 35205, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34329, + "offset": 35209, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34399, + "offset": 35285, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34403, + "offset": 35290, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 37224, + "offset": 38111, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 37235, + "offset": 38122, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37303, + "offset": 38190, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37883, + "offset": 38770, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37924, + "offset": 38811, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38110, + "offset": 38997, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38152, + "offset": 39039, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38904, + "offset": 39791, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 38966, + "offset": 39853, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 38978, + "offset": 39865, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39113, + "offset": 40000, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39117, + "offset": 40004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40376, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40451, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39489, + "offset": 40533, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39547, + "offset": 40537, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40596, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39551, + "offset": 40600, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39559, + "offset": 40608, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39667, + "offset": 40802, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40093, + "offset": 41239, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40255, + "offset": 41401, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40379, + "offset": 41525, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 40601, + "offset": 41777, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40605, + "offset": 41781, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40613, + "offset": 41789, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 40651, + "offset": 41838, "length": 3, "value": "\"(\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 40673, + "offset": 41860, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 40706, + "offset": 41893, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40750, + "offset": 41937, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40875, + "offset": 42062, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40917, + "offset": 42104, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41081, + "offset": 42268, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41152, + "offset": 42339, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41282, + "offset": 42469, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 41385, + "offset": 42572, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41459, + "offset": 42646, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41463, + "offset": 42650, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41467, + "offset": 42654, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41609, + "offset": 42796, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41683, + "offset": 42870, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41816, + "offset": 43003, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 41919, + "offset": 43106, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41996, + "offset": 43183, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42000, + "offset": 43187, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42004, + "offset": 43191, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 42218, + "offset": 43405, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42280, + "offset": 43467, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42284, + "offset": 43471, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42561, + "offset": 43748, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42594, + "offset": 43781, "length": 1, "value": "9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 42641, + "offset": 43828, "length": 4, "value": "\"+9\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 43088, + "offset": 44275, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 43218, + "offset": 44405, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 43440, + "offset": 44627, "length": 3, "value": "0.3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 47230, + "offset": 48310, "length": 15, "value": "\"contentOffset\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 47322, + "offset": 48402, "length": 4, "value": "true" }, @@ -64954,7 +67142,7 @@ "kind": "StringLiteral", "offset": 464, "length": 15, - "value": "\"subscriptions\"" + "value": "\"notifications\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", @@ -65015,35 +67203,35 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "IntegerLiteral", - "offset": 2217, + "offset": 2277, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "StringLiteral", - "offset": 2861, + "offset": 2921, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "StringLiteral", - "offset": 2870, + "offset": 2930, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "BooleanLiteral", - "offset": 3305, + "offset": 3365, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "BooleanLiteral", - "offset": 3463, + "offset": 3523, "length": 4, "value": "true" }, @@ -66097,52 +68285,59 @@ "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 4822, + "length": 4, + "value": "1000" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 4919, + "offset": 4956, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "Array", - "offset": 4961, + "offset": 4998, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5009, + "offset": 5046, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5046, + "offset": 5083, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5087, + "offset": 5124, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5882, + "offset": 5919, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 6435, + "offset": 6472, "length": 4, "value": "1000" }, @@ -66191,637 +68386,623 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11205, + "offset": 11244, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11457, + "offset": 11483, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11683, + "offset": 11709, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 12334, + "offset": 12360, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12489, + "offset": 12515, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12599, + "offset": 12625, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12702, + "offset": 12728, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12847, + "offset": 12873, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 13159, + "offset": 13185, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 13409, + "offset": 13435, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 13981, + "offset": 14007, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 13990, + "offset": 14016, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 15346, + "offset": 15372, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 15811, + "offset": 15990, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 16547, + "offset": 16726, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 17028, + "offset": 17373, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 17946, + "offset": 18291, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18299, + "offset": 18644, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18308, + "offset": 18653, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18437, + "offset": 18782, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18446, + "offset": 18791, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 18749, + "offset": 19066, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 19221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 19633, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 19064, + "offset": 19948, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 19260, + "offset": 20144, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 19943, + "offset": 20827, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20036, + "offset": 20920, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20222, + "offset": 21106, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20758, + "offset": 21642, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20939, + "offset": 21823, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20995, + "offset": 21879, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 21109, + "offset": 21993, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21507, + "offset": 22391, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 21530, + "offset": 22414, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21573, + "offset": 22457, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21721, + "offset": 22605, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21782, + "offset": 22674, "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 22968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23033, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23149, + "length": 1, + "value": "1" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22293, + "offset": 23457, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22504, + "offset": 23668, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22695, + "offset": 23843, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 22953, + "offset": 24101, "length": 8, "value": "\"custom\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 23022, + "offset": 24170, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 23117, + "offset": 24265, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 23162, + "offset": 24310, "length": 13, "value": "\"main_thread\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 23294, + "offset": 24502, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 23961, + "offset": 25169, "length": 8, "value": "\"custom\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 24030, + "offset": 25238, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 24125, + "offset": 25333, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 24170, + "offset": 25378, "length": 13, "value": "\"main_thread\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 24258, + "offset": 25466, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 25408, + "offset": 26616, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 25701, + "offset": 26909, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 25825, + "offset": 27033, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26083, + "offset": 27421, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26407, + "offset": 27745, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 26419, + "offset": 27757, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 26648, + "offset": 27986, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26792, + "offset": 28130, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27461, + "offset": 28799, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27470, + "offset": 28808, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27638, + "offset": 28976, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27647, + "offset": 28985, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 28719, + "offset": 30057, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 29661, + "offset": 30999, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 29752, + "offset": 31090, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 29843, + "offset": 31181, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 30512, + "offset": 31850, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 30622, + "offset": 31960, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 31697, + "offset": 33057, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 32405, + "offset": 33765, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", - "kind": "StringLiteral", - "offset": 32717, - "length": 10, - "value": "\"\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", - "kind": "StringLiteral", - "offset": 32726, - "length": 2, - "value": "\"\"" + "kind": "IntegerLiteral", + "offset": 33912, + "length": 1, + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 32927, + "offset": 34222, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 32936, + "offset": 34231, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 399, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 568, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 636, + "offset": 34328, "length": 1, "value": "1" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 650, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 34660, + "length": 10, + "value": "\"\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 746, + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 34669, "length": 2, - "value": "-5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 761, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 861, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 877, - "length": 4, - "value": "true" + "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 950, + "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": 1082, + "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": 1097, + "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": 1180, + "offset": 514, "length": 2, - "value": "10" + "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 1195, + "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": 1286, + "offset": 618, "length": 3, - "value": "-10" + "value": "-20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 1302, + "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": 1395, + "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": 1411, + "offset": 743, "length": 4, "value": "true" }, @@ -66844,7 +69025,7 @@ "kind": "StringLiteral", "offset": 635, "length": 15, - "value": "\"subscriptions\"" + "value": "\"notifications\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", @@ -66947,87 +69128,115 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1219, + "offset": 1257, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1334, + "offset": 1372, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1413, + "offset": 1451, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 1493, + "offset": 1531, "length": 3, "value": "-10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1509, + "offset": 1547, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 1587, + "offset": 1625, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1602, + "offset": 1640, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1680, + "offset": 1718, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1807, + "offset": 1845, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1892, + "offset": 1930, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 2130, + "offset": 2168, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 2743, + "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", @@ -67154,6 +69363,41 @@ "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", @@ -67224,6 +69468,20 @@ "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", @@ -68592,77 +70850,77 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 323, + "offset": 345, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 368, + "offset": 390, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 445, + "offset": 467, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 549, + "offset": 571, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 640, + "offset": 662, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 769, + "offset": 791, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 825, + "offset": 847, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 863, + "offset": 885, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 932, + "offset": 954, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 970, + "offset": 992, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 1077, + "offset": 1099, "length": 2, "value": "\"\"" }, @@ -69838,889 +72096,889 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 12020, + "offset": 12096, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 12094, + "offset": 12170, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 12100, + "offset": 12176, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 13026, + "offset": 13178, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 13100, + "offset": 13252, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 13106, + "offset": 13258, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 14001, + "offset": 14153, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 14075, + "offset": 14227, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 14081, + "offset": 14233, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 15046, + "offset": 15198, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 15127, + "offset": 15279, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 15133, + "offset": 15285, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 16061, + "offset": 16213, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16138, + "offset": 16290, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16144, + "offset": 16296, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16661, + "offset": 16813, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 17038, + "offset": 17190, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 17216, + "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": 17228, + "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": 17369, + "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": 17377, + "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": 17503, + "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": 17515, + "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": 17797, + "offset": 17949, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 17973, + "offset": 18125, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18273, + "offset": 18425, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18735, + "offset": 18887, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18871, + "offset": 19023, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 19432, + "offset": 19584, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 19568, + "offset": 19720, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 19887, + "offset": 20039, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20441, + "offset": 20593, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20453, + "offset": 20605, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20592, + "offset": 20744, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20600, + "offset": 20752, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20726, + "offset": 20878, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20738, + "offset": 20890, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21018, + "offset": 21170, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21194, + "offset": 21346, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21484, + "offset": 21636, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21864, + "offset": 22016, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21994, + "offset": 22146, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22403, + "offset": 22555, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22533, + "offset": 22685, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22810, + "offset": 22962, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22895, + "offset": 23047, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 24570, + "offset": 24722, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 24582, + "offset": 24734, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24712, + "offset": 24864, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24716, + "offset": 24868, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24720, + "offset": 24872, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24790, + "offset": 24942, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24794, + "offset": 24946, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24798, + "offset": 24950, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24870, + "offset": 25022, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24874, + "offset": 25026, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24878, + "offset": 25030, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24967, + "offset": 25119, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25051, + "offset": 25203, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25132, + "offset": 25284, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25193, + "offset": 25345, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 25605, + "offset": 25757, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 25617, + "offset": 25769, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25747, + "offset": 25899, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25751, + "offset": 25903, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25755, + "offset": 25907, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25821, + "offset": 25973, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25825, + "offset": 25977, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25829, + "offset": 25981, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25891, + "offset": 26043, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25895, + "offset": 26047, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25899, + "offset": 26051, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25949, + "offset": 26101, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26363, + "offset": 26515, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26368, + "offset": 26520, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26410, + "offset": 26562, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26818, + "offset": 26970, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26823, + "offset": 26975, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26865, + "offset": 27017, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27251, + "offset": 27403, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27256, + "offset": 27408, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27494, + "offset": 27646, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27658, + "offset": 27810, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27829, + "offset": 27981, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27833, + "offset": 27985, "length": 3, "value": "400" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27901, + "offset": 28053, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27906, + "offset": 28058, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 27982, + "offset": 28134, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 28018, + "offset": 28170, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 28037, + "offset": 28189, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 28615, + "offset": 28767, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29003, + "offset": 29155, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29032, + "offset": 29184, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29279, + "offset": 29431, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29314, + "offset": 29466, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29587, + "offset": 29739, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29624, + "offset": 29776, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 29819, + "offset": 29971, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 29831, + "offset": 29983, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 29949, + "offset": 30101, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 30287, + "offset": 30439, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 30621, + "offset": 30773, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 31226, + "offset": 31378, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 31811, + "offset": 31963, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 31955, + "offset": 32107, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 31999, + "offset": 32151, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32041, + "offset": 32193, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32085, + "offset": 32237, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32151, + "offset": 32303, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32194, + "offset": 32346, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 32622, + "offset": 32774, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 32705, + "offset": 32857, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 32845, + "offset": 32997, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 33031, + "offset": 33183, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33109, + "offset": 33261, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33241, + "offset": 33393, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 33422, + "offset": 33574, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33496, + "offset": 33648, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33628, + "offset": 33780, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 34164, + "offset": 34358, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 34482, + "offset": 34676, "length": 3, "value": "0.3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37340, + "offset": 37534, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37709, + "offset": 37903, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37748, + "offset": 37942, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37789, + "offset": 37983, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37919, + "offset": 38113, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37996, + "offset": 38190, "length": 5, "value": "false" }, @@ -71123,73 +73381,80 @@ "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": "IntegerLiteral", - "offset": 767, + "offset": 794, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "IntegerLiteral", - "offset": 995, + "offset": 1022, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 1965, + "offset": 1992, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 1990, + "offset": 2017, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "IntegerLiteral", - "offset": 2115, + "offset": 2142, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2165, + "offset": 2192, "length": 8, "value": "\"┣╸\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2174, + "offset": 2201, "length": 6, "value": "\"┃ \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2197, + "offset": 2224, "length": 8, "value": "\"┗╸\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2206, + "offset": 2233, "length": 4, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2357, + "offset": 2384, "length": 4, "value": "\"\n\"" }, @@ -71532,21 +73797,21 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1732, + "offset": 1744, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2066, + "offset": 2078, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2659, + "offset": 2727, "length": 1, "value": "1" }, @@ -72626,6 +74891,13 @@ "kind": "IntegerLiteral", "offset": 7038, "length": 3, + "value": "404" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 7125, + "length": 3, "value": "400" }, { @@ -72692,44 +74964,72 @@ "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1430, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1466, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1508, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", "kind": "StringLiteral", - "offset": 351, + "offset": 1698, + "length": 9, + "value": "\"Follow \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "IntegerLiteral", + "offset": 1807, "length": 2, - "value": "\"\"" + "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 388, + "offset": 304, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 495, + "offset": 411, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 596, + "offset": 512, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 794, + "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": 973, + "offset": 889, "length": 6, "value": "\"%.0f\"" }, @@ -74073,7 +76373,7 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Actions\/BootstrapAction.swift", "kind": "BooleanLiteral", - "offset": 924, + "offset": 1157, "length": 5, "value": "false" }, @@ -74864,126 +77164,210 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 1297, + "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": 1350, + "offset": 1943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2164, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2176, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2313, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2321, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2447, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2459, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 2782, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 2938, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 3061, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 3114, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 1394, + "offset": 3158, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 1982, + "offset": 3746, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2040, + "offset": 3804, "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "StringLiteral", + "offset": 3843, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 2521, + "offset": 4322, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2565, + "offset": 4366, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2607, + "offset": 4408, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2655, + "offset": 4456, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2729, + "offset": 4530, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2776, + "offset": 4577, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2980, + "offset": 4781, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 3024, + "offset": 4825, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 3743, + "offset": 5544, "length": 2, "value": "16" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 3994, + "offset": 5795, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 4224, + "offset": 6025, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 4505, + "offset": 6306, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 4632, + "offset": 6433, "length": 2, "value": "13" }, @@ -75694,6 +78078,41 @@ "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/RemovePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 276, + "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": 337, + "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": 398, + "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": 1157, + "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": 1218, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", "kind": "StringLiteral", @@ -77864,6 +80283,13 @@ "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UILabel+Lines.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", "kind": "StringLiteral", 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 b34310b2..5009376c 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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { case notificationPressed(presentationType: VFNotificationPresentationType) case closeProfilePressed case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension VFUpdateUserAvatarError { 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 public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: VFImageView) case commentCellDislikeLabel(label: VFLabel) case commentCellReplyLabel(label: VFLabel) - case commentCellRepliesLabel(label: VFLabel) + case commentCellCustomBadge(badge: VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: VFButton) case previewTitleLabel(label: VFLabel) @@ -1750,6 +1833,8 @@ 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 VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension VFUpdateUserAvatarError : Swift.Equatable {} extension VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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 VFCommentError : Swift.Equatable {} extension VFCommentError : Swift.Hashable {} extension VFTopicsSubscribedError : Swift.Equatable {} 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 5d77d4fd..e544b600 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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { 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) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension ViafouraSDK.VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension ViafouraSDK.VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension ViafouraSDK.VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension ViafouraSDK.VFUpdateUserAvatarError { 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 public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension ViafouraSDK.VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension ViafouraSDK.VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: ViafouraSDK.VFImageView) case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) case commentCellReplyLabel(label: ViafouraSDK.VFLabel) - case commentCellRepliesLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) case previewTitleLabel(label: ViafouraSDK.VFLabel) @@ -1750,6 +1833,8 @@ 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.VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} extension ViafouraSDK.VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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.VFCommentError : Swift.Equatable {} extension ViafouraSDK.VFCommentError : Swift.Hashable {} extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} 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 b34310b2..5009376c 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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { case notificationPressed(presentationType: VFNotificationPresentationType) case closeProfilePressed case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension VFUpdateUserAvatarError { 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 public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: VFImageView) case commentCellDislikeLabel(label: VFLabel) case commentCellReplyLabel(label: VFLabel) - case commentCellRepliesLabel(label: VFLabel) + case commentCellCustomBadge(badge: VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: VFButton) case previewTitleLabel(label: VFLabel) @@ -1750,6 +1833,8 @@ 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 VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension VFUpdateUserAvatarError : Swift.Equatable {} extension VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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 VFCommentError : Swift.Equatable {} extension VFCommentError : Swift.Hashable {} extension VFTopicsSubscribedError : Swift.Equatable {} 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 5d77d4fd..e544b600 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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { 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) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension ViafouraSDK.VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension ViafouraSDK.VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension ViafouraSDK.VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension ViafouraSDK.VFUpdateUserAvatarError { 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 public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension ViafouraSDK.VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension ViafouraSDK.VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: ViafouraSDK.VFImageView) case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) case commentCellReplyLabel(label: ViafouraSDK.VFLabel) - case commentCellRepliesLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) case previewTitleLabel(label: ViafouraSDK.VFLabel) @@ -1750,6 +1833,8 @@ 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.VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} extension ViafouraSDK.VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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.VFCommentError : Swift.Equatable {} extension ViafouraSDK.VFCommentError : Swift.Hashable {} extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist new file mode 100644 index 00000000..20dd639c Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib new file mode 100644 index 00000000..1b594ce1 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.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 new file mode 100644 index 00000000..8e778cde Binary files /dev/null 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/Info.plist b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/Info.plist new file mode 100644 index 00000000..4ac5c674 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/Info.plist differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib new file mode 100644 index 00000000..9bef4cde Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.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 new file mode 100644 index 00000000..71196a93 Binary files /dev/null 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 b91e4840..9bc30546 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 afc782fa..21a1da0f 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/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 036cfdbc..bef0a7a5 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 d20fcf89..86b7870c 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/de.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/de.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/de.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/de.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/en.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/en.lproj/Localizable.strings index 2ba68b4c..a5f20691 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/en.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/en.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/es.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/es.lproj/Localizable.strings index bc2943eb..63b78439 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/es.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/es.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/fr.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/fr.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/fr.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/fr.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/it.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/it.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/it.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/it.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/nl.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/nl.lproj/Localizable.strings index 6d1ed4ba..344f5344 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/nl.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/nl.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/pt.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/pt.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/pt.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/pt.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/sr.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/sr.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/sr.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/sr.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Assets.car b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Assets.car index 05ece413..1aeda6d8 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_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-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 index 4d577ee4..54b39bb1 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib 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 index 24fc4cb0..665cd8c1 100644 --- 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 @@ -330,6 +330,9 @@ SWIFT_CLASS("_TtC11ViafouraSDK24SingleChatViewController") + + + SWIFT_CLASS("_TtC11ViafouraSDK8VFAdView") @interface VFAdView : UIView - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; @@ -574,7 +577,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end - @protocol UIViewControllerTransitionCoordinator; @interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) @@ -582,6 +584,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") @end + @interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) - (void)textViewDidChange:(UITextView * _Nonnull)textView; @end @@ -618,6 +621,23 @@ SWIFT_CLASS("_TtC11ViafouraSDK12VFPinnedView") @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; @@ -1120,6 +1140,9 @@ SWIFT_CLASS("_TtC11ViafouraSDK24SingleChatViewController") + + + SWIFT_CLASS("_TtC11ViafouraSDK8VFAdView") @interface VFAdView : UIView - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; @@ -1364,7 +1387,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end - @protocol UIViewControllerTransitionCoordinator; @interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) @@ -1372,6 +1394,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController") @end + @interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) - (void)textViewDidChange:(UITextView * _Nonnull)textView; @end @@ -1408,6 +1431,23 @@ SWIFT_CLASS("_TtC11ViafouraSDK12VFPinnedView") @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; 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 index 911e5237..3c40e0c1 100644 --- 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 @@ -14,6 +14,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -722,35 +732,6 @@ ], "funcSelfKind": "NonMutating" }, - { - "kind": "Function", - "name": "colorFollowingDefault", - "printedName": "colorFollowingDefault(_:)", - "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:11ViafouraSDK15VFDefaultColorsV21colorFollowingDefaultySo7UIColorCAA7VFThemeOFZ", - "mangledName": "$s11ViafouraSDK15VFDefaultColorsV21colorFollowingDefaultySo7UIColorCAA7VFThemeOFZ", - "moduleName": "ViafouraSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "colorErrorDefault", @@ -1489,8 +1470,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -3449,6 +3430,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -4896,6 +4887,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFTheme", @@ -5461,6 +5462,120 @@ "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" } ], "declKind": "Enum", @@ -6414,68 +6529,8 @@ }, { "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", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -6494,8 +6549,8 @@ }, { "kind": "TypeDecl", - "name": "VFDislikeCommentError", - "printedName": "VFDislikeCommentError", + "name": "VFClosePollError", + "printedName": "VFClosePollError", "children": [ { "kind": "Var", @@ -6505,24 +6560,24 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFDislikeCommentError.Type) -> ViafouraSDK.VFDislikeCommentError", + "printedName": "(ViafouraSDK.VFClosePollError.Type) -> ViafouraSDK.VFClosePollError", "children": [ { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "ViafouraSDK.VFDislikeCommentError.Type", + "printedName": "ViafouraSDK.VFClosePollError.Type", "children": [ { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" } ] } @@ -6530,8 +6585,8 @@ } ], "declKind": "EnumElement", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO7unknownyA2CmF", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO7unknownyA2CmF", + "usr": "s:11ViafouraSDK16VFClosePollErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO7unknownyA2CmF", "moduleName": "ViafouraSDK" }, { @@ -6547,20 +6602,20 @@ }, { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" }, { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO2eeoiySbAC_ACtFZ", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO2eeoiySbAC_ACtFZ", + "usr": "s:11ViafouraSDK16VFClosePollErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO2eeoiySbAC_ACtFZ", "moduleName": "ViafouraSDK", "static": true, "implicit": true, @@ -6579,8 +6634,8 @@ } ], "declKind": "Var", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivp", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivp", + "usr": "s:11ViafouraSDK16VFClosePollErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO9hashValueSivp", "moduleName": "ViafouraSDK", "implicit": true, "accessors": [ @@ -6597,8 +6652,8 @@ } ], "declKind": "Accessor", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivg", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivg", + "usr": "s:11ViafouraSDK16VFClosePollErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO9hashValueSivg", "moduleName": "ViafouraSDK", "implicit": true, "accessorKind": "get" @@ -6624,8 +6679,8 @@ } ], "declKind": "Func", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO4hash4intoys6HasherVz_tF", + "usr": "s:11ViafouraSDK16VFClosePollErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO4hash4intoys6HasherVz_tF", "moduleName": "ViafouraSDK", "implicit": true, "funcSelfKind": "NonMutating" @@ -6651,8 +6706,8 @@ } ], "declKind": "Var", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvp", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvp", + "usr": "s:11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvp", "moduleName": "ViafouraSDK", "declAttributes": [ "AccessControl" @@ -6680,8 +6735,8 @@ } ], "declKind": "Accessor", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvg", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvg", + "usr": "s:11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvg", "moduleName": "ViafouraSDK", "isFromExtension": true, "accessorKind": "get" @@ -6690,8 +6745,8 @@ } ], "declKind": "Enum", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO", + "usr": "s:11ViafouraSDK16VFClosePollErrorO", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO", "moduleName": "ViafouraSDK", "declAttributes": [ "AccessControl" @@ -6745,56 +6800,398 @@ ] }, { - "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", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ - "AccessControl" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - } + "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" + } ] }, { @@ -9384,6 +9781,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFEnableCommentError", @@ -10206,6 +10613,43 @@ "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", @@ -10818,6 +11262,43 @@ "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": "==", @@ -10959,6 +11440,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFUpdateCommentsContainerSettingsError", @@ -11630,6 +12121,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -13475,6 +13976,258 @@ "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", @@ -15152,6 +15905,295 @@ "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", @@ -16097,8 +17139,18 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -23641,18 +24693,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ViafouraSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -23661,121 +24703,256 @@ }, { "kind": "TypeDecl", - "name": "VFEditCommentError", - "printedName": "VFEditCommentError", + "name": "VFPollViewController", + "printedName": "VFPollViewController", "children": [ { "kind": "Var", - "name": "unknown", - "printedName": "unknown", + "name": "storyboardName", + "printedName": "storyboardName", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ViafouraSDK.VFEditCommentError.Type) -> ViafouraSDK.VFEditCommentError", + "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": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "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": "Metatype", - "printedName": "ViafouraSDK.VFEditCommentError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" - } - ] + "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" } - ], - "declKind": "EnumElement", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO7unknownyA2CmF", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO7unknownyA2CmF", - "moduleName": "ViafouraSDK" + ] }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "new", + "printedName": "new(contentContainerUUID:loginDelegate:settings:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "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": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" }, { "kind": "TypeNominal", - "name": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO2eeoiySbAC_ACtFZ", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO2eeoiySbAC_ACtFZ", + "usr": "s:11ViafouraSDK20VFPollViewControllerC3new20contentContainerUUID13loginDelegate8settingsACSg10Foundation0I0V_AA07VFLoginK0_pAA10VFSettingsVtFZ", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC3new20contentContainerUUID13loginDelegate8settingsACSg10Foundation0I0V_AA07VFLoginK0_pAA10VFSettingsVtFZ", "moduleName": "ViafouraSDK", "static": true, - "implicit": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO9hashValueSivp", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO9hashValueSivp", + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC11viewDidLoadyyF", "moduleName": "ViafouraSDK", - "implicit": true, - "accessors": [ + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "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": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" } - ], - "declKind": "Accessor", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO9hashValueSivg", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO9hashValueSivg", - "moduleName": "ViafouraSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPollViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", + "name": "setLayoutDelegate", + "printedName": "setLayoutDelegate(layoutDelegate:)", "children": [ { "kind": "TypeNominal", @@ -23784,24 +24961,32 @@ }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "VFLayoutDelegate", + "printedName": "ViafouraSDK.VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO4hash4intoys6HasherVz_tF", + "usr": "s:11ViafouraSDK20VFPollViewControllerC17setLayoutDelegate06layoutH0yAA08VFLayoutH0_p_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC17setLayoutDelegate06layoutH0yAA08VFLayoutH0_p_tF", "moduleName": "ViafouraSDK", - "implicit": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "errorDescription", - "printedName": "errorDescription", + "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", @@ -23815,53 +25000,127 @@ } ], "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": "Var", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvp", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvp", + "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": [ - "AccessControl" + "Dynamic", + "ObjC", + "Custom", + "Override" ], - "isFromExtension": true, - "accessors": [ + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFPollViewController?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "VFPollViewController", + "printedName": "ViafouraSDK.VFPollViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController" } ], - "declKind": "Accessor", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvg", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvg", - "moduleName": "ViafouraSDK", - "isFromExtension": true, - "accessorKind": "get" + "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": "Enum", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC", "moduleName": "ViafouraSDK", "declAttributes": [ - "AccessControl" + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" ], "conformances": [ { @@ -23880,17 +25139,552 @@ }, { "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" + "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": "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": "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", @@ -27157,6 +28951,258 @@ "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", @@ -27308,6 +29354,16 @@ } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "Foundation", @@ -27760,6 +29816,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -27867,6 +29933,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -29766,18 +31842,18 @@ }, { "kind": "Var", - "name": "commentCellRepliesLabel", - "printedName": "commentCellRepliesLabel", + "name": "commentCellCustomBadge", + "printedName": "commentCellCustomBadge", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFCustomBadgeView) -> ViafouraSDK.VFCustomizableView", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "printedName": "(ViafouraSDK.VFCustomBadgeView) -> ViafouraSDK.VFCustomizableView", "children": [ { "kind": "TypeNominal", @@ -29788,13 +31864,13 @@ { "kind": "TypeNominal", "name": "Tuple", - "printedName": "(label: ViafouraSDK.VFLabel)", + "printedName": "(badge: ViafouraSDK.VFCustomBadgeView)", "children": [ { "kind": "TypeNominal", - "name": "VFLabel", - "printedName": "ViafouraSDK.VFLabel", - "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + "name": "VFCustomBadgeView", + "printedName": "ViafouraSDK.VFCustomBadgeView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCustomBadgeView" } ] } @@ -29817,8 +31893,8 @@ } ], "declKind": "EnumElement", - "usr": "s:11ViafouraSDK18VFCustomizableViewO23commentCellRepliesLabelyAcA7VFLabelC_tcACmF", - "mangledName": "$s11ViafouraSDK18VFCustomizableViewO23commentCellRepliesLabelyAcA7VFLabelC_tcACmF", + "usr": "s:11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF", "moduleName": "ViafouraSDK" }, { @@ -36256,8 +38332,28 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "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": [ @@ -40904,6 +43000,46 @@ "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", @@ -44853,6 +46989,16 @@ } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "Foundation", @@ -45874,6 +48020,41 @@ "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": 1016, + "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": 1077, + "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": 1140, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", "kind": "BooleanLiteral", @@ -46675,112 +48856,105 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 2812, - "length": 16, - "value": "\"ColorFollowing\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", - "kind": "StringLiteral", - "offset": 3024, + "offset": 2804, "length": 12, "value": "\"ColorError\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3234, + "offset": 3014, "length": 14, "value": "\"ColorWarning\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3450, + "offset": 3230, "length": 18, "value": "\"ColorEditorPicks\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3666, + "offset": 3446, "length": 21, "value": "\"ColorThreadingLines\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3888, + "offset": 3668, "length": 17, "value": "\"ColorChatBubble\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4102, + "offset": 3882, "length": 13, "value": "\"ColorPinned\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4317, + "offset": 4097, "length": 18, "value": "\"ColorPinnedBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4533, + "offset": 4313, "length": 14, "value": "\"ColorPrimary\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4750, + "offset": 4530, "length": 19, "value": "\"ColorPrimaryLight\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4967, + "offset": 4747, "length": 14, "value": "\"ColorBorder1\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5183, + "offset": 4963, "length": 18, "value": "\"ColorAuthorBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5406, + "offset": 5186, "length": 21, "value": "\"ColorModeratorBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5625, + "offset": 5405, "length": 21, "value": "\"ColorNewCommentText\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5835, + "offset": 5615, "length": 12, "value": "\"ColorIcons\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 6039, + "offset": 5819, "length": 15, "value": "\"ColorInputBox\"" }, @@ -46906,28 +49080,28 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "IntegerLiteral", - "offset": 897, + "offset": 842, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "FloatLiteral", - "offset": 1017, + "offset": 962, "length": 3, "value": "4.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "IntegerLiteral", - "offset": 1418, + "offset": 1363, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewModel.swift", "kind": "Dictionary", - "offset": 413, + "offset": 442, "length": 3, "value": "[]" }, @@ -47421,6 +49595,48 @@ "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": 1438, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", "kind": "BooleanLiteral", @@ -47998,147 +50214,147 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 3220, + "offset": 3397, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4259, + "offset": 4436, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4345, + "offset": 4522, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4884, + "offset": 5061, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5208, + "offset": 5385, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5745, + "offset": 5922, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5840, + "offset": 6017, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 6373, + "offset": 6550, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 6703, + "offset": 6880, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 7634, + "offset": 7811, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 7678, + "offset": 7855, "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": 8432, + "offset": 8609, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 9826, + "offset": 10003, "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": 9905, + "offset": 10082, "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": 10018, + "offset": 10195, "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": 13575, + "offset": 13752, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 13725, + "offset": 13902, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 13941, + "offset": 14118, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 14290, + "offset": 14467, "length": 10, "value": "\"featured\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 14668, + "offset": 14845, "length": 5, "value": "\"all\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 14948, + "offset": 15125, "length": 4, "value": "true" }, @@ -48670,63 +50886,63 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 9029, + "offset": 9116, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 9315, + "offset": 9402, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 9324, + "offset": 9411, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 9912, + "offset": 10084, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 10198, + "offset": 10370, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 10207, + "offset": 10379, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 10787, + "offset": 10959, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 11073, + "offset": 11245, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 11082, + "offset": 11254, "length": 2, "value": "\"\"" }, @@ -48740,238 +50956,245 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1060, + "offset": 1100, "length": 14, "value": "\"CommentsList\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 1401, + "offset": 1496, "length": 5, "value": "300.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1468, + "offset": 1563, "length": 8, "value": "\"adCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1517, + "offset": 1612, "length": 20, "value": "\"commentDividerCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1571, + "offset": 1666, "length": 13, "value": "\"commentCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1621, + "offset": 1716, "length": 16, "value": "\"writeReplyCell\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1771, + "length": 18, + "value": "\"followPromptCell\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1748, + "offset": 1900, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1763, + "offset": 1915, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1814, + "offset": 1966, "length": 2, "value": "44" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2071, + "offset": 2223, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2254, + "offset": 2406, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2623, + "offset": 2775, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2630, + "offset": 2782, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2634, + "offset": 2786, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2951, + "offset": 3103, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2994, + "offset": 3146, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 3067, + "offset": 3219, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 3095, + "offset": 3247, "length": 4, "value": "0.05" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 3188, + "offset": 3340, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 4237, + "offset": 4389, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5210, + "offset": 5796, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5233, + "offset": 5819, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5400, + "offset": 5986, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5419, + "offset": 6005, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5888, + "offset": 6474, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 6425, + "offset": 7011, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7105, + "offset": 7728, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7133, + "offset": 7756, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7310, + "offset": 7933, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7394, + "offset": 8017, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 7999, + "offset": 8622, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8077, + "offset": 8700, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8384, + "offset": 9007, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8709, + "offset": 9332, "length": 5, "value": "false" }, @@ -49143,6 +51366,41 @@ "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", @@ -49234,6 +51492,48 @@ "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", @@ -49297,6 +51597,27 @@ "length": 5, "value": "false" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2588, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3521, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4497, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", "kind": "StringLiteral", @@ -49682,6 +52003,34 @@ "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", @@ -50105,49 +52454,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", "kind": "StringLiteral", - "offset": 879, + "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": 926, + "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": 970, + "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": 1021, + "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": 1060, + "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": 1086, + "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": 1117, + "offset": 1170, "length": 12, "value": "\"polls_vote\"" }, @@ -50245,49 +52601,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", "kind": "StringLiteral", - "offset": 879, + "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": 926, + "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": 970, + "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": 1021, + "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": 1060, + "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": 1086, + "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": 1117, + "offset": 1170, "length": 12, "value": "\"polls_vote\"" }, @@ -51099,483 +53462,490 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2851, + "offset": 1647, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2888, + "offset": 2877, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2968, + "offset": 2914, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3000, + "offset": 2994, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3093, + "offset": 3026, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3134, + "offset": 3119, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3223, + "offset": 3160, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3262, + "offset": 3249, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3298, + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3324, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3331, + "offset": 3357, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 3542, + "offset": 3568, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3595, + "offset": 3621, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 5967, + "offset": 5993, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 6099, + "offset": 6125, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 6700, + "offset": 6726, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 6709, + "offset": 6735, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 6786, + "offset": 6812, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7256, + "offset": 7282, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 7382, + "offset": 7408, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 7391, + "offset": 7417, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7468, + "offset": 7494, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7931, + "offset": 7957, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 8057, + "offset": 8083, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 8066, + "offset": 8092, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 8143, + "offset": 8169, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 8641, + "offset": 8667, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9167, + "offset": 9193, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9176, + "offset": 9202, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9253, + "offset": 9279, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9690, + "offset": 9716, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9816, + "offset": 9842, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9825, + "offset": 9851, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9902, + "offset": 9928, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10343, + "offset": 10369, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 10469, + "offset": 10495, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 10478, + "offset": 10504, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10555, + "offset": 10581, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10742, + "offset": 10768, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 11123, + "offset": 11149, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 11177, + "offset": 11203, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 11281, + "offset": 11307, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "Array", - "offset": 11437, + "offset": 11463, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12716, + "offset": 12742, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12725, + "offset": 12751, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 12906, + "offset": 12932, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12976, + "offset": 13002, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12985, + "offset": 13011, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 13162, + "offset": 13188, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 13872, + "offset": 13898, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 13893, + "offset": 13919, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 13957, + "offset": 13983, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 14079, + "offset": 14105, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 14100, + "offset": 14126, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "Array", - "offset": 14276, + "offset": 14302, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 15994, + "offset": 16020, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16003, + "offset": 16029, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16234, + "offset": 16260, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16312, + "offset": 16338, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16321, + "offset": 16347, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16479, + "offset": 16505, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16549, + "offset": 16575, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16558, + "offset": 16584, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16956, + "offset": 16982, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 17375, + "offset": 17401, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17427, + "offset": 17453, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17727, + "offset": 17753, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17778, + "offset": 17804, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 17905, + "offset": 17931, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 17914, + "offset": 17940, "length": 2, "value": "\"\"" }, @@ -52412,6 +54782,13 @@ "length": 16, "value": "\"CommentFlagged\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5007, + "length": 10, + "value": "\"ReadMore\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", "kind": "FloatLiteral", @@ -52814,7 +55191,7 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisableView.swift", "kind": "IntegerLiteral", - "offset": 2442, + "offset": 2622, "length": 2, "value": "12" }, @@ -54043,34 +56420,6 @@ "length": 2, "value": "16" }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 600, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 745, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 799, - "length": 5, - "value": "false" - }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/VFFilterType.swift", "kind": "StringLiteral", @@ -54141,6 +56490,69 @@ "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", @@ -56125,210 +58537,210 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2614, + "offset": 2705, "length": 14, "value": "\"Content-Type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "Dictionary", - "offset": 2743, + "offset": 2834, "length": 3, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2818, + "offset": 2909, "length": 17, "value": "\"CFBundleVersion\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2873, + "offset": 2964, "length": 9, "value": "\"Version\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2928, + "offset": 3019, "length": 10, "value": "\"Platform\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2942, + "offset": 3033, "length": 5, "value": "\"ios\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3276, + "offset": 3367, "length": 46, "value": "\"-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3317, + "offset": 3408, "length": 1, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3368, + "offset": 3459, "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": 3410, + "offset": 3501, "length": 6, "value": "\"verb\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3417, + "offset": 3508, "length": 1, "value": "\"\";\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3468, + "offset": 3559, "length": 16, "value": "\"Content-Type: \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3487, + "offset": 3578, "length": 12, "value": "\"text-plain\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3502, + "offset": 3593, "length": 6, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3555, + "offset": 3646, "length": 16, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3562, + "offset": 3653, "length": 7, "value": "\"patch\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3570, + "offset": 3661, "length": 22, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3617, + "offset": 3708, "length": 50, "value": "\"\r\n-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3662, + "offset": 3753, "length": 1, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3713, + "offset": 3804, "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": 3764, + "offset": 3855, "length": 1, "value": "\"\"; filename=\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3790, + "offset": 3881, "length": 1, "value": "\"\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3844, + "offset": 3935, "length": 16, "value": "\"Content-Type: \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3876, + "offset": 3967, "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": 3968, + "offset": 4059, "length": 52, "value": "\"\r\n-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 4013, + "offset": 4104, "length": 2, "value": "\"--\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "BooleanLiteral", - "offset": 4308, + "offset": 4399, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "BooleanLiteral", - "offset": 4371, + "offset": 4462, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "IntegerLiteral", - "offset": 4649, + "offset": 4740, "length": 3, "value": "200" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "IntegerLiteral", - "offset": 4704, + "offset": 4795, "length": 1, "value": "0" }, @@ -57028,301 +59440,322 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1116, + "offset": 1108, + "length": 28, + "value": "\"https:\/\/polls.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1187, + "length": 10, + "value": "\"v1\/polls\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1257, "length": 36, "value": "\"https:\/\/notifications.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1219, + "offset": 1360, "length": 4, "value": "\"v5\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1262, + "offset": 1403, "length": 24, "value": "\"https:\/\/i.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1343, + "offset": 1484, "length": 4, "value": "\"v3\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1397, + "offset": 1538, "length": 30, "value": "\"https:\/\/api.loginradius.com\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1490, + "offset": 1631, "length": 13, "value": "\"identity\/v2\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1551, + "offset": 1692, "length": 39, "value": "\"wss:\/\/realtimeeventfeeds.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1649, + "offset": 1790, "length": 11, "value": "\"eventfeed\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1760, + "offset": 1901, "length": 9, "value": "\"#d4145a\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1791, + "offset": 1932, "length": 9, "value": "\"#8e78ff\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1822, + "offset": 1963, "length": 9, "value": "\"#ff7300\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1853, + "offset": 1994, "length": 9, "value": "\"#fbb03b\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1884, + "offset": 2025, "length": 9, "value": "\"#ed1e79\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1915, + "offset": 2056, "length": 9, "value": "\"#009244\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1946, + "offset": 2087, "length": 9, "value": "\"#ed1c24\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1977, + "offset": 2118, "length": 9, "value": "\"#2e3192\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2008, + "offset": 2149, "length": 9, "value": "\"#fc7d7b\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2039, + "offset": 2180, "length": 9, "value": "\"#ffcc00\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2070, + "offset": 2211, "length": 9, "value": "\"#3aa17e\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2101, + "offset": 2242, "length": 9, "value": "\"#4f00bc\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2132, + "offset": 2273, "length": 9, "value": "\"#09c9be\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2163, + "offset": 2304, "length": 9, "value": "\"#662d8c\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2194, + "offset": 2335, "length": 9, "value": "\"#00a8c5\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2225, + "offset": 2366, "length": 9, "value": "\"#0053ae\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2417, + "offset": 2558, "length": 7, "value": "\"Error\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2435, + "offset": 2576, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2491, + "offset": 2632, "length": 15, "value": "\"Unknown Error\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2517, + "offset": 2658, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2591, + "offset": 2732, "length": 32, "value": "\"Unexpected result has occurred\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2634, + "offset": 2775, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2705, + "offset": 2846, "length": 24, "value": "\"User is not authorized\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2740, + "offset": 2881, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2812, + "offset": 2953, "length": 25, "value": "\"Error decoding response\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2848, + "offset": 2989, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "FloatLiteral", - "offset": 2927, + "offset": 3068, "length": 3, "value": "5.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "FloatLiteral", - "offset": 2972, + "offset": 3113, "length": 3, "value": "5.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3041, + "offset": 3182, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3122, + "offset": 3263, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3171, + "offset": 3312, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3239, + "offset": 3380, "length": 22, "value": "\"https:\/\/viafoura.com\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3295, + "offset": 3436, "length": 38, "value": "\"https:\/\/viafoura.com\/privacy-policy\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3404, + "offset": 3545, "length": 38, "value": "\"fb763410-afd1-4646-8232-5a5a4f0d9bae\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 3650, + "length": 1, + "value": "5" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3511, + "offset": 3720, "length": 26, "value": "\"251538622707823657992231\"" }, @@ -58722,56 +61155,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "BooleanLiteral", - "offset": 754, + "offset": 794, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1048, + "offset": 1088, "length": 33, "value": "\"ViafouraSDK already initialized\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1185, + "offset": 1225, "length": 22, "value": "\"Site UUID is invalid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1686, + "offset": 1726, "length": 22, "value": "\"Connected to network\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1904, + "offset": 1944, "length": 27, "value": "\"Disconnected from network\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 2125, + "offset": 2165, "length": 9, "value": "\"Monitor\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "BooleanLiteral", - "offset": 2255, + "offset": 2295, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 2270, + "offset": 2310, "length": 42, "value": "\"_UIConstraintBasedLayoutLogUnsatisfiable\"" }, @@ -59343,2802 +61776,2515 @@ "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\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 213, + "length": 7, + "value": "\"Polls\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", - "kind": "IntegerLiteral", - "offset": 1917, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 4041, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 2405, + "offset": 4110, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 2730, + "offset": 4116, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+EditComment.swift", - "kind": "BooleanLiteral", - "offset": 738, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 4406, + "length": 13, + "value": "\"Remove poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 6117, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 4548, + "length": 7, + "value": "\"trash\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 6704, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5032, + "length": 11, + "value": "\"Edit poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5168, + "length": 8, + "value": "\"pencil\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 6925, - "length": 1, - "value": "0" + "offset": 5730, + "length": 2, + "value": "16" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 8883, + "offset": 5777, "length": 1, - "value": "0" + "value": "6" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 8912, - "length": 5, - "value": "false" + "offset": 5817, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5932, + "length": 9, + "value": "\"Publish\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "Array", + "offset": 6432, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 8960, + "offset": 6597, "length": 1, "value": "1" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 8989, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 6844, + "length": 1, + "value": "2" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9036, + "offset": 7083, "length": 1, "value": "3" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 7286, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9101, + "offset": 7485, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9137, + "offset": 7528, "length": 5, "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9193, - "length": 4, - "value": "true" + "offset": 7956, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9290, + "offset": 8019, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 9337, - "length": 5, - "value": "false" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 2, + "value": "16" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9579, - "length": 1, - "value": "0" + "offset": 8409, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9616, - "length": 1, - "value": "3" + "offset": 8601, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 9681, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8793, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8985, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9726, + "offset": 9298, "length": 5, "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9975, - "length": 1, - "value": "3" + "offset": 9524, + "length": 2, + "value": "30" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10086, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "FloatLiteral", + "offset": 9889, + "length": 3, + "value": "0.3" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10116, - "length": 1, - "value": "3" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 10433, + "length": 10, + "value": "\"Question\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10483, - "length": 3, - "value": "-33" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 10789, + "length": 10, + "value": "\"Option 1\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10743, - "length": 1, - "value": "3" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11156, + "length": 10, + "value": "\"Option 2\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10851, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11511, + "length": 10, + "value": "\"Option 3\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10889, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11878, + "length": 10, + "value": "\"Option 4\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10894, - "length": 2, - "value": "20" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12266, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10899, - "length": 2, - "value": "60" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12381, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10933, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12422, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11108, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12528, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11150, + "offset": 12628, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11206, + "offset": 12789, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11288, + "offset": 12900, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 11340, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11407, - "length": 3, - "value": "130" + "offset": 13138, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11463, - "length": 1, - "value": "5" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 13176, + "length": 15, + "value": "\"Poll Question\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11503, + "offset": 13301, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11557, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13342, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11628, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13382, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11669, + "offset": 13419, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11724, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 13460, + "length": 13, + "value": "\"Create Poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11779, + "offset": 14622, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11831, + "offset": 939, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11901, + "offset": 1917, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11952, + "offset": 2405, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 11992, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 12064, + "offset": 2730, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+EditComment.swift", "kind": "BooleanLiteral", - "offset": 12103, + "offset": 738, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12156, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 6422, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12226, + "offset": 7048, "length": 1, "value": "0" }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 12266, - "length": 4, - "value": "true" - }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12320, + "offset": 7269, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12378, - "length": 2, - "value": "30" + "offset": 9316, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12418, + "offset": 9345, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12541, + "offset": 9393, "length": 1, - "value": "0" + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12583, + "offset": 9422, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12639, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12721, + "offset": 9469, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12773, + "offset": 9534, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12839, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12893, - "length": 1, - "value": "5" + "kind": "BooleanLiteral", + "offset": 9570, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12933, + "offset": 9626, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12987, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13058, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 9723, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 13099, - "length": 4, - "value": "true" + "offset": 9770, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13154, + "offset": 9910, "length": 1, - "value": "0" + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13209, + "kind": "FloatLiteral", + "offset": 9914, "length": 4, - "value": "true" + "value": "-0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13261, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 9921, + "length": 4, + "value": "-0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13331, + "offset": 10095, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13382, + "offset": 10132, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 13422, + "offset": 10197, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13494, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 10242, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13533, - "length": 4, - "value": "true" + "kind": "IntegerLiteral", + "offset": 10491, + "length": 1, + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13586, + "offset": 10602, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13656, + "offset": 10632, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13696, - "length": 4, - "value": "true" + "kind": "FloatLiteral", + "offset": 10999, + "length": 5, + "value": "-32.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13750, + "offset": 11261, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13808, + "offset": 11369, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13847, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13966, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 14064, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 11407, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 14117, + "offset": 11412, "length": 2, - "value": "70" + "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 14172, - "length": 1, - "value": "5" + "offset": 11417, + "length": 2, + "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14212, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14267, - "length": 2, - "value": "70" + "offset": 11452, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 14309, - "length": 5, - "value": "false" + "kind": "FloatLiteral", + "offset": 11496, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14665, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11554, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14707, + "offset": 11593, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14763, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11641, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14833, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11697, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14873, + "offset": 11734, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14927, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11780, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14996, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11837, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15035, + "offset": 11875, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15088, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11922, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15159, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11978, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15200, + "offset": 12015, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15255, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12061, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15325, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12116, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15365, + "offset": 12152, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15419, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12197, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15501, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12253, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15553, + "offset": 12290, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15619, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12336, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15677, - "length": 2, - "value": "30" + "kind": "FloatLiteral", + "offset": 12394, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15717, - "length": 5, - "value": "false" + "offset": 12433, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15896, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12481, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15938, + "offset": 12524, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15994, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12559, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16076, + "offset": 12602, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16128, + "offset": 12763, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16195, + "offset": 12816, "length": 3, "value": "130" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16251, - "length": 1, - "value": "5" + "offset": 12855, + "length": 2, + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16291, + "offset": 12892, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16346, + "offset": 13011, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16388, + "offset": 13053, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16743, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 16784, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 16840, + "offset": 13094, "length": 2, - "value": "70" + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16883, + "offset": 13131, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17224, + "offset": 13208, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17276, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17346, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 13305, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17397, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 17437, - "length": 4, - "value": "true" + "offset": 13354, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17509, + "offset": 13405, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17548, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17601, - "length": 1, - "value": "0" + "offset": 13444, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17671, - "length": 1, - "value": "0" + "offset": 13495, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17711, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17765, - "length": 1, - "value": "0" + "offset": 13537, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17823, + "offset": 13891, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17863, + "offset": 13928, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18031, - "length": 1, - "value": "0" + "offset": 14058, + "length": 3, + "value": "130" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18073, + "offset": 14101, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18130, - "length": 2, - "value": "70" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18201, + "offset": 14171, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18241, + "offset": 14210, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18296, + "offset": 14261, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18338, + "offset": 14303, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18691, + "offset": 14654, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18730, - "length": 4, - "value": "true" + "offset": 14694, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18783, - "length": 1, - "value": "0" + "offset": 14746, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18838, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18890, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18960, - "length": 1, - "value": "0" + "offset": 14789, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19011, - "length": 1, - "value": "0" + "offset": 15128, + "length": 2, + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19051, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19125, - "length": 1, - "value": "0" + "offset": 15165, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19166, - "length": 4, - "value": "true" + "offset": 15276, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19221, - "length": 1, - "value": "0" + "offset": 15329, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19303, + "offset": 15380, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19355, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19421, - "length": 1, - "value": "0" + "offset": 15419, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19491, - "length": 1, - "value": "0" + "offset": 15470, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19531, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19585, - "length": 1, - "value": "0" + "offset": 15512, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19643, + "offset": 15849, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19683, + "offset": 15886, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19792, + "offset": 15952, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19846, + "offset": 16002, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19963, + "offset": 16040, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20017, + "offset": 16090, "length": 2, "value": "80" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20089, + "offset": 16236, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20130, + "offset": 16276, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20186, + "offset": 16328, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20229, + "offset": 16371, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20585, + "offset": 16723, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20636, + "offset": 16770, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20677, + "offset": 16810, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20722, + "offset": 16855, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 21078, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21120, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21176, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21283, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21353, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21393, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21447, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21529, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21581, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21647, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21717, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21757, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21811, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21869, + "offset": 17176, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 21909, + "offset": 17213, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 22029, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22068, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22121, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22193, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22235, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22291, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22346, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22398, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22468, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22508, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22562, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22632, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22672, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22726, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22797, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22838, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22893, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23003, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23057, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23139, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23191, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23257, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23313, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23357, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23669, + "offset": 19385, "length": 2, "value": "35" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23674, + "offset": 19390, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23747, + "offset": 19463, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23752, + "offset": 19468, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23863, + "offset": 19579, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 23903, + "offset": 19619, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24167, + "offset": 19883, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24207, + "offset": 19923, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24246, + "offset": 19962, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24288, + "offset": 20004, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24403, + "offset": 20119, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24447, + "offset": 20163, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24491, + "offset": 20207, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24554, + "offset": 20270, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 24727, + "offset": 20443, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24770, + "offset": 20486, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24817, + "offset": 20533, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24860, + "offset": 20576, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24906, + "offset": 20622, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24998, + "offset": 20714, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25044, + "offset": 20760, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25087, + "offset": 20803, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25151, + "offset": 20867, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25322, + "offset": 21038, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25368, + "offset": 21084, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25411, + "offset": 21127, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25457, + "offset": 21173, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25706, + "offset": 21422, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25823, + "offset": 21539, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25868, + "offset": 21584, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25904, + "offset": 21620, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26029, + "offset": 21745, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26079, + "offset": 21795, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26247, + "offset": 21963, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26296, + "offset": 22012, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26345, + "offset": 22061, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26467, + "offset": 22183, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26521, + "offset": 22237, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26644, + "offset": 22360, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26648, + "offset": 22364, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26781, + "offset": 22497, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26834, + "offset": 22550, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26887, + "offset": 22603, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26939, + "offset": 22655, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27168, + "offset": 22884, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27218, + "offset": 22934, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27337, + "offset": 23053, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27341, + "offset": 23057, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27465, + "offset": 23310, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27514, + "offset": 23359, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27563, + "offset": 23408, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27611, + "offset": 23456, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27686, + "offset": 23531, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27728, + "offset": 23573, "length": 2, "value": "25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27774, + "offset": 23619, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 28303, + "offset": 24148, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 28348, + "offset": 24193, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28392, + "offset": 24237, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28611, + "offset": 24456, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28717, + "offset": 24562, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28768, + "offset": 24613, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28842, + "offset": 24687, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28946, + "offset": 24791, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28998, + "offset": 24843, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29172, + "offset": 25017, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29217, + "offset": 25062, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 29260, + "offset": 25105, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29359, + "offset": 25204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29397, + "offset": 25242, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29402, + "offset": 25247, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29407, + "offset": 25252, "length": 2, "value": "40" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29509, + "offset": 25354, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29665, + "offset": 25510, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29711, + "offset": 25556, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29756, + "offset": 25601, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29802, + "offset": 25647, "length": 2, "value": "42" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29863, + "offset": 25708, "length": 2, "value": "74" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 29996, + "offset": 25841, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30035, + "offset": 25880, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30080, + "offset": 25925, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30348, + "offset": 26193, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30398, + "offset": 26243, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30619, + "offset": 26464, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30668, + "offset": 26513, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30862, + "offset": 26707, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 30959, + "offset": 26804, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31157, + "offset": 26991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 27135, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31256, + "offset": 27292, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31303, + "offset": 27339, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31379, + "offset": 27415, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31438, + "offset": 27474, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31506, + "offset": 27542, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31542, + "offset": 27578, "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 27796, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 28335, + "length": 2, + "value": "30" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31793, + "offset": 28558, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31924, + "offset": 28689, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31932, + "offset": 28697, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 32030, + "offset": 28795, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32218, + "offset": 28983, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32595, + "offset": 29360, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32809, + "offset": 29574, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 32961, + "offset": 29726, "length": 4, "value": "0.06" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 33130, + "offset": 29895, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 33159, + "offset": 29924, "length": 4, "value": "\"\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 33503, + "offset": 30268, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 33675, + "offset": 30440, "length": 4, "value": "0.06" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34109, + "offset": 30883, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 34146, + "offset": 30920, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34202, + "offset": 30976, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34369, + "offset": 31226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31309, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 31482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 31802, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 31975, + "length": 4, + "value": "\"..\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 32137, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 32650, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 32748, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34407, + "offset": 32786, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34412, + "offset": 32791, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34417, + "offset": 32796, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34493, + "offset": 32872, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34531, + "offset": 32910, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34536, + "offset": 32915, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34541, + "offset": 32920, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34810, + "offset": 33142, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34855, + "offset": 33184, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 35151, + "offset": 33227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 33471, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 33516, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 33812, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 35211, + "offset": 33872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 35355, + "offset": 34016, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36036, + "offset": 34697, "length": 7, "value": "\"trash\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 36388, + "offset": 35049, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36626, + "offset": 35287, "length": 6, "value": "\"flag\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36858, + "offset": 35519, "length": 21, "value": "\"square.and.arrow.up\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 37173, + "offset": 35834, "length": 8, "value": "\"pencil\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38110, + "offset": 36771, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38359, + "offset": 37020, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 38371, + "offset": 37032, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38723, + "offset": 37384, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 39137, + "offset": 37798, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39327, + "offset": 37988, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39352, + "offset": 38013, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39688, + "offset": 38349, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 39988, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 38664, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40041, + "offset": 38713, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40115, + "offset": 38787, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40169, + "offset": 38841, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40390, + "offset": 39062, "length": 18, "value": "\"flag.square.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40471, + "offset": 39143, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40710, + "offset": 39382, "length": 18, "value": "\"flag.square.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41042, + "offset": 39714, "length": 26, "value": "\"checkmark.rectangle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 41131, + "offset": 39803, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41373, + "offset": 40045, "length": 19, "value": "\"xmark.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 41457, + "offset": 40129, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41765, + "offset": 40437, "length": 18, "value": "\"star.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42048, + "offset": 40720, "length": 18, "value": "\"star.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42431, + "offset": 41103, "length": 17, "value": "\"pin.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42711, + "offset": 41383, "length": 17, "value": "\"pin.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 43001, + "offset": 41673, "length": 11, "value": "\"clipboard\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 43400, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 42087, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 43453, + "offset": 42136, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43527, + "offset": 42210, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43663, + "offset": 42346, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43701, + "offset": 42384, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43772, + "offset": 42455, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43810, + "offset": 42493, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43990, + "offset": 42673, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 44213, + "offset": 42896, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45035, + "offset": 43718, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45076, + "offset": 43759, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45150, + "offset": 43833, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 45456, + "offset": 44139, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 45556, + "offset": 44239, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46786, + "offset": 45469, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46798, + "offset": 45481, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46934, + "offset": 45617, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46942, + "offset": 45625, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 47102, + "offset": 45785, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 47114, + "offset": 45797, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 47348, + "offset": 46031, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 47633, + "offset": 46316, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48047, + "offset": 46730, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48059, + "offset": 46742, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48198, + "offset": 46881, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48206, + "offset": 46889, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48366, + "offset": 47049, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48378, + "offset": 47061, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 48618, + "offset": 47301, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 48912, + "offset": 47595, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 49250, + "offset": 47933, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 49262, + "offset": 47945, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50300, + "offset": 48983, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50347, + "offset": 49030, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50494, + "offset": 49177, "length": 5, "value": "false" }, @@ -62425,448 +64571,448 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2278, + "offset": 2282, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2300, + "offset": 2304, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2418, + "offset": 2422, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2434, + "offset": 2438, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 2452, + "offset": 2456, "length": 12, "value": "[\"notified\"]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2521, + "offset": 2525, "length": 12, "value": "\"event_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2541, + "offset": 2545, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3354, + "offset": 3358, "length": 16, "value": "\"container_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3378, + "offset": 3382, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3487, + "offset": 3491, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3509, + "offset": 3513, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3627, + "offset": 3631, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3643, + "offset": 3647, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 3661, + "offset": 3665, "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": 3850, + "offset": 3854, "length": 14, "value": "\"message_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3872, + "offset": 3876, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4754, + "offset": 4758, "length": 16, "value": "\"container_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4778, + "offset": 4782, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4887, + "offset": 4891, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4909, + "offset": 4913, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5027, + "offset": 5031, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5043, + "offset": 5047, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 5061, + "offset": 5065, "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": 5323, + "offset": 5327, "length": 14, "value": "\"message_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5345, + "offset": 5349, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7021, + "offset": 7025, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7030, + "offset": 7034, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7383, + "offset": 7387, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7392, + "offset": 7396, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "IntegerLiteral", - "offset": 7546, + "offset": 7550, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7717, + "offset": 7721, "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": 7761, + "offset": 7765, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7770, + "offset": 7774, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8176, + "offset": 8180, "length": 6, "value": "\"type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8227, + "offset": 8231, "length": 11, "value": "\"subscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8409, + "offset": 8413, "length": 22, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8430, + "offset": 8434, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8497, + "offset": 8501, "length": 13, "value": "\"unsubscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8685, + "offset": 8689, "length": 24, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8708, + "offset": 8712, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8775, + "offset": 8779, "length": 7, "value": "\"event\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9195, + "offset": 9199, "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": 9235, + "offset": 9239, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9244, + "offset": 9248, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 9642, + "offset": 9646, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9744, + "offset": 9748, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9753, + "offset": 9757, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10073, + "offset": 10077, "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": 10259, + "offset": 10263, "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": 10338, + "offset": 10342, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10498, + "offset": 10502, "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": 10571, + "offset": 10575, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10792, + "offset": 10796, "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": 10937, + "offset": 10941, "length": 13, "value": "\"unsubscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 11123, + "offset": 11127, "length": 12, "value": "\"keep-alive\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 11339, + "offset": 11343, "length": 11, "value": "\"subscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 15383, + "offset": 15387, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15813, + "offset": 15817, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15831, + "offset": 15835, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15851, + "offset": 15855, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15867, + "offset": 15871, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15889, + "offset": 15893, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15911, + "offset": 15915, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15934, + "offset": 15938, "length": 2, "value": "\"\"" }, @@ -63020,1624 +65166,1666 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 3226, + "offset": 3260, "length": 5, "value": "500.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3470, + "offset": 3504, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3537, + "offset": 3571, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3557, + "offset": 3591, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8200, + "offset": 8327, "length": 2, "value": "23" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8310, + "offset": 8437, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8420, + "offset": 8547, "length": 2, "value": "18" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8590, + "offset": 8717, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 8640, + "offset": 8767, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8919, + "offset": 9046, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 8970, + "offset": 9097, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9144, + "offset": 9271, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9195, + "offset": 9322, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9430, + "offset": 9557, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9491, + "offset": 9618, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 9545, + "offset": 9672, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9610, + "offset": 9737, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9621, + "offset": 9748, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9671, + "offset": 9798, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9727, + "offset": 9854, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9756, + "offset": 9883, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9805, + "offset": 9932, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9857, + "offset": 9984, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10077, + "offset": 10204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10309, + "offset": 10436, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10362, + "offset": 10489, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 10410, + "offset": 10537, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10539, + "offset": 10666, "length": 2, "value": "16" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10906, + "offset": 10952, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 11024, + "offset": 11070, "length": 3, "value": "\"(\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 11063, + "offset": 11109, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 11068, + "offset": 11114, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 11175, + "offset": 11221, "length": 2, "value": "23" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12038, + "offset": 12084, "length": 3, "value": "200" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12744, + "offset": 12790, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 12895, + "offset": 12941, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12907, + "offset": 12953, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 13030, + "offset": 13076, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 13038, + "offset": 13084, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 13469, + "offset": 13515, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 13734, + "offset": 13780, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 14076, + "offset": 14122, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14247, + "offset": 14293, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14259, + "offset": 14305, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14401, + "offset": 14447, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14409, + "offset": 14455, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14535, + "offset": 14581, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14547, + "offset": 14593, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 14990, + "offset": 15036, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 15086, + "offset": 15132, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15254, + "offset": 15300, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15266, + "offset": 15312, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15405, + "offset": 15451, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15413, + "offset": 15459, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15539, + "offset": 15585, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15551, + "offset": 15597, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 15985, + "offset": 16031, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16323, + "offset": 16369, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16335, + "offset": 16381, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16470, + "offset": 16516, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16478, + "offset": 16524, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16604, + "offset": 16650, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16616, + "offset": 16662, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 17158, + "offset": 17204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17392, + "offset": 17438, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17404, + "offset": 17450, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17543, + "offset": 17589, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17551, + "offset": 17597, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17677, + "offset": 17723, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17689, + "offset": 17735, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18094, + "offset": 18140, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 18253, + "offset": 18299, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18370, + "offset": 18416, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18709, + "offset": 18755, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18826, + "offset": 18872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 19118, + "offset": 19164, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 19379, + "offset": 19425, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19600, + "offset": 19646, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19612, + "offset": 19658, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19749, + "offset": 19795, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19757, + "offset": 19803, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19883, + "offset": 19929, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19895, + "offset": 19941, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 20505, + "offset": 20851, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 20970, + "offset": 21359, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21102, + "offset": 21491, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21667, + "offset": 22056, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21799, + "offset": 22188, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22075, + "offset": 22464, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 22129, + "offset": 22518, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22190, + "offset": 22579, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22394, + "offset": 22783, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22628, + "offset": 23017, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 22870, + "offset": 23259, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 22882, + "offset": 23271, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23029, + "offset": 23418, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23037, + "offset": 23426, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23163, + "offset": 23552, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23175, + "offset": 23564, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23540, + "offset": 23929, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23580, + "offset": 23969, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23619, + "offset": 24008, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23663, + "offset": 24052, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23709, + "offset": 24098, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23996, + "offset": 24385, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24036, + "offset": 24425, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24075, + "offset": 24464, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24121, + "offset": 24510, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24165, + "offset": 24554, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 24271, + "offset": 24660, "length": 3, "value": "\"!\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24330, + "offset": 24719, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24772, + "offset": 25161, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 24856, + "offset": 25245, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24899, + "offset": 25288, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24949, + "offset": 25338, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25015, + "offset": 25404, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25064, + "offset": 25453, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 25312, + "offset": 25701, "length": 4, "value": "\", \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25385, + "offset": 25774, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25429, + "offset": 25818, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25471, + "offset": 25860, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25517, + "offset": 25906, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25557, + "offset": 25946, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25598, + "offset": 25987, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25638, + "offset": 26027, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25855, + "offset": 26244, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25862, + "offset": 26251, "length": 2, "value": "40" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25867, + "offset": 26256, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25972, + "offset": 26361, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25979, + "offset": 26368, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25983, + "offset": 26372, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26043, + "offset": 26432, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26808, + "offset": 27197, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26925, + "offset": 27314, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "Array", - "offset": 27030, + "offset": 27419, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 27805, + "offset": 28194, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 28420, + "offset": 28872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 28493, + "offset": 28945, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 28499, + "offset": 28951, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29300, + "offset": 29752, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29312, + "offset": 29764, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29456, + "offset": 29908, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29464, + "offset": 29916, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29590, + "offset": 30042, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29602, + "offset": 30054, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30023, + "offset": 30475, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30035, + "offset": 30487, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30183, + "offset": 30635, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30191, + "offset": 30643, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30317, + "offset": 30769, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30329, + "offset": 30781, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 30655, + "offset": 31120, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30707, + "offset": 31172, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 30770, + "offset": 31235, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 30834, + "offset": 31305, "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 31421, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 31763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 31789, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31102, + "offset": 31982, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31114, + "offset": 31994, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31267, + "offset": 32147, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31275, + "offset": 32155, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31401, + "offset": 32281, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31413, + "offset": 32293, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31654, + "offset": 32534, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 31718, + "offset": 32598, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31965, + "offset": 32845, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31977, + "offset": 32857, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32131, + "offset": 33011, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32139, + "offset": 33019, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32265, + "offset": 33145, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32277, + "offset": 33157, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32519, + "offset": 33399, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 32581, + "offset": 33461, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 32657, + "offset": 33537, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 32850, + "offset": 33730, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 34256, + "offset": 35136, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34325, + "offset": 35205, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34329, + "offset": 35209, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34399, + "offset": 35285, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34403, + "offset": 35290, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 37224, + "offset": 38111, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 37235, + "offset": 38122, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37303, + "offset": 38190, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37883, + "offset": 38770, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37924, + "offset": 38811, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38110, + "offset": 38997, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38152, + "offset": 39039, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38904, + "offset": 39791, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 38966, + "offset": 39853, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 38978, + "offset": 39865, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39113, + "offset": 40000, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39117, + "offset": 40004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40376, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40451, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39489, + "offset": 40533, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39547, + "offset": 40537, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40596, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39551, + "offset": 40600, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39559, + "offset": 40608, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39667, + "offset": 40802, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40093, + "offset": 41239, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40255, + "offset": 41401, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40379, + "offset": 41525, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 40601, + "offset": 41777, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40605, + "offset": 41781, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40613, + "offset": 41789, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 40651, + "offset": 41838, "length": 3, "value": "\"(\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 40673, + "offset": 41860, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 40706, + "offset": 41893, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40750, + "offset": 41937, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40875, + "offset": 42062, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40917, + "offset": 42104, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41081, + "offset": 42268, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41152, + "offset": 42339, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41282, + "offset": 42469, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 41385, + "offset": 42572, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41459, + "offset": 42646, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41463, + "offset": 42650, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41467, + "offset": 42654, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41609, + "offset": 42796, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41683, + "offset": 42870, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41816, + "offset": 43003, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 41919, + "offset": 43106, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41996, + "offset": 43183, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42000, + "offset": 43187, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42004, + "offset": 43191, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 42218, + "offset": 43405, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42280, + "offset": 43467, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42284, + "offset": 43471, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42561, + "offset": 43748, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42594, + "offset": 43781, "length": 1, "value": "9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 42641, + "offset": 43828, "length": 4, "value": "\"+9\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 43088, + "offset": 44275, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 43218, + "offset": 44405, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 43440, + "offset": 44627, "length": 3, "value": "0.3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 47230, + "offset": 48310, "length": 15, "value": "\"contentOffset\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 47322, + "offset": 48402, "length": 4, "value": "true" }, @@ -64954,7 +67142,7 @@ "kind": "StringLiteral", "offset": 464, "length": 15, - "value": "\"subscriptions\"" + "value": "\"notifications\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", @@ -65015,35 +67203,35 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "IntegerLiteral", - "offset": 2217, + "offset": 2277, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "StringLiteral", - "offset": 2861, + "offset": 2921, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "StringLiteral", - "offset": 2870, + "offset": 2930, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "BooleanLiteral", - "offset": 3305, + "offset": 3365, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "BooleanLiteral", - "offset": 3463, + "offset": 3523, "length": 4, "value": "true" }, @@ -66097,52 +68285,59 @@ "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 4822, + "length": 4, + "value": "1000" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 4919, + "offset": 4956, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "Array", - "offset": 4961, + "offset": 4998, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5009, + "offset": 5046, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5046, + "offset": 5083, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5087, + "offset": 5124, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5882, + "offset": 5919, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 6435, + "offset": 6472, "length": 4, "value": "1000" }, @@ -66191,637 +68386,623 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11205, + "offset": 11244, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11457, + "offset": 11483, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11683, + "offset": 11709, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 12334, + "offset": 12360, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12489, + "offset": 12515, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12599, + "offset": 12625, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12702, + "offset": 12728, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12847, + "offset": 12873, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 13159, + "offset": 13185, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 13409, + "offset": 13435, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 13981, + "offset": 14007, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 13990, + "offset": 14016, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 15346, + "offset": 15372, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 15811, + "offset": 15990, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 16547, + "offset": 16726, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 17028, + "offset": 17373, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 17946, + "offset": 18291, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18299, + "offset": 18644, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18308, + "offset": 18653, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18437, + "offset": 18782, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18446, + "offset": 18791, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 18749, + "offset": 19066, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 19221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 19633, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 19064, + "offset": 19948, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 19260, + "offset": 20144, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 19943, + "offset": 20827, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20036, + "offset": 20920, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20222, + "offset": 21106, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20758, + "offset": 21642, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20939, + "offset": 21823, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20995, + "offset": 21879, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 21109, + "offset": 21993, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21507, + "offset": 22391, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 21530, + "offset": 22414, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21573, + "offset": 22457, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21721, + "offset": 22605, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21782, + "offset": 22674, "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 22968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23033, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23149, + "length": 1, + "value": "1" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22293, + "offset": 23457, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22504, + "offset": 23668, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22695, + "offset": 23843, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 22953, + "offset": 24101, "length": 8, "value": "\"custom\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 23022, + "offset": 24170, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 23117, + "offset": 24265, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 23162, + "offset": 24310, "length": 13, "value": "\"main_thread\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 23294, + "offset": 24502, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 23961, + "offset": 25169, "length": 8, "value": "\"custom\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 24030, + "offset": 25238, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 24125, + "offset": 25333, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 24170, + "offset": 25378, "length": 13, "value": "\"main_thread\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 24258, + "offset": 25466, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 25408, + "offset": 26616, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 25701, + "offset": 26909, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 25825, + "offset": 27033, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26083, + "offset": 27421, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26407, + "offset": 27745, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 26419, + "offset": 27757, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 26648, + "offset": 27986, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26792, + "offset": 28130, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27461, + "offset": 28799, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27470, + "offset": 28808, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27638, + "offset": 28976, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27647, + "offset": 28985, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 28719, + "offset": 30057, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 29661, + "offset": 30999, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 29752, + "offset": 31090, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 29843, + "offset": 31181, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 30512, + "offset": 31850, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 30622, + "offset": 31960, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 31697, + "offset": 33057, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 32405, + "offset": 33765, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", - "kind": "StringLiteral", - "offset": 32717, - "length": 10, - "value": "\"\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", - "kind": "StringLiteral", - "offset": 32726, - "length": 2, - "value": "\"\"" + "kind": "IntegerLiteral", + "offset": 33912, + "length": 1, + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 32927, + "offset": 34222, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 32936, + "offset": 34231, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 399, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 568, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 636, + "offset": 34328, "length": 1, "value": "1" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 650, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 34660, + "length": 10, + "value": "\"\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 746, + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 34669, "length": 2, - "value": "-5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 761, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 861, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 877, - "length": 4, - "value": "true" + "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 950, + "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": 1082, + "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": 1097, + "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": 1180, + "offset": 514, "length": 2, - "value": "10" + "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 1195, + "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": 1286, + "offset": 618, "length": 3, - "value": "-10" + "value": "-20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 1302, + "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": 1395, + "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": 1411, + "offset": 743, "length": 4, "value": "true" }, @@ -66844,7 +69025,7 @@ "kind": "StringLiteral", "offset": 635, "length": 15, - "value": "\"subscriptions\"" + "value": "\"notifications\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", @@ -66947,87 +69128,115 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1219, + "offset": 1257, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1334, + "offset": 1372, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1413, + "offset": 1451, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 1493, + "offset": 1531, "length": 3, "value": "-10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1509, + "offset": 1547, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 1587, + "offset": 1625, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1602, + "offset": 1640, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1680, + "offset": 1718, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1807, + "offset": 1845, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1892, + "offset": 1930, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 2130, + "offset": 2168, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 2743, + "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", @@ -67154,6 +69363,41 @@ "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", @@ -67224,6 +69468,20 @@ "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", @@ -68592,77 +70850,77 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 323, + "offset": 345, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 368, + "offset": 390, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 445, + "offset": 467, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 549, + "offset": 571, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 640, + "offset": 662, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 769, + "offset": 791, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 825, + "offset": 847, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 863, + "offset": 885, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 932, + "offset": 954, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 970, + "offset": 992, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 1077, + "offset": 1099, "length": 2, "value": "\"\"" }, @@ -69838,889 +72096,889 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 12020, + "offset": 12096, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 12094, + "offset": 12170, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 12100, + "offset": 12176, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 13026, + "offset": 13178, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 13100, + "offset": 13252, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 13106, + "offset": 13258, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 14001, + "offset": 14153, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 14075, + "offset": 14227, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 14081, + "offset": 14233, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 15046, + "offset": 15198, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 15127, + "offset": 15279, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 15133, + "offset": 15285, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 16061, + "offset": 16213, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16138, + "offset": 16290, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16144, + "offset": 16296, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16661, + "offset": 16813, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 17038, + "offset": 17190, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 17216, + "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": 17228, + "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": 17369, + "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": 17377, + "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": 17503, + "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": 17515, + "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": 17797, + "offset": 17949, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 17973, + "offset": 18125, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18273, + "offset": 18425, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18735, + "offset": 18887, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18871, + "offset": 19023, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 19432, + "offset": 19584, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 19568, + "offset": 19720, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 19887, + "offset": 20039, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20441, + "offset": 20593, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20453, + "offset": 20605, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20592, + "offset": 20744, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20600, + "offset": 20752, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20726, + "offset": 20878, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20738, + "offset": 20890, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21018, + "offset": 21170, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21194, + "offset": 21346, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21484, + "offset": 21636, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21864, + "offset": 22016, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21994, + "offset": 22146, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22403, + "offset": 22555, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22533, + "offset": 22685, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22810, + "offset": 22962, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22895, + "offset": 23047, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 24570, + "offset": 24722, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 24582, + "offset": 24734, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24712, + "offset": 24864, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24716, + "offset": 24868, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24720, + "offset": 24872, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24790, + "offset": 24942, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24794, + "offset": 24946, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24798, + "offset": 24950, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24870, + "offset": 25022, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24874, + "offset": 25026, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24878, + "offset": 25030, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24967, + "offset": 25119, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25051, + "offset": 25203, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25132, + "offset": 25284, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25193, + "offset": 25345, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 25605, + "offset": 25757, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 25617, + "offset": 25769, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25747, + "offset": 25899, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25751, + "offset": 25903, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25755, + "offset": 25907, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25821, + "offset": 25973, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25825, + "offset": 25977, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25829, + "offset": 25981, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25891, + "offset": 26043, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25895, + "offset": 26047, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25899, + "offset": 26051, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25949, + "offset": 26101, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26363, + "offset": 26515, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26368, + "offset": 26520, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26410, + "offset": 26562, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26818, + "offset": 26970, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26823, + "offset": 26975, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26865, + "offset": 27017, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27251, + "offset": 27403, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27256, + "offset": 27408, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27494, + "offset": 27646, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27658, + "offset": 27810, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27829, + "offset": 27981, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27833, + "offset": 27985, "length": 3, "value": "400" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27901, + "offset": 28053, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27906, + "offset": 28058, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 27982, + "offset": 28134, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 28018, + "offset": 28170, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 28037, + "offset": 28189, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 28615, + "offset": 28767, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29003, + "offset": 29155, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29032, + "offset": 29184, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29279, + "offset": 29431, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29314, + "offset": 29466, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29587, + "offset": 29739, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29624, + "offset": 29776, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 29819, + "offset": 29971, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 29831, + "offset": 29983, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 29949, + "offset": 30101, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 30287, + "offset": 30439, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 30621, + "offset": 30773, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 31226, + "offset": 31378, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 31811, + "offset": 31963, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 31955, + "offset": 32107, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 31999, + "offset": 32151, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32041, + "offset": 32193, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32085, + "offset": 32237, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32151, + "offset": 32303, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32194, + "offset": 32346, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 32622, + "offset": 32774, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 32705, + "offset": 32857, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 32845, + "offset": 32997, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 33031, + "offset": 33183, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33109, + "offset": 33261, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33241, + "offset": 33393, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 33422, + "offset": 33574, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33496, + "offset": 33648, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33628, + "offset": 33780, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 34164, + "offset": 34358, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 34482, + "offset": 34676, "length": 3, "value": "0.3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37340, + "offset": 37534, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37709, + "offset": 37903, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37748, + "offset": 37942, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37789, + "offset": 37983, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37919, + "offset": 38113, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37996, + "offset": 38190, "length": 5, "value": "false" }, @@ -71123,73 +73381,80 @@ "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": "IntegerLiteral", - "offset": 767, + "offset": 794, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "IntegerLiteral", - "offset": 995, + "offset": 1022, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 1965, + "offset": 1992, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 1990, + "offset": 2017, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "IntegerLiteral", - "offset": 2115, + "offset": 2142, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2165, + "offset": 2192, "length": 8, "value": "\"┣╸\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2174, + "offset": 2201, "length": 6, "value": "\"┃ \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2197, + "offset": 2224, "length": 8, "value": "\"┗╸\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2206, + "offset": 2233, "length": 4, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2357, + "offset": 2384, "length": 4, "value": "\"\n\"" }, @@ -71532,21 +73797,21 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1732, + "offset": 1744, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2066, + "offset": 2078, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2659, + "offset": 2727, "length": 1, "value": "1" }, @@ -72626,6 +74891,13 @@ "kind": "IntegerLiteral", "offset": 7038, "length": 3, + "value": "404" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 7125, + "length": 3, "value": "400" }, { @@ -72692,44 +74964,72 @@ "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1430, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1466, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1508, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", "kind": "StringLiteral", - "offset": 351, + "offset": 1698, + "length": 9, + "value": "\"Follow \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "IntegerLiteral", + "offset": 1807, "length": 2, - "value": "\"\"" + "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 388, + "offset": 304, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 495, + "offset": 411, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 596, + "offset": 512, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 794, + "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": 973, + "offset": 889, "length": 6, "value": "\"%.0f\"" }, @@ -74073,7 +76373,7 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Actions\/BootstrapAction.swift", "kind": "BooleanLiteral", - "offset": 924, + "offset": 1157, "length": 5, "value": "false" }, @@ -74864,126 +77164,210 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 1297, + "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": 1350, + "offset": 1943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2164, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2176, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2313, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2321, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2447, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2459, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 2782, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 2938, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 3061, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 3114, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 1394, + "offset": 3158, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 1982, + "offset": 3746, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2040, + "offset": 3804, "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "StringLiteral", + "offset": 3843, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 2521, + "offset": 4322, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2565, + "offset": 4366, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2607, + "offset": 4408, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2655, + "offset": 4456, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2729, + "offset": 4530, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2776, + "offset": 4577, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2980, + "offset": 4781, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 3024, + "offset": 4825, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 3743, + "offset": 5544, "length": 2, "value": "16" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 3994, + "offset": 5795, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 4224, + "offset": 6025, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 4505, + "offset": 6306, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 4632, + "offset": 6433, "length": 2, "value": "13" }, @@ -75694,6 +78078,41 @@ "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/RemovePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 276, + "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": 337, + "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": 398, + "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": 1157, + "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": 1218, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", "kind": "StringLiteral", @@ -77864,6 +80283,13 @@ "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UILabel+Lines.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", "kind": "StringLiteral", 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 index 9ffabc4b..775fa5c8 100644 --- 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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { case notificationPressed(presentationType: VFNotificationPresentationType) case closeProfilePressed case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension VFUpdateUserAvatarError { 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 public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: VFImageView) case commentCellDislikeLabel(label: VFLabel) case commentCellReplyLabel(label: VFLabel) - case commentCellRepliesLabel(label: VFLabel) + case commentCellCustomBadge(badge: VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: VFButton) case previewTitleLabel(label: VFLabel) @@ -1750,6 +1833,8 @@ 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 VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension VFUpdateUserAvatarError : Swift.Equatable {} extension VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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 VFCommentError : Swift.Equatable {} extension VFCommentError : Swift.Hashable {} extension VFTopicsSubscribedError : Swift.Equatable {} 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 index 56e27cda..8fffb0e3 100644 --- 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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { 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) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension ViafouraSDK.VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension ViafouraSDK.VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension ViafouraSDK.VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension ViafouraSDK.VFUpdateUserAvatarError { 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 public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension ViafouraSDK.VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension ViafouraSDK.VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: ViafouraSDK.VFImageView) case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) case commentCellReplyLabel(label: ViafouraSDK.VFLabel) - case commentCellRepliesLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) case previewTitleLabel(label: ViafouraSDK.VFLabel) @@ -1750,6 +1833,8 @@ 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.VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} extension ViafouraSDK.VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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.VFCommentError : Swift.Equatable {} extension ViafouraSDK.VFCommentError : Swift.Hashable {} extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} 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 index 9ffabc4b..775fa5c8 100644 --- 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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { case notificationPressed(presentationType: VFNotificationPresentationType) case closeProfilePressed case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension VFUpdateUserAvatarError { 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 public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: VFImageView) case commentCellDislikeLabel(label: VFLabel) case commentCellReplyLabel(label: VFLabel) - case commentCellRepliesLabel(label: VFLabel) + case commentCellCustomBadge(badge: VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: VFButton) case previewTitleLabel(label: VFLabel) @@ -1750,6 +1833,8 @@ 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 VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension VFUpdateUserAvatarError : Swift.Equatable {} extension VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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 VFCommentError : Swift.Equatable {} extension VFCommentError : Swift.Hashable {} extension VFTopicsSubscribedError : Swift.Equatable {} 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 index 56e27cda..8fffb0e3 100644 --- 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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { 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) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension ViafouraSDK.VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension ViafouraSDK.VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension ViafouraSDK.VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension ViafouraSDK.VFUpdateUserAvatarError { 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 public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension ViafouraSDK.VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension ViafouraSDK.VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: ViafouraSDK.VFImageView) case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) case commentCellReplyLabel(label: ViafouraSDK.VFLabel) - case commentCellRepliesLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) case previewTitleLabel(label: ViafouraSDK.VFLabel) @@ -1750,6 +1833,8 @@ 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.VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} extension ViafouraSDK.VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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.VFCommentError : Swift.Equatable {} extension ViafouraSDK.VFCommentError : Swift.Hashable {} extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_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 index 911e5237..3c40e0c1 100644 --- a/ViafouraSDK.xcframework/ios-arm64_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 @@ -14,6 +14,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -722,35 +732,6 @@ ], "funcSelfKind": "NonMutating" }, - { - "kind": "Function", - "name": "colorFollowingDefault", - "printedName": "colorFollowingDefault(_:)", - "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:11ViafouraSDK15VFDefaultColorsV21colorFollowingDefaultySo7UIColorCAA7VFThemeOFZ", - "mangledName": "$s11ViafouraSDK15VFDefaultColorsV21colorFollowingDefaultySo7UIColorCAA7VFThemeOFZ", - "moduleName": "ViafouraSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "colorErrorDefault", @@ -1489,8 +1470,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -3449,6 +3430,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -4896,6 +4887,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFTheme", @@ -5461,6 +5462,120 @@ "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" } ], "declKind": "Enum", @@ -6414,68 +6529,8 @@ }, { "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", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -6494,8 +6549,8 @@ }, { "kind": "TypeDecl", - "name": "VFDislikeCommentError", - "printedName": "VFDislikeCommentError", + "name": "VFClosePollError", + "printedName": "VFClosePollError", "children": [ { "kind": "Var", @@ -6505,24 +6560,24 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFDislikeCommentError.Type) -> ViafouraSDK.VFDislikeCommentError", + "printedName": "(ViafouraSDK.VFClosePollError.Type) -> ViafouraSDK.VFClosePollError", "children": [ { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "ViafouraSDK.VFDislikeCommentError.Type", + "printedName": "ViafouraSDK.VFClosePollError.Type", "children": [ { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" } ] } @@ -6530,8 +6585,8 @@ } ], "declKind": "EnumElement", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO7unknownyA2CmF", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO7unknownyA2CmF", + "usr": "s:11ViafouraSDK16VFClosePollErrorO7unknownyA2CmF", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO7unknownyA2CmF", "moduleName": "ViafouraSDK" }, { @@ -6547,20 +6602,20 @@ }, { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" }, { "kind": "TypeNominal", - "name": "VFDislikeCommentError", - "printedName": "ViafouraSDK.VFDislikeCommentError", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO" + "name": "VFClosePollError", + "printedName": "ViafouraSDK.VFClosePollError", + "usr": "s:11ViafouraSDK16VFClosePollErrorO" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO2eeoiySbAC_ACtFZ", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO2eeoiySbAC_ACtFZ", + "usr": "s:11ViafouraSDK16VFClosePollErrorO2eeoiySbAC_ACtFZ", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO2eeoiySbAC_ACtFZ", "moduleName": "ViafouraSDK", "static": true, "implicit": true, @@ -6579,8 +6634,8 @@ } ], "declKind": "Var", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivp", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivp", + "usr": "s:11ViafouraSDK16VFClosePollErrorO9hashValueSivp", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO9hashValueSivp", "moduleName": "ViafouraSDK", "implicit": true, "accessors": [ @@ -6597,8 +6652,8 @@ } ], "declKind": "Accessor", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivg", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO9hashValueSivg", + "usr": "s:11ViafouraSDK16VFClosePollErrorO9hashValueSivg", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO9hashValueSivg", "moduleName": "ViafouraSDK", "implicit": true, "accessorKind": "get" @@ -6624,8 +6679,8 @@ } ], "declKind": "Func", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO4hash4intoys6HasherVz_tF", + "usr": "s:11ViafouraSDK16VFClosePollErrorO4hash4intoys6HasherVz_tF", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO4hash4intoys6HasherVz_tF", "moduleName": "ViafouraSDK", "implicit": true, "funcSelfKind": "NonMutating" @@ -6651,8 +6706,8 @@ } ], "declKind": "Var", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvp", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvp", + "usr": "s:11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvp", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvp", "moduleName": "ViafouraSDK", "declAttributes": [ "AccessControl" @@ -6680,8 +6735,8 @@ } ], "declKind": "Accessor", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvg", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO16errorDescriptionSSSgvg", + "usr": "s:11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvg", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO16errorDescriptionSSSgvg", "moduleName": "ViafouraSDK", "isFromExtension": true, "accessorKind": "get" @@ -6690,8 +6745,8 @@ } ], "declKind": "Enum", - "usr": "s:11ViafouraSDK21VFDislikeCommentErrorO", - "mangledName": "$s11ViafouraSDK21VFDislikeCommentErrorO", + "usr": "s:11ViafouraSDK16VFClosePollErrorO", + "mangledName": "$s11ViafouraSDK16VFClosePollErrorO", "moduleName": "ViafouraSDK", "declAttributes": [ "AccessControl" @@ -6745,56 +6800,398 @@ ] }, { - "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", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ - "AccessControl" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - } + "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" + } ] }, { @@ -9384,6 +9781,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFEnableCommentError", @@ -10206,6 +10613,43 @@ "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", @@ -10818,6 +11262,43 @@ "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": "==", @@ -10959,6 +11440,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", "name": "VFUpdateCommentsContainerSettingsError", @@ -11630,6 +12121,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -13475,6 +13976,258 @@ "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", @@ -15152,6 +15905,295 @@ "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", @@ -16097,8 +17139,18 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -23641,18 +24693,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "ViafouraSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "ViafouraSDK", "declAttributes": [ @@ -23661,121 +24703,256 @@ }, { "kind": "TypeDecl", - "name": "VFEditCommentError", - "printedName": "VFEditCommentError", + "name": "VFPollViewController", + "printedName": "VFPollViewController", "children": [ { "kind": "Var", - "name": "unknown", - "printedName": "unknown", + "name": "storyboardName", + "printedName": "storyboardName", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(ViafouraSDK.VFEditCommentError.Type) -> ViafouraSDK.VFEditCommentError", + "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": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "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": "Metatype", - "printedName": "ViafouraSDK.VFEditCommentError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" - } - ] + "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" } - ], - "declKind": "EnumElement", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO7unknownyA2CmF", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO7unknownyA2CmF", - "moduleName": "ViafouraSDK" + ] }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "new", + "printedName": "new(contentContainerUUID:loginDelegate:settings:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "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": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "name": "UUID", + "printedName": "Foundation.UUID", + "usr": "s:10Foundation4UUIDV" }, { "kind": "TypeNominal", - "name": "VFEditCommentError", - "printedName": "ViafouraSDK.VFEditCommentError", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO" + "name": "VFLoginDelegate", + "printedName": "ViafouraSDK.VFLoginDelegate", + "usr": "s:11ViafouraSDK15VFLoginDelegateP" + }, + { + "kind": "TypeNominal", + "name": "VFSettings", + "printedName": "ViafouraSDK.VFSettings", + "usr": "s:11ViafouraSDK10VFSettingsV" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO2eeoiySbAC_ACtFZ", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO2eeoiySbAC_ACtFZ", + "usr": "s:11ViafouraSDK20VFPollViewControllerC3new20contentContainerUUID13loginDelegate8settingsACSg10Foundation0I0V_AA07VFLoginK0_pAA10VFSettingsVtFZ", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC3new20contentContainerUUID13loginDelegate8settingsACSg10Foundation0I0V_AA07VFLoginK0_pAA10VFSettingsVtFZ", "moduleName": "ViafouraSDK", "static": true, - "implicit": true, + "declAttributes": [ + "Custom", + "Final", + "AccessControl" + ], "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "viewDidLoad", + "printedName": "viewDidLoad()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO9hashValueSivp", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO9hashValueSivp", + "declKind": "Func", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController(im)viewDidLoad", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC11viewDidLoadyyF", "moduleName": "ViafouraSDK", - "implicit": true, - "accessors": [ + "overriding": true, + "objc_name": "viewDidLoad", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setTheme", + "printedName": "setTheme(theme:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "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": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "VFActionCallbackType", + "printedName": "ViafouraSDK.VFActionCallbackType", + "usr": "s:11ViafouraSDK20VFActionCallbackTypeO" } - ], - "declKind": "Accessor", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO9hashValueSivg", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO9hashValueSivg", - "moduleName": "ViafouraSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "Func", + "usr": "s:11ViafouraSDK20VFPollViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC18setActionCallbacks9callbacksyyAA20VFActionCallbackTypeOc_tF", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", + "name": "setLayoutDelegate", + "printedName": "setLayoutDelegate(layoutDelegate:)", "children": [ { "kind": "TypeNominal", @@ -23784,24 +24961,32 @@ }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "VFLayoutDelegate", + "printedName": "ViafouraSDK.VFLayoutDelegate", + "usr": "s:11ViafouraSDK16VFLayoutDelegateP" } ], "declKind": "Func", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO4hash4intoys6HasherVz_tF", + "usr": "s:11ViafouraSDK20VFPollViewControllerC17setLayoutDelegate06layoutH0yAA08VFLayoutH0_p_tF", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC17setLayoutDelegate06layoutH0yAA08VFLayoutH0_p_tF", "moduleName": "ViafouraSDK", - "implicit": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "errorDescription", - "printedName": "errorDescription", + "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", @@ -23815,53 +25000,127 @@ } ], "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": "Var", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvp", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvp", + "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": [ - "AccessControl" + "Dynamic", + "ObjC", + "Custom", + "Override" ], - "isFromExtension": true, - "accessors": [ + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ViafouraSDK.VFPollViewController?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "VFPollViewController", + "printedName": "ViafouraSDK.VFPollViewController", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController" } ], - "declKind": "Accessor", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvg", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO16errorDescriptionSSSgvg", - "moduleName": "ViafouraSDK", - "isFromExtension": true, - "accessorKind": "get" + "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": "Enum", - "usr": "s:11ViafouraSDK18VFEditCommentErrorO", - "mangledName": "$s11ViafouraSDK18VFEditCommentErrorO", + "declKind": "Class", + "usr": "c:@M@ViafouraSDK@objc(cs)VFPollViewController", + "mangledName": "$s11ViafouraSDK20VFPollViewControllerC", "moduleName": "ViafouraSDK", "declAttributes": [ - "AccessControl" + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@ViafouraSDK@objc(cs)VFUIViewController", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ViafouraSDK.VFUIViewController", + "UIKit.UIViewController", + "UIKit.UIResponder", + "ObjectiveC.NSObject" ], "conformances": [ { @@ -23880,17 +25139,552 @@ }, { "kind": "Conformance", - "name": "LocalizedError", - "printedName": "LocalizedError", - "usr": "s:10Foundation14LocalizedErrorP", - "mangledName": "$s10Foundation14LocalizedErrorP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" + "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": "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": "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", @@ -27157,6 +28951,258 @@ "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", @@ -27308,6 +29354,16 @@ } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "Foundation", @@ -27760,6 +29816,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -27867,6 +29933,16 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -29766,18 +31842,18 @@ }, { "kind": "Var", - "name": "commentCellRepliesLabel", - "printedName": "commentCellRepliesLabel", + "name": "commentCellCustomBadge", + "printedName": "commentCellCustomBadge", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFCustomBadgeView) -> ViafouraSDK.VFCustomizableView", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(ViafouraSDK.VFLabel) -> ViafouraSDK.VFCustomizableView", + "printedName": "(ViafouraSDK.VFCustomBadgeView) -> ViafouraSDK.VFCustomizableView", "children": [ { "kind": "TypeNominal", @@ -29788,13 +31864,13 @@ { "kind": "TypeNominal", "name": "Tuple", - "printedName": "(label: ViafouraSDK.VFLabel)", + "printedName": "(badge: ViafouraSDK.VFCustomBadgeView)", "children": [ { "kind": "TypeNominal", - "name": "VFLabel", - "printedName": "ViafouraSDK.VFLabel", - "usr": "c:@M@ViafouraSDK@objc(cs)VFLabel" + "name": "VFCustomBadgeView", + "printedName": "ViafouraSDK.VFCustomBadgeView", + "usr": "c:@M@ViafouraSDK@objc(cs)VFCustomBadgeView" } ] } @@ -29817,8 +31893,8 @@ } ], "declKind": "EnumElement", - "usr": "s:11ViafouraSDK18VFCustomizableViewO23commentCellRepliesLabelyAcA7VFLabelC_tcACmF", - "mangledName": "$s11ViafouraSDK18VFCustomizableViewO23commentCellRepliesLabelyAcA7VFLabelC_tcACmF", + "usr": "s:11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF", + "mangledName": "$s11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF", "moduleName": "ViafouraSDK" }, { @@ -36256,8 +38332,28 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "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": [ @@ -40904,6 +43000,46 @@ "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", @@ -44853,6 +46989,16 @@ } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "ViafouraSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "Foundation", @@ -45874,6 +48020,41 @@ "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": 1016, + "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": 1077, + "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": 1140, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFModeratorView.swift", "kind": "BooleanLiteral", @@ -46675,112 +48856,105 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 2812, - "length": 16, - "value": "\"ColorFollowing\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", - "kind": "StringLiteral", - "offset": 3024, + "offset": 2804, "length": 12, "value": "\"ColorError\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3234, + "offset": 3014, "length": 14, "value": "\"ColorWarning\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3450, + "offset": 3230, "length": 18, "value": "\"ColorEditorPicks\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3666, + "offset": 3446, "length": 21, "value": "\"ColorThreadingLines\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 3888, + "offset": 3668, "length": 17, "value": "\"ColorChatBubble\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4102, + "offset": 3882, "length": 13, "value": "\"ColorPinned\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4317, + "offset": 4097, "length": 18, "value": "\"ColorPinnedBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4533, + "offset": 4313, "length": 14, "value": "\"ColorPrimary\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4750, + "offset": 4530, "length": 19, "value": "\"ColorPrimaryLight\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 4967, + "offset": 4747, "length": 14, "value": "\"ColorBorder1\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5183, + "offset": 4963, "length": 18, "value": "\"ColorAuthorBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5406, + "offset": 5186, "length": 21, "value": "\"ColorModeratorBadge\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5625, + "offset": 5405, "length": 21, "value": "\"ColorNewCommentText\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 5835, + "offset": 5615, "length": 12, "value": "\"ColorIcons\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/VFColors.swift", "kind": "StringLiteral", - "offset": 6039, + "offset": 5819, "length": 15, "value": "\"ColorInputBox\"" }, @@ -46906,28 +49080,28 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "IntegerLiteral", - "offset": 897, + "offset": 842, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "FloatLiteral", - "offset": 1017, + "offset": 962, "length": 3, "value": "4.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFCustomBorderRoundedView.swift", "kind": "IntegerLiteral", - "offset": 1418, + "offset": 1363, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewModel.swift", "kind": "Dictionary", - "offset": 413, + "offset": 442, "length": 3, "value": "[]" }, @@ -47421,6 +49595,48 @@ "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": 1438, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/LiveBlog\/LiveBlogViewModel+Actions.swift", "kind": "BooleanLiteral", @@ -47998,147 +50214,147 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 3220, + "offset": 3397, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4259, + "offset": 4436, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4345, + "offset": 4522, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 4884, + "offset": 5061, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5208, + "offset": 5385, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5745, + "offset": 5922, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 5840, + "offset": 6017, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 6373, + "offset": 6550, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 6703, + "offset": 6880, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 7634, + "offset": 7811, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 7678, + "offset": 7855, "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": 8432, + "offset": 8609, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 9826, + "offset": 10003, "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": 9905, + "offset": 10082, "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": 10018, + "offset": 10195, "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": 13575, + "offset": 13752, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 13725, + "offset": 13902, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "IntegerLiteral", - "offset": 13941, + "offset": 14118, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 14290, + "offset": 14467, "length": 10, "value": "\"featured\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "StringLiteral", - "offset": 14668, + "offset": 14845, "length": 5, "value": "\"all\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel+Actions.swift", "kind": "BooleanLiteral", - "offset": 14948, + "offset": 15125, "length": 4, "value": "true" }, @@ -48670,63 +50886,63 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 9029, + "offset": 9116, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 9315, + "offset": 9402, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 9324, + "offset": 9411, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 9912, + "offset": 10084, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 10198, + "offset": 10370, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 10207, + "offset": 10379, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "BooleanLiteral", - "offset": 10787, + "offset": 10959, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 11073, + "offset": 11245, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/NewComment\/NewCommentViewModel.swift", "kind": "StringLiteral", - "offset": 11082, + "offset": 11254, "length": 2, "value": "\"\"" }, @@ -48740,238 +50956,245 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1060, + "offset": 1100, "length": 14, "value": "\"CommentsList\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 1401, + "offset": 1496, "length": 5, "value": "300.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1468, + "offset": 1563, "length": 8, "value": "\"adCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1517, + "offset": 1612, "length": 20, "value": "\"commentDividerCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1571, + "offset": 1666, "length": 13, "value": "\"commentCell\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "StringLiteral", - "offset": 1621, + "offset": 1716, "length": 16, "value": "\"writeReplyCell\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", + "kind": "StringLiteral", + "offset": 1771, + "length": 18, + "value": "\"followPromptCell\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1748, + "offset": 1900, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1763, + "offset": 1915, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1814, + "offset": 1966, "length": 2, "value": "44" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2071, + "offset": 2223, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2254, + "offset": 2406, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2623, + "offset": 2775, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2630, + "offset": 2782, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2634, + "offset": 2786, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 2951, + "offset": 3103, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2994, + "offset": 3146, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 3067, + "offset": 3219, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "FloatLiteral", - "offset": 3095, + "offset": 3247, "length": 4, "value": "0.05" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 3188, + "offset": 3340, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 4237, + "offset": 4389, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5210, + "offset": 5796, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5233, + "offset": 5819, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5400, + "offset": 5986, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5419, + "offset": 6005, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 5888, + "offset": 6474, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 6425, + "offset": 7011, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7105, + "offset": 7728, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7133, + "offset": 7756, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7310, + "offset": 7933, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "IntegerLiteral", - "offset": 7394, + "offset": 8017, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 7999, + "offset": 8622, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8077, + "offset": 8700, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8384, + "offset": 9007, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/CommentsTableViewController.swift", "kind": "BooleanLiteral", - "offset": 8709, + "offset": 9332, "length": 5, "value": "false" }, @@ -49143,6 +51366,41 @@ "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", @@ -49234,6 +51492,48 @@ "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", @@ -49297,6 +51597,27 @@ "length": 5, "value": "false" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 2588, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3521, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/PollViewModel.swift", + "kind": "BooleanLiteral", + "offset": 4497, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Comments\/FetchComments\/CommentListResponse.swift", "kind": "StringLiteral", @@ -49682,6 +52003,34 @@ "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", @@ -50105,49 +52454,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", "kind": "StringLiteral", - "offset": 879, + "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": 926, + "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": 970, + "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": 1021, + "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": 1060, + "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": 1086, + "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": 1117, + "offset": 1170, "length": 12, "value": "\"polls_vote\"" }, @@ -50245,49 +52601,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Network\/Analytics\/Ingest\/EventAttemptedAction.swift", "kind": "StringLiteral", - "offset": 879, + "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": 926, + "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": 970, + "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": 1021, + "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": 1060, + "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": 1086, + "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": 1117, + "offset": 1170, "length": 12, "value": "\"polls_vote\"" }, @@ -51099,483 +53462,490 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2851, + "offset": 1647, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2888, + "offset": 2877, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 2968, + "offset": 2914, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3000, + "offset": 2994, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3093, + "offset": 3026, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3134, + "offset": 3119, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3223, + "offset": 3160, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3262, + "offset": 3249, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3298, + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", + "kind": "BooleanLiteral", + "offset": 3324, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3331, + "offset": 3357, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 3542, + "offset": 3568, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 3595, + "offset": 3621, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 5967, + "offset": 5993, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 6099, + "offset": 6125, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 6700, + "offset": 6726, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 6709, + "offset": 6735, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 6786, + "offset": 6812, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7256, + "offset": 7282, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 7382, + "offset": 7408, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 7391, + "offset": 7417, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7468, + "offset": 7494, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 7931, + "offset": 7957, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 8057, + "offset": 8083, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 8066, + "offset": 8092, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 8143, + "offset": 8169, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 8641, + "offset": 8667, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9167, + "offset": 9193, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9176, + "offset": 9202, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9253, + "offset": 9279, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9690, + "offset": 9716, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9816, + "offset": 9842, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 9825, + "offset": 9851, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 9902, + "offset": 9928, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10343, + "offset": 10369, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 10469, + "offset": 10495, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 10478, + "offset": 10504, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10555, + "offset": 10581, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 10742, + "offset": 10768, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 11123, + "offset": 11149, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 11177, + "offset": 11203, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 11281, + "offset": 11307, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "Array", - "offset": 11437, + "offset": 11463, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12716, + "offset": 12742, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12725, + "offset": 12751, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 12906, + "offset": 12932, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12976, + "offset": 13002, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 12985, + "offset": 13011, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 13162, + "offset": 13188, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 13872, + "offset": 13898, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 13893, + "offset": 13919, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 13957, + "offset": 13983, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 14079, + "offset": 14105, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 14100, + "offset": 14126, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "Array", - "offset": 14276, + "offset": 14302, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 15994, + "offset": 16020, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16003, + "offset": 16029, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16234, + "offset": 16260, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16312, + "offset": 16338, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16321, + "offset": 16347, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16479, + "offset": 16505, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16549, + "offset": 16575, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 16558, + "offset": 16584, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 16956, + "offset": 16982, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "IntegerLiteral", - "offset": 17375, + "offset": 17401, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17427, + "offset": 17453, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17727, + "offset": 17753, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "BooleanLiteral", - "offset": 17778, + "offset": 17804, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 17905, + "offset": 17931, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/ProfileViewModel.swift", "kind": "StringLiteral", - "offset": 17914, + "offset": 17940, "length": 2, "value": "\"\"" }, @@ -52412,6 +54782,13 @@ "length": 16, "value": "\"CommentFlagged\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Resources\/Strings\/StringKeys.swift", + "kind": "StringLiteral", + "offset": 5007, + "length": 10, + "value": "\"ReadMore\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Settings\/Switch\/SettingSwitchCell.swift", "kind": "FloatLiteral", @@ -52814,7 +55191,7 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFDisableView.swift", "kind": "IntegerLiteral", - "offset": 2442, + "offset": 2622, "length": 2, "value": "12" }, @@ -54043,34 +56420,6 @@ "length": 2, "value": "16" }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 600, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 745, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Location\/LocationService.swift", - "kind": "BooleanLiteral", - "offset": 799, - "length": 5, - "value": "false" - }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/VFFilterType.swift", "kind": "StringLiteral", @@ -54141,6 +56490,69 @@ "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", @@ -56125,210 +58537,210 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2614, + "offset": 2705, "length": 14, "value": "\"Content-Type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "Dictionary", - "offset": 2743, + "offset": 2834, "length": 3, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2818, + "offset": 2909, "length": 17, "value": "\"CFBundleVersion\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2873, + "offset": 2964, "length": 9, "value": "\"Version\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2928, + "offset": 3019, "length": 10, "value": "\"Platform\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 2942, + "offset": 3033, "length": 5, "value": "\"ios\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3276, + "offset": 3367, "length": 46, "value": "\"-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3317, + "offset": 3408, "length": 1, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3368, + "offset": 3459, "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": 3410, + "offset": 3501, "length": 6, "value": "\"verb\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3417, + "offset": 3508, "length": 1, "value": "\"\";\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3468, + "offset": 3559, "length": 16, "value": "\"Content-Type: \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3487, + "offset": 3578, "length": 12, "value": "\"text-plain\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3502, + "offset": 3593, "length": 6, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3555, + "offset": 3646, "length": 16, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3562, + "offset": 3653, "length": 7, "value": "\"patch\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3570, + "offset": 3661, "length": 22, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3617, + "offset": 3708, "length": 50, "value": "\"\r\n-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3662, + "offset": 3753, "length": 1, "value": "\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3713, + "offset": 3804, "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": 3764, + "offset": 3855, "length": 1, "value": "\"\"; filename=\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3790, + "offset": 3881, "length": 1, "value": "\"\"\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3844, + "offset": 3935, "length": 16, "value": "\"Content-Type: \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 3876, + "offset": 3967, "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": 3968, + "offset": 4059, "length": 52, "value": "\"\r\n-----------------------------\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "StringLiteral", - "offset": 4013, + "offset": 4104, "length": 2, "value": "\"--\r\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "BooleanLiteral", - "offset": 4308, + "offset": 4399, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "BooleanLiteral", - "offset": 4371, + "offset": 4462, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "IntegerLiteral", - "offset": 4649, + "offset": 4740, "length": 3, "value": "200" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/ApiEndpoint.swift", "kind": "IntegerLiteral", - "offset": 4704, + "offset": 4795, "length": 1, "value": "0" }, @@ -57028,301 +59440,322 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1116, + "offset": 1108, + "length": 28, + "value": "\"https:\/\/polls.viafoura.co\/\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1187, + "length": 10, + "value": "\"v1\/polls\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "StringLiteral", + "offset": 1257, "length": 36, "value": "\"https:\/\/notifications.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1219, + "offset": 1360, "length": 4, "value": "\"v5\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1262, + "offset": 1403, "length": 24, "value": "\"https:\/\/i.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1343, + "offset": 1484, "length": 4, "value": "\"v3\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1397, + "offset": 1538, "length": 30, "value": "\"https:\/\/api.loginradius.com\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1490, + "offset": 1631, "length": 13, "value": "\"identity\/v2\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1551, + "offset": 1692, "length": 39, "value": "\"wss:\/\/realtimeeventfeeds.viafoura.co\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1649, + "offset": 1790, "length": 11, "value": "\"eventfeed\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1760, + "offset": 1901, "length": 9, "value": "\"#d4145a\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1791, + "offset": 1932, "length": 9, "value": "\"#8e78ff\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1822, + "offset": 1963, "length": 9, "value": "\"#ff7300\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1853, + "offset": 1994, "length": 9, "value": "\"#fbb03b\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1884, + "offset": 2025, "length": 9, "value": "\"#ed1e79\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1915, + "offset": 2056, "length": 9, "value": "\"#009244\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1946, + "offset": 2087, "length": 9, "value": "\"#ed1c24\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 1977, + "offset": 2118, "length": 9, "value": "\"#2e3192\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2008, + "offset": 2149, "length": 9, "value": "\"#fc7d7b\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2039, + "offset": 2180, "length": 9, "value": "\"#ffcc00\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2070, + "offset": 2211, "length": 9, "value": "\"#3aa17e\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2101, + "offset": 2242, "length": 9, "value": "\"#4f00bc\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2132, + "offset": 2273, "length": 9, "value": "\"#09c9be\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2163, + "offset": 2304, "length": 9, "value": "\"#662d8c\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2194, + "offset": 2335, "length": 9, "value": "\"#00a8c5\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2225, + "offset": 2366, "length": 9, "value": "\"#0053ae\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2417, + "offset": 2558, "length": 7, "value": "\"Error\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2435, + "offset": 2576, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2491, + "offset": 2632, "length": 15, "value": "\"Unknown Error\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2517, + "offset": 2658, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2591, + "offset": 2732, "length": 32, "value": "\"Unexpected result has occurred\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2634, + "offset": 2775, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2705, + "offset": 2846, "length": 24, "value": "\"User is not authorized\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2740, + "offset": 2881, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2812, + "offset": 2953, "length": 25, "value": "\"Error decoding response\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 2848, + "offset": 2989, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "FloatLiteral", - "offset": 2927, + "offset": 3068, "length": 3, "value": "5.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "FloatLiteral", - "offset": 2972, + "offset": 3113, "length": 3, "value": "5.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3041, + "offset": 3182, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3122, + "offset": 3263, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "IntegerLiteral", - "offset": 3171, + "offset": 3312, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3239, + "offset": 3380, "length": 22, "value": "\"https:\/\/viafoura.com\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3295, + "offset": 3436, "length": 38, "value": "\"https:\/\/viafoura.com\/privacy-policy\/\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3404, + "offset": 3545, "length": 38, "value": "\"fb763410-afd1-4646-8232-5a5a4f0d9bae\"" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 3650, + "length": 1, + "value": "5" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Constants.swift", "kind": "StringLiteral", - "offset": 3511, + "offset": 3720, "length": 26, "value": "\"251538622707823657992231\"" }, @@ -58722,56 +61155,56 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "BooleanLiteral", - "offset": 754, + "offset": 794, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1048, + "offset": 1088, "length": 33, "value": "\"ViafouraSDK already initialized\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1185, + "offset": 1225, "length": 22, "value": "\"Site UUID is invalid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1686, + "offset": 1726, "length": 22, "value": "\"Connected to network\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 1904, + "offset": 1944, "length": 27, "value": "\"Disconnected from network\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 2125, + "offset": 2165, "length": 9, "value": "\"Monitor\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "BooleanLiteral", - "offset": 2255, + "offset": 2295, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift", "kind": "StringLiteral", - "offset": 2270, + "offset": 2310, "length": 42, "value": "\"_UIConstraintBasedLayoutLogUnsatisfiable\"" }, @@ -59343,2802 +61776,2515 @@ "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\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 213, + "length": 7, + "value": "\"Polls\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", - "kind": "IntegerLiteral", - "offset": 1917, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 4041, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 2405, + "offset": 4110, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 2730, + "offset": 4116, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+EditComment.swift", - "kind": "BooleanLiteral", - "offset": 738, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 4406, + "length": 13, + "value": "\"Remove poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 6117, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 4548, + "length": 7, + "value": "\"trash\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 6704, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5032, + "length": 11, + "value": "\"Edit poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5168, + "length": 8, + "value": "\"pencil\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 6925, - "length": 1, - "value": "0" + "offset": 5730, + "length": 2, + "value": "16" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 8883, + "offset": 5777, "length": 1, - "value": "0" + "value": "6" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 8912, - "length": 5, - "value": "false" + "offset": 5817, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 5932, + "length": 9, + "value": "\"Publish\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "Array", + "offset": 6432, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 8960, + "offset": 6597, "length": 1, "value": "1" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 8989, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 6844, + "length": 1, + "value": "2" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9036, + "offset": 7083, "length": 1, "value": "3" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 7286, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9101, + "offset": 7485, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9137, + "offset": 7528, "length": 5, "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9193, - "length": 4, - "value": "true" + "offset": 7956, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9290, + "offset": 8019, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 9337, - "length": 5, - "value": "false" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 2, + "value": "16" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9579, - "length": 1, - "value": "0" + "offset": 8409, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9616, - "length": 1, - "value": "3" + "offset": 8601, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 9681, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8793, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "IntegerLiteral", + "offset": 8985, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 9726, + "offset": 9298, "length": 5, "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 9975, - "length": 1, - "value": "3" + "offset": 9524, + "length": 2, + "value": "30" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10086, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "FloatLiteral", + "offset": 9889, + "length": 3, + "value": "0.3" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10116, - "length": 1, - "value": "3" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 10433, + "length": 10, + "value": "\"Question\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10483, - "length": 3, - "value": "-33" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 10789, + "length": 10, + "value": "\"Option 1\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10743, - "length": 1, - "value": "3" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11156, + "length": 10, + "value": "\"Option 2\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10851, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11511, + "length": 10, + "value": "\"Option 3\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10889, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 11878, + "length": 10, + "value": "\"Option 4\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10894, - "length": 2, - "value": "20" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12266, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10899, - "length": 2, - "value": "60" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12381, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 10933, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12422, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11108, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 12528, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11150, + "offset": 12628, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11206, + "offset": 12789, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11288, + "offset": 12900, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 11340, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "IntegerLiteral", - "offset": 11407, - "length": 3, - "value": "130" + "offset": 13138, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11463, - "length": 1, - "value": "5" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 13176, + "length": 15, + "value": "\"Poll Question\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11503, + "offset": 13301, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11557, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13342, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11628, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "BooleanLiteral", + "offset": 13382, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11669, + "offset": 13419, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 11724, - "length": 1, - "value": "0" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", + "kind": "StringLiteral", + "offset": 13460, + "length": 13, + "value": "\"Create Poll\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Polls\/VFPollViewController.swift", "kind": "BooleanLiteral", - "offset": 11779, + "offset": 14622, "length": 4, "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11831, + "offset": 939, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11901, + "offset": 1917, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 11952, + "offset": 2405, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 11992, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/ChatContainerSettings\/ChatContainerSettingsViewModel.swift", "kind": "IntegerLiteral", - "offset": 12064, + "offset": 2730, "length": 1, "value": "0" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/LiveComments\/VFLiveCommentsService+EditComment.swift", "kind": "BooleanLiteral", - "offset": 12103, + "offset": 738, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12156, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 6422, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12226, + "offset": 7048, "length": 1, "value": "0" }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 12266, - "length": 4, - "value": "true" - }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12320, + "offset": 7269, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12378, - "length": 2, - "value": "30" + "offset": 9316, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12418, + "offset": 9345, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12541, + "offset": 9393, "length": 1, - "value": "0" + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12583, + "offset": 9422, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 12639, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12721, + "offset": 9469, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12773, + "offset": 9534, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12839, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12893, - "length": 1, - "value": "5" + "kind": "BooleanLiteral", + "offset": 9570, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 12933, + "offset": 9626, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 12987, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13058, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 9723, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 13099, - "length": 4, - "value": "true" + "offset": 9770, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13154, + "offset": 9910, "length": 1, - "value": "0" + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13209, + "kind": "FloatLiteral", + "offset": 9914, "length": 4, - "value": "true" + "value": "-0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13261, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 9921, + "length": 4, + "value": "-0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13331, + "offset": 10095, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13382, + "offset": 10132, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 13422, + "offset": 10197, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 13494, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 10242, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13533, - "length": 4, - "value": "true" + "kind": "IntegerLiteral", + "offset": 10491, + "length": 1, + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13586, + "offset": 10602, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13656, + "offset": 10632, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13696, - "length": 4, - "value": "true" + "kind": "FloatLiteral", + "offset": 10999, + "length": 5, + "value": "-32.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13750, + "offset": 11261, "length": 1, - "value": "0" + "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 13808, + "offset": 11369, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13847, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 13966, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 14064, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 11407, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 14117, + "offset": 11412, "length": 2, - "value": "70" + "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 14172, - "length": 1, - "value": "5" + "offset": 11417, + "length": 2, + "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14212, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14267, - "length": 2, - "value": "70" + "offset": 11452, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 14309, - "length": 5, - "value": "false" + "kind": "FloatLiteral", + "offset": 11496, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14665, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11554, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14707, + "offset": 11593, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14763, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11641, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14833, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11697, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 14873, + "offset": 11734, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14927, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11780, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 14996, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11837, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15035, + "offset": 11875, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15088, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11922, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15159, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 11978, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15200, + "offset": 12015, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15255, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12061, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15325, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12116, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15365, + "offset": 12152, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15419, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12197, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15501, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12253, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15553, + "offset": 12290, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15619, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12336, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15677, - "length": 2, - "value": "30" + "kind": "FloatLiteral", + "offset": 12394, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15717, - "length": 5, - "value": "false" + "offset": 12433, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15896, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12481, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 15938, + "offset": 12524, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 15994, - "length": 1, - "value": "0" + "kind": "FloatLiteral", + "offset": 12559, + "length": 3, + "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16076, + "offset": 12602, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16128, + "offset": 12763, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16195, + "offset": 12816, "length": 3, "value": "130" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16251, - "length": 1, - "value": "5" + "offset": 12855, + "length": 2, + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16291, + "offset": 12892, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16346, + "offset": 13011, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16388, + "offset": 13053, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 16743, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 16784, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 16840, + "offset": 13094, "length": 2, - "value": "70" + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 16883, + "offset": 13131, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17224, + "offset": 13208, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17276, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17346, - "length": 1, - "value": "0" + "kind": "BooleanLiteral", + "offset": 13305, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17397, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 17437, - "length": 4, - "value": "true" + "offset": 13354, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17509, + "offset": 13405, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17548, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17601, - "length": 1, - "value": "0" + "offset": 13444, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17671, - "length": 1, - "value": "0" + "offset": 13495, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17711, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 17765, - "length": 1, - "value": "0" + "offset": 13537, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 17823, + "offset": 13891, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 17863, + "offset": 13928, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18031, - "length": 1, - "value": "0" + "offset": 14058, + "length": 3, + "value": "130" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18073, + "offset": 14101, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18130, - "length": 2, - "value": "70" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18201, + "offset": 14171, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18241, + "offset": 14210, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18296, + "offset": 14261, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18338, + "offset": 14303, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18691, + "offset": 14654, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18730, - "length": 4, - "value": "true" + "offset": 14694, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 18783, - "length": 1, - "value": "0" + "offset": 14746, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 18838, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18890, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 18960, - "length": 1, - "value": "0" + "offset": 14789, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19011, - "length": 1, - "value": "0" + "offset": 15128, + "length": 2, + "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19051, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19125, - "length": 1, - "value": "0" + "offset": 15165, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19166, - "length": 4, - "value": "true" + "offset": 15276, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19221, - "length": 1, - "value": "0" + "offset": 15329, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19303, + "offset": 15380, "length": 1, - "value": "0" + "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19355, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19421, - "length": 1, - "value": "0" + "offset": 15419, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19491, - "length": 1, - "value": "0" + "offset": 15470, + "length": 2, + "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19531, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 19585, - "length": 1, - "value": "0" + "offset": 15512, + "length": 5, + "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19643, + "offset": 15849, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19683, + "offset": 15886, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19792, + "offset": 15952, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 19846, + "offset": 16002, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 19963, + "offset": 16040, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20017, + "offset": 16090, "length": 2, "value": "80" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20089, + "offset": 16236, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20130, + "offset": 16276, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20186, + "offset": 16328, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20229, + "offset": 16371, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20585, + "offset": 16723, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 20636, + "offset": 16770, "length": 2, "value": "70" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20677, + "offset": 16810, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 20722, + "offset": 16855, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 21078, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21120, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21176, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21231, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21283, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21353, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21393, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21447, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21529, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21581, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21647, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21717, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 21757, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21811, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 21869, + "offset": 17176, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 21909, + "offset": 17213, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 22029, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22068, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22121, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22193, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22235, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22291, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22346, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22398, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22468, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22508, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22562, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22632, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22672, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22726, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22797, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 22838, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22893, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 22963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23003, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23057, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23139, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23191, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23257, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 23313, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23357, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "IntegerLiteral", - "offset": 23669, + "offset": 19385, "length": 2, "value": "35" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23674, + "offset": 19390, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23747, + "offset": 19463, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23752, + "offset": 19468, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 23863, + "offset": 19579, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 23903, + "offset": 19619, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24167, + "offset": 19883, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24207, + "offset": 19923, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24246, + "offset": 19962, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24288, + "offset": 20004, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24403, + "offset": 20119, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24447, + "offset": 20163, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24491, + "offset": 20207, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24554, + "offset": 20270, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 24727, + "offset": 20443, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24770, + "offset": 20486, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24817, + "offset": 20533, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24860, + "offset": 20576, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24906, + "offset": 20622, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 24998, + "offset": 20714, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25044, + "offset": 20760, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25087, + "offset": 20803, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25151, + "offset": 20867, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25322, + "offset": 21038, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25368, + "offset": 21084, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25411, + "offset": 21127, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25457, + "offset": 21173, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25706, + "offset": 21422, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25823, + "offset": 21539, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 25868, + "offset": 21584, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 25904, + "offset": 21620, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26029, + "offset": 21745, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26079, + "offset": 21795, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26247, + "offset": 21963, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26296, + "offset": 22012, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26345, + "offset": 22061, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26467, + "offset": 22183, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26521, + "offset": 22237, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26644, + "offset": 22360, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26648, + "offset": 22364, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26781, + "offset": 22497, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 26834, + "offset": 22550, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26887, + "offset": 22603, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 26939, + "offset": 22655, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27168, + "offset": 22884, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27218, + "offset": 22934, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27337, + "offset": 23053, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27341, + "offset": 23057, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27465, + "offset": 23310, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27514, + "offset": 23359, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27563, + "offset": 23408, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27611, + "offset": 23456, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 27686, + "offset": 23531, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27728, + "offset": 23573, "length": 2, "value": "25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 27774, + "offset": 23619, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 28303, + "offset": 24148, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 28348, + "offset": 24193, "length": 2, "value": "30" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28392, + "offset": 24237, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28611, + "offset": 24456, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28717, + "offset": 24562, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28768, + "offset": 24613, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28842, + "offset": 24687, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28946, + "offset": 24791, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 28998, + "offset": 24843, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29172, + "offset": 25017, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29217, + "offset": 25062, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 29260, + "offset": 25105, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29359, + "offset": 25204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29397, + "offset": 25242, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29402, + "offset": 25247, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29407, + "offset": 25252, "length": 2, "value": "40" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29509, + "offset": 25354, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29665, + "offset": 25510, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29711, + "offset": 25556, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29756, + "offset": 25601, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29802, + "offset": 25647, "length": 2, "value": "42" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 29863, + "offset": 25708, "length": 2, "value": "74" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 29996, + "offset": 25841, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30035, + "offset": 25880, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30080, + "offset": 25925, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30348, + "offset": 26193, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30398, + "offset": 26243, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30619, + "offset": 26464, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30668, + "offset": 26513, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 30862, + "offset": 26707, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 30959, + "offset": 26804, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31157, + "offset": 26991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 27135, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31256, + "offset": 27292, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31303, + "offset": 27339, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31379, + "offset": 27415, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31438, + "offset": 27474, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31506, + "offset": 27542, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31542, + "offset": 27578, "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "FloatLiteral", + "offset": 27796, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 28335, + "length": 2, + "value": "30" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 31793, + "offset": 28558, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31924, + "offset": 28689, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 31932, + "offset": 28697, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 32030, + "offset": 28795, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32218, + "offset": 28983, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32595, + "offset": 29360, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 32809, + "offset": 29574, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 32961, + "offset": 29726, "length": 4, "value": "0.06" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 33130, + "offset": 29895, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 33159, + "offset": 29924, "length": 4, "value": "\"\n\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 33503, + "offset": 30268, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 33675, + "offset": 30440, "length": 4, "value": "0.06" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34109, + "offset": 30883, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 34146, + "offset": 30920, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34202, + "offset": 30976, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34369, + "offset": 31226, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31309, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 31482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 31599, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 31802, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "StringLiteral", + "offset": 31975, + "length": 4, + "value": "\"..\"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 32137, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 32650, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 32748, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34407, + "offset": 32786, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34412, + "offset": 32791, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34417, + "offset": 32796, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34493, + "offset": 32872, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34531, + "offset": 32910, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34536, + "offset": 32915, "length": 2, "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 34541, + "offset": 32920, "length": 2, "value": "60" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34810, + "offset": 33142, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 34855, + "offset": 33184, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 35151, + "offset": 33227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 33471, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "BooleanLiteral", + "offset": 33516, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", + "kind": "IntegerLiteral", + "offset": 33812, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 35211, + "offset": 33872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 35355, + "offset": 34016, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36036, + "offset": 34697, "length": 7, "value": "\"trash\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 36388, + "offset": 35049, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36626, + "offset": 35287, "length": 6, "value": "\"flag\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 36858, + "offset": 35519, "length": 21, "value": "\"square.and.arrow.up\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 37173, + "offset": 35834, "length": 8, "value": "\"pencil\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38110, + "offset": 36771, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38359, + "offset": 37020, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 38371, + "offset": 37032, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 38723, + "offset": 37384, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 39137, + "offset": 37798, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39327, + "offset": 37988, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39352, + "offset": 38013, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 39688, + "offset": 38349, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 39988, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 38664, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40041, + "offset": 38713, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40115, + "offset": 38787, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40169, + "offset": 38841, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40390, + "offset": 39062, "length": 18, "value": "\"flag.square.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 40471, + "offset": 39143, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 40710, + "offset": 39382, "length": 18, "value": "\"flag.square.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41042, + "offset": 39714, "length": 26, "value": "\"checkmark.rectangle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 41131, + "offset": 39803, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41373, + "offset": 40045, "length": 19, "value": "\"xmark.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 41457, + "offset": 40129, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 41765, + "offset": 40437, "length": 18, "value": "\"star.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42048, + "offset": 40720, "length": 18, "value": "\"star.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42431, + "offset": 41103, "length": 17, "value": "\"pin.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 42711, + "offset": 41383, "length": 17, "value": "\"pin.circle.fill\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 43001, + "offset": 41673, "length": 11, "value": "\"clipboard\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", - "kind": "BooleanLiteral", - "offset": 43400, - "length": 5, - "value": "false" + "kind": "IntegerLiteral", + "offset": 42087, + "length": 1, + "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 43453, + "offset": 42136, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43527, + "offset": 42210, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43663, + "offset": 42346, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43701, + "offset": 42384, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43772, + "offset": 42455, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43810, + "offset": 42493, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 43990, + "offset": 42673, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 44213, + "offset": 42896, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45035, + "offset": 43718, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45076, + "offset": 43759, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 45150, + "offset": 43833, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "StringLiteral", - "offset": 45456, + "offset": 44139, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "IntegerLiteral", - "offset": 45556, + "offset": 44239, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46786, + "offset": 45469, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46798, + "offset": 45481, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46934, + "offset": 45617, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 46942, + "offset": 45625, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 47102, + "offset": 45785, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 47114, + "offset": 45797, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 47348, + "offset": 46031, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 47633, + "offset": 46316, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48047, + "offset": 46730, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48059, + "offset": 46742, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48198, + "offset": 46881, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48206, + "offset": 46889, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48366, + "offset": 47049, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 48378, + "offset": 47061, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 48618, + "offset": 47301, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 48912, + "offset": 47595, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 49250, + "offset": 47933, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "FloatLiteral", - "offset": 49262, + "offset": 47945, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50300, + "offset": 48983, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50347, + "offset": 49030, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/CommentCell.swift", "kind": "BooleanLiteral", - "offset": 50494, + "offset": 49177, "length": 5, "value": "false" }, @@ -62425,448 +64571,448 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2278, + "offset": 2282, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2300, + "offset": 2304, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2418, + "offset": 2422, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2434, + "offset": 2438, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 2452, + "offset": 2456, "length": 12, "value": "[\"notified\"]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2521, + "offset": 2525, "length": 12, "value": "\"event_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 2541, + "offset": 2545, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3354, + "offset": 3358, "length": 16, "value": "\"container_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3378, + "offset": 3382, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3487, + "offset": 3491, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3509, + "offset": 3513, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3627, + "offset": 3631, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3643, + "offset": 3647, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 3661, + "offset": 3665, "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": 3850, + "offset": 3854, "length": 14, "value": "\"message_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 3872, + "offset": 3876, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4754, + "offset": 4758, "length": 16, "value": "\"container_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4778, + "offset": 4782, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4887, + "offset": 4891, "length": 14, "value": "\"section_uuid\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 4909, + "offset": 4913, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5027, + "offset": 5031, "length": 8, "value": "\"action\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5043, + "offset": 5047, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 5061, + "offset": 5065, "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": 5323, + "offset": 5327, "length": 14, "value": "\"message_type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 5345, + "offset": 5349, "length": 8, "value": "\"one_of\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7021, + "offset": 7025, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7030, + "offset": 7034, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7383, + "offset": 7387, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7392, + "offset": 7396, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "IntegerLiteral", - "offset": 7546, + "offset": 7550, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7717, + "offset": 7721, "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": 7761, + "offset": 7765, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 7770, + "offset": 7774, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8176, + "offset": 8180, "length": 6, "value": "\"type\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8227, + "offset": 8231, "length": 11, "value": "\"subscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8409, + "offset": 8413, "length": 22, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8430, + "offset": 8434, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8497, + "offset": 8501, "length": 13, "value": "\"unsubscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8685, + "offset": 8689, "length": 24, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8708, + "offset": 8712, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 8775, + "offset": 8779, "length": 7, "value": "\"event\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9195, + "offset": 9199, "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": 9235, + "offset": 9239, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9244, + "offset": 9248, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 9642, + "offset": 9646, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9744, + "offset": 9748, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 9753, + "offset": 9757, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10073, + "offset": 10077, "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": 10259, + "offset": 10263, "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": 10338, + "offset": 10342, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10498, + "offset": 10502, "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": 10571, + "offset": 10575, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 10792, + "offset": 10796, "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": 10937, + "offset": 10941, "length": 13, "value": "\"unsubscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 11123, + "offset": 11127, "length": 12, "value": "\"keep-alive\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 11339, + "offset": 11343, "length": 11, "value": "\"subscribe\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "Array", - "offset": 15383, + "offset": 15387, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15813, + "offset": 15817, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15831, + "offset": 15835, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15851, + "offset": 15855, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15867, + "offset": 15871, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15889, + "offset": 15893, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15911, + "offset": 15915, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/WebSocket\/WebSocket.swift", "kind": "StringLiteral", - "offset": 15934, + "offset": 15938, "length": 2, "value": "\"\"" }, @@ -63020,1624 +65166,1666 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 3226, + "offset": 3260, "length": 5, "value": "500.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3470, + "offset": 3504, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3537, + "offset": 3571, "length": 1, "value": "3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 3557, + "offset": 3591, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8200, + "offset": 8327, "length": 2, "value": "23" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8310, + "offset": 8437, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8420, + "offset": 8547, "length": 2, "value": "18" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8590, + "offset": 8717, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 8640, + "offset": 8767, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 8919, + "offset": 9046, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 8970, + "offset": 9097, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9144, + "offset": 9271, "length": 2, "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9195, + "offset": 9322, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9430, + "offset": 9557, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9491, + "offset": 9618, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 9545, + "offset": 9672, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9610, + "offset": 9737, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9621, + "offset": 9748, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9671, + "offset": 9798, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9727, + "offset": 9854, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9756, + "offset": 9883, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 9805, + "offset": 9932, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 9857, + "offset": 9984, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10077, + "offset": 10204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10309, + "offset": 10436, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10362, + "offset": 10489, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 10410, + "offset": 10537, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10539, + "offset": 10666, "length": 2, "value": "16" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 10906, + "offset": 10952, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 11024, + "offset": 11070, "length": 3, "value": "\"(\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 11063, + "offset": 11109, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 11068, + "offset": 11114, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 11175, + "offset": 11221, "length": 2, "value": "23" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12038, + "offset": 12084, "length": 3, "value": "200" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12744, + "offset": 12790, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 12895, + "offset": 12941, "length": 3, "value": "0.5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 12907, + "offset": 12953, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 13030, + "offset": 13076, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 13038, + "offset": 13084, "length": 3, "value": "0.8" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 13469, + "offset": 13515, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 13734, + "offset": 13780, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 14076, + "offset": 14122, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14247, + "offset": 14293, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14259, + "offset": 14305, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14401, + "offset": 14447, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14409, + "offset": 14455, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14535, + "offset": 14581, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 14547, + "offset": 14593, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 14990, + "offset": 15036, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 15086, + "offset": 15132, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15254, + "offset": 15300, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15266, + "offset": 15312, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15405, + "offset": 15451, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15413, + "offset": 15459, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15539, + "offset": 15585, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 15551, + "offset": 15597, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 15985, + "offset": 16031, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16323, + "offset": 16369, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16335, + "offset": 16381, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16470, + "offset": 16516, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16478, + "offset": 16524, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16604, + "offset": 16650, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 16616, + "offset": 16662, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 17158, + "offset": 17204, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17392, + "offset": 17438, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17404, + "offset": 17450, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17543, + "offset": 17589, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17551, + "offset": 17597, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17677, + "offset": 17723, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 17689, + "offset": 17735, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18094, + "offset": 18140, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 18253, + "offset": 18299, "length": 2, "value": "13" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18370, + "offset": 18416, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18709, + "offset": 18755, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 18826, + "offset": 18872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 19118, + "offset": 19164, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 19379, + "offset": 19425, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19600, + "offset": 19646, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19612, + "offset": 19658, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19749, + "offset": 19795, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19757, + "offset": 19803, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19883, + "offset": 19929, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 19895, + "offset": 19941, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 20505, + "offset": 20851, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 20970, + "offset": 21359, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21102, + "offset": 21491, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21667, + "offset": 22056, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 21799, + "offset": 22188, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22075, + "offset": 22464, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 22129, + "offset": 22518, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22190, + "offset": 22579, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22394, + "offset": 22783, "length": 2, "value": "11" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 22628, + "offset": 23017, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 22870, + "offset": 23259, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 22882, + "offset": 23271, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23029, + "offset": 23418, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23037, + "offset": 23426, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23163, + "offset": 23552, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 23175, + "offset": 23564, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23540, + "offset": 23929, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23580, + "offset": 23969, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23619, + "offset": 24008, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23663, + "offset": 24052, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23709, + "offset": 24098, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 23996, + "offset": 24385, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24036, + "offset": 24425, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24075, + "offset": 24464, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24121, + "offset": 24510, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24165, + "offset": 24554, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 24271, + "offset": 24660, "length": 3, "value": "\"!\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24330, + "offset": 24719, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24772, + "offset": 25161, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 24856, + "offset": 25245, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24899, + "offset": 25288, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 24949, + "offset": 25338, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25015, + "offset": 25404, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25064, + "offset": 25453, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 25312, + "offset": 25701, "length": 4, "value": "\", \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25385, + "offset": 25774, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25429, + "offset": 25818, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25471, + "offset": 25860, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25517, + "offset": 25906, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25557, + "offset": 25946, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25598, + "offset": 25987, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25638, + "offset": 26027, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25855, + "offset": 26244, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25862, + "offset": 26251, "length": 2, "value": "40" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25867, + "offset": 26256, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 25972, + "offset": 26361, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25979, + "offset": 26368, "length": 1, "value": "5" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 25983, + "offset": 26372, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26043, + "offset": 26432, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26808, + "offset": 27197, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 26925, + "offset": 27314, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "Array", - "offset": 27030, + "offset": 27419, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 27805, + "offset": 28194, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 28420, + "offset": 28872, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 28493, + "offset": 28945, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 28499, + "offset": 28951, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29300, + "offset": 29752, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29312, + "offset": 29764, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29456, + "offset": 29908, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29464, + "offset": 29916, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29590, + "offset": 30042, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 29602, + "offset": 30054, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30023, + "offset": 30475, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30035, + "offset": 30487, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30183, + "offset": 30635, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30191, + "offset": 30643, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30317, + "offset": 30769, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30329, + "offset": 30781, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 30655, + "offset": 31120, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 30707, + "offset": 31172, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 30770, + "offset": 31235, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 30834, + "offset": 31305, "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 31421, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 31763, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "BooleanLiteral", + "offset": 31789, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31102, + "offset": 31982, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31114, + "offset": 31994, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31267, + "offset": 32147, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31275, + "offset": 32155, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31401, + "offset": 32281, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31413, + "offset": 32293, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31654, + "offset": 32534, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 31718, + "offset": 32598, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31965, + "offset": 32845, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 31977, + "offset": 32857, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32131, + "offset": 33011, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32139, + "offset": 33019, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32265, + "offset": 33145, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32277, + "offset": 33157, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 32519, + "offset": 33399, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 32581, + "offset": 33461, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 32657, + "offset": 33537, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 32850, + "offset": 33730, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 34256, + "offset": 35136, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34325, + "offset": 35205, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34329, + "offset": 35209, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34399, + "offset": 35285, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 34403, + "offset": 35290, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 37224, + "offset": 38111, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 37235, + "offset": 38122, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37303, + "offset": 38190, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37883, + "offset": 38770, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 37924, + "offset": 38811, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38110, + "offset": 38997, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38152, + "offset": 39039, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 38904, + "offset": 39791, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 38966, + "offset": 39853, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 38978, + "offset": 39865, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39113, + "offset": 40000, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39117, + "offset": 40004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40376, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40451, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39489, + "offset": 40533, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 39547, + "offset": 40537, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", + "kind": "IntegerLiteral", + "offset": 40596, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39551, + "offset": 40600, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39559, + "offset": 40608, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 39667, + "offset": 40802, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40093, + "offset": 41239, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40255, + "offset": 41401, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40379, + "offset": 41525, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 40601, + "offset": 41777, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40605, + "offset": 41781, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40613, + "offset": 41789, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 40651, + "offset": 41838, "length": 3, "value": "\"(\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 40673, + "offset": 41860, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 40706, + "offset": 41893, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40750, + "offset": 41937, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40875, + "offset": 42062, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 40917, + "offset": 42104, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41081, + "offset": 42268, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41152, + "offset": 42339, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41282, + "offset": 42469, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 41385, + "offset": 42572, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41459, + "offset": 42646, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41463, + "offset": 42650, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41467, + "offset": 42654, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41609, + "offset": 42796, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41683, + "offset": 42870, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 41816, + "offset": 43003, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 41919, + "offset": 43106, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 41996, + "offset": 43183, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42000, + "offset": 43187, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42004, + "offset": 43191, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 42218, + "offset": 43405, "length": 4, "value": "0.25" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42280, + "offset": 43467, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42284, + "offset": 43471, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42561, + "offset": 43748, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 42594, + "offset": 43781, "length": 1, "value": "9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 42641, + "offset": 43828, "length": 4, "value": "\"+9\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 43088, + "offset": 44275, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "IntegerLiteral", - "offset": 43218, + "offset": 44405, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "FloatLiteral", - "offset": 43440, + "offset": 44627, "length": 3, "value": "0.3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "StringLiteral", - "offset": 47230, + "offset": 48310, "length": 15, "value": "\"contentOffset\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/VFPreviewCommentsViewController.swift", "kind": "BooleanLiteral", - "offset": 47322, + "offset": 48402, "length": 4, "value": "true" }, @@ -64954,7 +67142,7 @@ "kind": "StringLiteral", "offset": 464, "length": 15, - "value": "\"subscriptions\"" + "value": "\"notifications\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/UnsuscribeTopicEndpoint.swift", @@ -65015,35 +67203,35 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "IntegerLiteral", - "offset": 2217, + "offset": 2277, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "StringLiteral", - "offset": 2861, + "offset": 2921, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "StringLiteral", - "offset": 2870, + "offset": 2930, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "BooleanLiteral", - "offset": 3305, + "offset": 3365, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/TrendingViewModel.swift", "kind": "BooleanLiteral", - "offset": 3463, + "offset": 3523, "length": 4, "value": "true" }, @@ -66097,52 +68285,59 @@ "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 4822, + "length": 4, + "value": "1000" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 4919, + "offset": 4956, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "Array", - "offset": 4961, + "offset": 4998, "length": 2, "value": "[]" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5009, + "offset": 5046, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5046, + "offset": 5083, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5087, + "offset": 5124, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 5882, + "offset": 5919, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 6435, + "offset": 6472, "length": 4, "value": "1000" }, @@ -66191,637 +68386,623 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11205, + "offset": 11244, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11457, + "offset": 11483, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 11683, + "offset": 11709, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 12334, + "offset": 12360, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12489, + "offset": 12515, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12599, + "offset": 12625, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12702, + "offset": 12728, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 12847, + "offset": 12873, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 13159, + "offset": 13185, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 13409, + "offset": 13435, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 13981, + "offset": 14007, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 13990, + "offset": 14016, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 15346, + "offset": 15372, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 15811, + "offset": 15990, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 16547, + "offset": 16726, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 17028, + "offset": 17373, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 17946, + "offset": 18291, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18299, + "offset": 18644, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18308, + "offset": 18653, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18437, + "offset": 18782, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 18446, + "offset": 18791, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 18749, + "offset": 19066, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 19221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 19633, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 19064, + "offset": 19948, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 19260, + "offset": 20144, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 19943, + "offset": 20827, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20036, + "offset": 20920, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20222, + "offset": 21106, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20758, + "offset": 21642, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20939, + "offset": 21823, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 20995, + "offset": 21879, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 21109, + "offset": 21993, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21507, + "offset": 22391, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 21530, + "offset": 22414, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21573, + "offset": 22457, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21721, + "offset": 22605, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 21782, + "offset": 22674, "length": 1, "value": "0" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 22968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23033, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "IntegerLiteral", + "offset": 23149, + "length": 1, + "value": "1" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22293, + "offset": 23457, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22504, + "offset": 23668, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 22695, + "offset": 23843, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 22953, + "offset": 24101, "length": 8, "value": "\"custom\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 23022, + "offset": 24170, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 23117, + "offset": 24265, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 23162, + "offset": 24310, "length": 13, "value": "\"main_thread\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 23294, + "offset": 24502, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 23961, + "offset": 25169, "length": 8, "value": "\"custom\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 24030, + "offset": 25238, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 24125, + "offset": 25333, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 24170, + "offset": 25378, "length": 13, "value": "\"main_thread\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 24258, + "offset": 25466, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 25408, + "offset": 26616, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 25701, + "offset": 26909, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 25825, + "offset": 27033, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26083, + "offset": 27421, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26407, + "offset": 27745, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 26419, + "offset": 27757, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 26648, + "offset": 27986, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 26792, + "offset": 28130, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27461, + "offset": 28799, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27470, + "offset": 28808, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27638, + "offset": 28976, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 27647, + "offset": 28985, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 28719, + "offset": 30057, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 29661, + "offset": 30999, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 29752, + "offset": 31090, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 29843, + "offset": 31181, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 30512, + "offset": 31850, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 30622, + "offset": 31960, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 31697, + "offset": 33057, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "BooleanLiteral", - "offset": 32405, + "offset": 33765, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", - "kind": "StringLiteral", - "offset": 32717, - "length": 10, - "value": "\"\"" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", - "kind": "StringLiteral", - "offset": 32726, - "length": 2, - "value": "\"\"" + "kind": "IntegerLiteral", + "offset": 33912, + "length": 1, + "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 32927, + "offset": 34222, "length": 10, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "StringLiteral", - "offset": 32936, + "offset": 34231, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 399, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 553, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 568, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", "kind": "IntegerLiteral", - "offset": 636, + "offset": 34328, "length": 1, "value": "1" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 650, - "length": 4, - "value": "true" + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 34660, + "length": 10, + "value": "\"\"" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 746, + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/PreviewComments\/PreviewCommentsViewModel.swift", + "kind": "StringLiteral", + "offset": 34669, "length": 2, - "value": "-5" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 761, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "IntegerLiteral", - "offset": 861, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", - "kind": "BooleanLiteral", - "offset": 877, - "length": 4, - "value": "true" + "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 950, + "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": 1082, + "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": 1097, + "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": 1180, + "offset": 514, "length": 2, - "value": "10" + "value": "20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 1195, + "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": 1286, + "offset": 618, "length": 3, - "value": "-10" + "value": "-20" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/AdCell.swift", "kind": "BooleanLiteral", - "offset": 1302, + "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": 1395, + "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": 1411, + "offset": 743, "length": 4, "value": "true" }, @@ -66844,7 +69025,7 @@ "kind": "StringLiteral", "offset": 635, "length": 15, - "value": "\"subscriptions\"" + "value": "\"notifications\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/notifications\/topics\/SubscribeTopicEndpoint.swift", @@ -66947,87 +69128,115 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1219, + "offset": 1257, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1334, + "offset": 1372, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1413, + "offset": 1451, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 1493, + "offset": 1531, "length": 3, "value": "-10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1509, + "offset": 1547, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 1587, + "offset": 1625, "length": 2, "value": "10" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1602, + "offset": 1640, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1680, + "offset": 1718, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1807, + "offset": 1845, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "BooleanLiteral", - "offset": 1892, + "offset": 1930, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 2130, + "offset": 2168, "length": 2, "value": "14" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/View\/VFFollowView.swift", "kind": "IntegerLiteral", - "offset": 2743, + "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", @@ -67154,6 +69363,41 @@ "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", @@ -67224,6 +69468,20 @@ "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", @@ -68592,77 +70850,77 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 323, + "offset": 345, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 368, + "offset": 390, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 445, + "offset": 467, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 549, + "offset": 571, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 640, + "offset": 662, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 769, + "offset": 791, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 825, + "offset": 847, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 863, + "offset": 885, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "IntegerLiteral", - "offset": 932, + "offset": 954, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 970, + "offset": 992, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/String+Initials.swift", "kind": "StringLiteral", - "offset": 1077, + "offset": 1099, "length": 2, "value": "\"\"" }, @@ -69838,889 +72096,889 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 12020, + "offset": 12096, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 12094, + "offset": 12170, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 12100, + "offset": 12176, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 13026, + "offset": 13178, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 13100, + "offset": 13252, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 13106, + "offset": 13258, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 14001, + "offset": 14153, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 14075, + "offset": 14227, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 14081, + "offset": 14233, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 15046, + "offset": 15198, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 15127, + "offset": 15279, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 15133, + "offset": 15285, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 16061, + "offset": 16213, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16138, + "offset": 16290, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16144, + "offset": 16296, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 16661, + "offset": 16813, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 17038, + "offset": 17190, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 17216, + "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": 17228, + "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": 17369, + "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": 17377, + "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": 17503, + "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": 17515, + "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": 17797, + "offset": 17949, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 17973, + "offset": 18125, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18273, + "offset": 18425, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18735, + "offset": 18887, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 18871, + "offset": 19023, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 19432, + "offset": 19584, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 19568, + "offset": 19720, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 19887, + "offset": 20039, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20441, + "offset": 20593, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20453, + "offset": 20605, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20592, + "offset": 20744, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20600, + "offset": 20752, "length": 3, "value": "0.9" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20726, + "offset": 20878, "length": 3, "value": "0.1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 20738, + "offset": 20890, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21018, + "offset": 21170, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21194, + "offset": 21346, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21484, + "offset": 21636, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21864, + "offset": 22016, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 21994, + "offset": 22146, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22403, + "offset": 22555, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22533, + "offset": 22685, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22810, + "offset": 22962, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 22895, + "offset": 23047, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 24570, + "offset": 24722, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 24582, + "offset": 24734, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24712, + "offset": 24864, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24716, + "offset": 24868, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24720, + "offset": 24872, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24790, + "offset": 24942, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24794, + "offset": 24946, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24798, + "offset": 24950, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24870, + "offset": 25022, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24874, + "offset": 25026, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24878, + "offset": 25030, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 24967, + "offset": 25119, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25051, + "offset": 25203, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25132, + "offset": 25284, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25193, + "offset": 25345, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 25605, + "offset": 25757, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 25617, + "offset": 25769, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25747, + "offset": 25899, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25751, + "offset": 25903, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25755, + "offset": 25907, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25821, + "offset": 25973, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25825, + "offset": 25977, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25829, + "offset": 25981, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25891, + "offset": 26043, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25895, + "offset": 26047, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25899, + "offset": 26051, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 25949, + "offset": 26101, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26363, + "offset": 26515, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26368, + "offset": 26520, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26410, + "offset": 26562, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26818, + "offset": 26970, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26823, + "offset": 26975, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 26865, + "offset": 27017, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27251, + "offset": 27403, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27256, + "offset": 27408, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27494, + "offset": 27646, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27658, + "offset": 27810, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27829, + "offset": 27981, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27833, + "offset": 27985, "length": 3, "value": "400" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27901, + "offset": 28053, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 27906, + "offset": 28058, "length": 3, "value": "100" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 27982, + "offset": 28134, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 28018, + "offset": 28170, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 28037, + "offset": 28189, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 28615, + "offset": 28767, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29003, + "offset": 29155, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29032, + "offset": 29184, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29279, + "offset": 29431, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29314, + "offset": 29466, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29587, + "offset": 29739, "length": 4, "value": "\" (\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 29624, + "offset": 29776, "length": 3, "value": "\")\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 29819, + "offset": 29971, "length": 3, "value": "0.2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 29831, + "offset": 29983, "length": 3, "value": "0.0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 29949, + "offset": 30101, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 30287, + "offset": 30439, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 30621, + "offset": 30773, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 31226, + "offset": 31378, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 31811, + "offset": 31963, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 31955, + "offset": 32107, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 31999, + "offset": 32151, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32041, + "offset": 32193, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32085, + "offset": 32237, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32151, + "offset": 32303, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 32194, + "offset": 32346, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 32622, + "offset": 32774, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 32705, + "offset": 32857, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 32845, + "offset": 32997, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 33031, + "offset": 33183, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33109, + "offset": 33261, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33241, + "offset": 33393, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "IntegerLiteral", - "offset": 33422, + "offset": 33574, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33496, + "offset": 33648, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "StringLiteral", - "offset": 33628, + "offset": 33780, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 34164, + "offset": 34358, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "FloatLiteral", - "offset": 34482, + "offset": 34676, "length": 3, "value": "0.3" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37340, + "offset": 37534, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37709, + "offset": 37903, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37748, + "offset": 37942, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37789, + "offset": 37983, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37919, + "offset": 38113, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/Profile\/VFProfileViewController.swift", "kind": "BooleanLiteral", - "offset": 37996, + "offset": 38190, "length": 5, "value": "false" }, @@ -71123,73 +73381,80 @@ "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": "IntegerLiteral", - "offset": 767, + "offset": 794, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "IntegerLiteral", - "offset": 995, + "offset": 1022, "length": 1, "value": "0" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 1965, + "offset": 1992, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 1990, + "offset": 2017, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "IntegerLiteral", - "offset": 2115, + "offset": 2142, "length": 1, "value": "1" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2165, + "offset": 2192, "length": 8, "value": "\"┣╸\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2174, + "offset": 2201, "length": 6, "value": "\"┃ \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2197, + "offset": 2224, "length": 8, "value": "\"┗╸\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2206, + "offset": 2233, "length": 4, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Model\/Local\/CommentContent.swift", "kind": "StringLiteral", - "offset": 2357, + "offset": 2384, "length": 4, "value": "\"\n\"" }, @@ -71532,21 +73797,21 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 1732, + "offset": 1744, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2066, + "offset": 2078, "length": 4, "value": "1000" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/UsersListTableViewController.swift", "kind": "IntegerLiteral", - "offset": 2659, + "offset": 2727, "length": 1, "value": "1" }, @@ -72626,6 +74891,13 @@ "kind": "IntegerLiteral", "offset": 7038, "length": 3, + "value": "404" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/NetworkApi.swift", + "kind": "IntegerLiteral", + "offset": 7125, + "length": 3, "value": "400" }, { @@ -72692,44 +74964,72 @@ "value": "true" }, { - "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1430, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1466, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "BooleanLiteral", + "offset": 1508, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", "kind": "StringLiteral", - "offset": 351, + "offset": 1698, + "length": 9, + "value": "\"Follow \"" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/CommentsList\/Cell\/FollowPromptCell.swift", + "kind": "IntegerLiteral", + "offset": 1807, "length": 2, - "value": "\"\"" + "value": "15" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 388, + "offset": 304, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 495, + "offset": 411, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 596, + "offset": 512, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Analytics\/AnalyticsService+View.swift", "kind": "StringLiteral", - "offset": 794, + "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": 973, + "offset": 889, "length": 6, "value": "\"%.0f\"" }, @@ -74073,7 +76373,7 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Repository\/Actions\/BootstrapAction.swift", "kind": "BooleanLiteral", - "offset": 924, + "offset": 1157, "length": 5, "value": "false" }, @@ -74864,126 +77164,210 @@ { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 1297, + "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": 1350, + "offset": 1943, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2164, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2176, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2313, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2321, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2447, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "FloatLiteral", + "offset": 2459, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 2782, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 2938, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "BooleanLiteral", + "offset": 3061, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "IntegerLiteral", + "offset": 3114, "length": 1, "value": "4" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 1394, + "offset": 3158, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 1982, + "offset": 3746, "length": 2, "value": "12" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2040, + "offset": 3804, "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", + "kind": "StringLiteral", + "offset": 3843, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 2521, + "offset": 4322, "length": 1, "value": "2" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2565, + "offset": 4366, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2607, + "offset": 4408, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2655, + "offset": 4456, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2729, + "offset": 4530, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2776, + "offset": 4577, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 2980, + "offset": 4781, "length": 5, "value": "false" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "BooleanLiteral", - "offset": 3024, + "offset": 4825, "length": 4, "value": "true" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 3743, + "offset": 5544, "length": 2, "value": "16" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 3994, + "offset": 5795, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 4224, + "offset": 6025, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "StringLiteral", - "offset": 4505, + "offset": 6306, "length": 3, "value": "\" \"" }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UsersList\/Cell\/UserCell.swift", "kind": "IntegerLiteral", - "offset": 4632, + "offset": 6433, "length": 2, "value": "13" }, @@ -75694,6 +78078,41 @@ "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/polls\/RemovePollEndpoint.swift", + "kind": "StringLiteral", + "offset": 276, + "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": 337, + "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": 398, + "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": 1157, + "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": 1218, + "length": 4, + "value": "true" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/liveChat\/ReplyChatEndpoint.swift", "kind": "StringLiteral", @@ -77864,6 +80283,13 @@ "length": 4, "value": "true" }, + { + "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Extensions\/UILabel+Lines.swift", + "kind": "StringLiteral", + "offset": 327, + "length": 2, + "value": "\"\"" + }, { "filePath": "\/Users\/martindesimone\/Desktop\/Viafoura\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/Services\/Network\/ApiEndpoint\/Endpoints\/livecomments\/CommentContainerEndpoint.swift", "kind": "StringLiteral", diff --git a/ViafouraSDK.xcframework/ios-arm64_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 index 3c9ea7f2..dd4afdec 100644 --- a/ViafouraSDK.xcframework/ios-arm64_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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { case notificationPressed(presentationType: VFNotificationPresentationType) case closeProfilePressed case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension VFUpdateUserAvatarError { 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 public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: VFImageView) case commentCellDislikeLabel(label: VFLabel) case commentCellReplyLabel(label: VFLabel) - case commentCellRepliesLabel(label: VFLabel) + case commentCellCustomBadge(badge: VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: VFButton) case previewTitleLabel(label: VFLabel) @@ -1750,6 +1833,8 @@ 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 VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension VFUpdateUserAvatarError : Swift.Equatable {} extension VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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 VFCommentError : Swift.Equatable {} extension VFCommentError : Swift.Hashable {} extension VFTopicsSubscribedError : Swift.Equatable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_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 index 431459ca..9d54a1cf 100644 --- a/ViafouraSDK.xcframework/ios-arm64_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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { 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) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension ViafouraSDK.VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension ViafouraSDK.VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension ViafouraSDK.VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension ViafouraSDK.VFUpdateUserAvatarError { 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 public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension ViafouraSDK.VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension ViafouraSDK.VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: ViafouraSDK.VFImageView) case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) case commentCellReplyLabel(label: ViafouraSDK.VFLabel) - case commentCellRepliesLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) case previewTitleLabel(label: ViafouraSDK.VFLabel) @@ -1750,6 +1833,8 @@ 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.VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} extension ViafouraSDK.VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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.VFCommentError : Swift.Equatable {} extension ViafouraSDK.VFCommentError : Swift.Hashable {} extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_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 index 3c9ea7f2..dd4afdec 100644 --- a/ViafouraSDK.xcframework/ios-arm64_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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { case notificationPressed(presentationType: VFNotificationPresentationType) case closeProfilePressed case trendingArticlePressed(metadata: VFArticleMetadata, containerId: Swift.String) + case commentPosted(contentUUID: Foundation.UUID) + case replyPosted(contentUUID: Foundation.UUID) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension VFUpdateUserAvatarError { 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 public static func == (a: VFEditCommentError, b: VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: VFImageView) case commentCellDislikeLabel(label: VFLabel) case commentCellReplyLabel(label: VFLabel) - case commentCellRepliesLabel(label: VFLabel) + case commentCellCustomBadge(badge: VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: VFButton) case previewTitleLabel(label: VFLabel) @@ -1750,6 +1833,8 @@ 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 VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension VFUpdateUserAvatarError : Swift.Equatable {} extension VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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 VFCommentError : Swift.Equatable {} extension VFCommentError : Swift.Hashable {} extension VFTopicsSubscribedError : Swift.Equatable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_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 index 431459ca..9d54a1cf 100644 --- a/ViafouraSDK.xcframework/ios-arm64_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 @@ -43,7 +43,6 @@ public struct VFDefaultColors { 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 colorFollowingDefault(_ 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 @@ -247,6 +246,8 @@ public enum VFActionCallbackType { 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) } public enum VFNotificationPresentationType { case profile(userUUID: Foundation.UUID) @@ -282,6 +283,19 @@ extension ViafouraSDK.VFSingleChatError { 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 @@ -426,6 +440,7 @@ public enum EventAttemptedAction : Swift.String, Swift.Encodable { 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 @@ -447,6 +462,7 @@ public enum CommentNodeType { 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 { @@ -549,6 +565,19 @@ extension ViafouraSDK.VFUndislikeStoryError { 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 } @@ -609,6 +638,20 @@ extension ViafouraSDK.VFCommentsProfileError { @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 } @@ -962,6 +1005,20 @@ extension ViafouraSDK.VFUpdateUserAvatarError { 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 public static func == (a: ViafouraSDK.VFEditCommentError, b: ViafouraSDK.VFEditCommentError) -> Swift.Bool @@ -975,6 +1032,19 @@ extension ViafouraSDK.VFEditCommentError { 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 { @objc deinit } @@ -1082,6 +1152,19 @@ extension ViafouraSDK.VFUndislikeCommentError { 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 + } +} @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFFollowView : UIKit.UIView { @objc deinit } @@ -1151,7 +1234,7 @@ public enum VFCustomizableView { case commentCellDislikeImage(image: ViafouraSDK.VFImageView) case commentCellDislikeLabel(label: ViafouraSDK.VFLabel) case commentCellReplyLabel(label: ViafouraSDK.VFLabel) - case commentCellRepliesLabel(label: ViafouraSDK.VFLabel) + case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView) case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView) case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton) case previewTitleLabel(label: ViafouraSDK.VFLabel) @@ -1750,6 +1833,8 @@ 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.VFChatSelectionError : Swift.Equatable {} @@ -1779,10 +1864,14 @@ 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 {} @@ -1828,6 +1917,8 @@ extension ViafouraSDK.VFUpdateUserAvatarError : Swift.Equatable {} extension ViafouraSDK.VFUpdateUserAvatarError : 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 {} @@ -1839,6 +1930,8 @@ 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.VFCommentError : Swift.Equatable {} extension ViafouraSDK.VFCommentError : Swift.Hashable {} extension ViafouraSDK.VFTopicsSubscribedError : Swift.Equatable {} diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist new file mode 100644 index 00000000..20dd639c Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/Info.plist differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib new file mode 100644 index 00000000..1b594ce1 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/PollOptionsList.storyboardc/PollTableViewController.nib differ 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..8e778cde 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-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Info.plist new file mode 100644 index 00000000..4ac5c674 Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/Info.plist differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib new file mode 100644 index 00000000..9bef4cde Binary files /dev/null and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Polls.storyboardc/VFPollViewController.nib differ 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..71196a93 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-arm64_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 index b91e4840..9bc30546 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_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-arm64_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 index afc782fa..21a1da0f 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_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-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 index 036cfdbc..bef0a7a5 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib 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 index 61876658..28e54a27 100755 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK 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/_CodeSignature/CodeResources b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources index d64aa7c6..3b7209af 100644 --- a/ViafouraSDK.xcframework/ios-arm64_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 - olbW+kAcUBJkrRMNkh6i4+HY/E4= + 30nLfhfaZpF5mxK7aOWlGMzAbLw= ChatContainerSettings.storyboardc/ChatContainerSettingsViewController.nib @@ -78,11 +78,11 @@ CommentsList.storyboardc/urJ-xk-VRp-view-dZT-JY-UWf.nib - s1Y/psjRsV4FFORmaeV3CT4a6Eo= + npLM2mrCCn5SK/hEgF61ua4A5Cg= Headers/ViafouraSDK-Swift.h - mG9ze8kctbY/WRo7qw9Fwsvg84k= + 1iimvRNxI4XdhYPgb6uoNEDswbE= Info.plist @@ -114,11 +114,11 @@ Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json - IJ/uX0DcjoJIuRrpmXHnZB01JQI= + hQIphZ/RuHWF/vfaIgUjff82IcU= Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - lWEaKg6dOgO2uWzrTuDVyxuGR7M= + cuznM9vB/bZ8yTZBibX2nptoft0= Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -126,19 +126,19 @@ Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - lWEaKg6dOgO2uWzrTuDVyxuGR7M= + cuznM9vB/bZ8yTZBibX2nptoft0= Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - GwWAO6WOUBm++qUBWJiUgOmQypo= + C5vI+LycGflZ2UBuiz3oy953B1k= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - IJ/uX0DcjoJIuRrpmXHnZB01JQI= + hQIphZ/RuHWF/vfaIgUjff82IcU= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - nD/w6bk3TAjqkkDBXvKH6QF6X50= + qPRx4fCH5WaOmaCcP9Ihvs1r54U= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -146,11 +146,11 @@ Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - nD/w6bk3TAjqkkDBXvKH6QF6X50= + qPRx4fCH5WaOmaCcP9Ihvs1r54U= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - vf+wda6HaHKs75oO5HLO+ny2V3Q= + 8ErkLo+egsaJAaNS651w5wrW1K4= Modules/module.modulemap @@ -180,6 +180,30 @@ SiseFd/E7pxsZXJ1qFBLHyacB9I= + PollOptionsList.storyboardc/Info.plist + + NabTmlDnvnWyR9AtmaOX8SOmbbM= + + PollOptionsList.storyboardc/PollTableViewController.nib + + qHD3efRCCExPBnHvJn1CjRcxP34= + + PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib + + 1Rr9WXjKIKJRIM5CS58gEi0X6cA= + + Polls.storyboardc/Info.plist + + XXiPxBgnbeXBIf3pImqBKOsPJuQ= + + Polls.storyboardc/VFPollViewController.nib + + kfjiRDFt7AigwmAv7QSmUyRCcY0= + + Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib + + MtUm8oJuU1bEo8WHRP2Cq4cts8I= + PreviewComments.storyboardc/Info.plist T4YQt1rp+LFmV1gCH31brFA2oh4= @@ -190,7 +214,7 @@ PreviewComments.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - TB6abC5qAsyjWOLSYqOe5ETC80Y= + FI+1V74d8No5cHBS71CNXVSOafk= Profile.storyboardc/Info.plist @@ -202,7 +226,7 @@ Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib - 109ttYF+35jhEXCYPEqa21ZsPqg= + rHgmZrfreRhPO+PJLuucZC29p4M= Roboto-Bold.ttf @@ -298,7 +322,7 @@ UsersList.storyboardc/vkS-Oz-dSL-view-u61-6I-byn.nib - vAAF51ACRmEQKyBp2xZfVdk3Lo4= + /qm4E1kAyJ08IBBxDouQ7LceJOA= ViafouraSDK.momd/VersionInfo.plist @@ -324,7 +348,7 @@ hash - jaTTZnoFnsF2/6Orweu0GFZQ0bM= + tx7GJ2rscftdCcN8c6ldfto7Xp0= optional @@ -333,7 +357,7 @@ hash - ZRQrr1udhc/oRCX9obp3leaaqQc= + eitpQcDibnfDmaiuWhvghpUKOHk= optional @@ -342,7 +366,7 @@ hash - 7hKuWJh0vyoKp+OHa6bkOBegnOo= + AoeFksVs/pH3vbERiCVt1Nqd7S0= optional @@ -351,7 +375,7 @@ hash - jaTTZnoFnsF2/6Orweu0GFZQ0bM= + tx7GJ2rscftdCcN8c6ldfto7Xp0= optional @@ -360,7 +384,7 @@ hash - jaTTZnoFnsF2/6Orweu0GFZQ0bM= + tx7GJ2rscftdCcN8c6ldfto7Xp0= optional @@ -369,7 +393,7 @@ hash - 55O2dfzzbe1qyGakRvqZLtGJYdU= + IcyavVt9OPXmUMtr0MuQT0DMXUs= optional @@ -378,7 +402,7 @@ hash - jaTTZnoFnsF2/6Orweu0GFZQ0bM= + tx7GJ2rscftdCcN8c6ldfto7Xp0= optional @@ -391,7 +415,7 @@ hash - jaTTZnoFnsF2/6Orweu0GFZQ0bM= + tx7GJ2rscftdCcN8c6ldfto7Xp0= optional @@ -407,7 +431,7 @@ hash2 - q7li3SRohiHvhPvayY5zqAplwyo9etFQjXx6sD8hnAM= + xPpWK2LHly3mPsSBmQlFdPwq3F841T6ydrkSV9dqV0g= ChatContainerSettings.storyboardc/ChatContainerSettingsViewController.nib @@ -533,14 +557,14 @@ hash2 - yP05JAgAAJwldbPwK+SelWgm169wD8FsfrE6Xf3OKi0= + o6qHYKNy4DgEstd38aiaX1m6xmw4zJZw4liMkN5rf2k= Headers/ViafouraSDK-Swift.h hash2 - uajxXZLTlzpQmU+IYepdxB8/51sboXJN8Igiq6+nqog= + V+VuHK0v5yoVEHVJ2XkbnrTIWCYyEDgZRDFsjKdTPD0= LiveBlog.storyboardc/Info.plist @@ -589,14 +613,14 @@ hash2 - BQ5VB561Cj9fmM0K3Tpox7jjnPJUiefUhwftEXQcAkk= + FqtGn/784WIQssdjoCLyBwB9nDdkkfV/z58L0SWcT7s= Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - e8Z11613txNAD5fVAD08RwXEdZXok0zW8WTUkzgxSng= + HU2cXd7WbBpzx/gnqkGBWU7IY2CJv//FjTlwFxR0Sfw= Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -610,28 +634,28 @@ hash2 - e8Z11613txNAD5fVAD08RwXEdZXok0zW8WTUkzgxSng= + HU2cXd7WbBpzx/gnqkGBWU7IY2CJv//FjTlwFxR0Sfw= Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - Br9ASAMDUZ5y7Mei3NJrxuUpSsm+kWiy+0yfgv75Vj0= + /yGayum5EZlleZQ4p5bePHZfHGNSQTq7xuc1G3GCgfI= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - BQ5VB561Cj9fmM0K3Tpox7jjnPJUiefUhwftEXQcAkk= + FqtGn/784WIQssdjoCLyBwB9nDdkkfV/z58L0SWcT7s= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - LLDxoWLllmtEvR5D53WY7eum9ncnax+7315qqKSei8w= + uOEiIZrv1sGgZXUbEQVg7YIda5d+m1atYDuuxwDM9QA= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -645,14 +669,14 @@ hash2 - LLDxoWLllmtEvR5D53WY7eum9ncnax+7315qqKSei8w= + uOEiIZrv1sGgZXUbEQVg7YIda5d+m1atYDuuxwDM9QA= Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - d8U47TPCF0L0vlrjB2cu9zsoYf+TxHntM8Rm8pwkONU= + bAkVNZVQDohS9JUD6TiFgT4QKQ4hXbqjMDfTO93bynw= Modules/module.modulemap @@ -704,6 +728,48 @@ 1SsLc8FWIvMTZV+1q204q6/f7Pp/RpYExF2DrVsDOoY= + PollOptionsList.storyboardc/Info.plist + + hash2 + + I4Krj7tR75dMWxt+Qj9e/kietrsByQpkzhn9IA3JNUU= + + + PollOptionsList.storyboardc/PollTableViewController.nib + + hash2 + + dnM3Cn4YEcvpDG3Z7Jq9aBrXskroTndiCqJ2cK7zAck= + + + PollOptionsList.storyboardc/RJH-GW-g8S-view-yuH-oy-KNw.nib + + hash2 + + wYwsZB9OtgLZ7doOXVLUgXyfXdxTcA42bZkQUl/Kyvk= + + + Polls.storyboardc/Info.plist + + hash2 + + rXf0tkzTf1w4XF+mFgcIPM/hTzlAuewXk28RISDcMS4= + + + Polls.storyboardc/VFPollViewController.nib + + hash2 + + N1K19wo2qisucbT7qyzlql6jCyntjSzy9GDX1SryRRU= + + + Polls.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib + + hash2 + + W+I32UHmzmmeoJXKO/usvNcxPUYTWYEAXf8izS7Pua0= + + PreviewComments.storyboardc/Info.plist hash2 @@ -722,7 +788,7 @@ hash2 - Jq4yzNO0gygR+OVtFakW9x6FqeiV5kNx12yikqBGTEQ= + XOvxcrDKssGbHSpQH8j3HnGqqvCA9hCYOCGh3zpYUKE= Profile.storyboardc/Info.plist @@ -743,7 +809,7 @@ hash2 - pAIz6gAHS63VJq3QgYmB8txS4Bk5elCPPGa78notFIU= + 8FHdFrJ5F88rTV2EFubrQXdbJqAARHsbklU2aK0yHMg= Roboto-Bold.ttf @@ -911,7 +977,7 @@ hash2 - yzoQLLCMGSGfZBddgGd5v+co0sQXz6G/z5NnzSR2bpw= + 2JSg/94QE4SNHwXXqZ6TGxSG1sU3oFD3RocxzAaSxRo= ViafouraSDK.momd/VersionInfo.plist @@ -953,7 +1019,7 @@ hash2 - L/NYEIZfkqc81l1pzAGGmwmy3jwQc3zFcEf42h/MgNk= + 684TIbKA3NeHgl6OkWZ5/5lHu3R1WuQQQfr9qI5OlLw= optional @@ -962,7 +1028,7 @@ hash2 - EdGpzyYnKyc2ocX4pZfkq2r2mW23llkWXdqvwHtdBf0= + cvI3YBowr9nqOpWVP/I8LUjp/B4z6LPeQv2QIBjTdfY= optional @@ -971,7 +1037,7 @@ hash2 - ENFKJGr5Gq4sw8g4lou4xq0S0nRYbQVkhvUtIJLnEng= + AEUg/SwWrLJgeMxV3WqQVs+ZddV0HtdD9VaqgxXKKZI= optional @@ -980,7 +1046,7 @@ hash2 - L/NYEIZfkqc81l1pzAGGmwmy3jwQc3zFcEf42h/MgNk= + 684TIbKA3NeHgl6OkWZ5/5lHu3R1WuQQQfr9qI5OlLw= optional @@ -989,7 +1055,7 @@ hash2 - L/NYEIZfkqc81l1pzAGGmwmy3jwQc3zFcEf42h/MgNk= + 684TIbKA3NeHgl6OkWZ5/5lHu3R1WuQQQfr9qI5OlLw= optional @@ -998,7 +1064,7 @@ hash2 - 8lu+RJ3Q/pRvpJ0IbKMXLQ38bT3Mg8O97SB/zkU0OmI= + Krr+UjrhMLNgiMPwRrXgJ2j2YOU5Jq/MBrPUO8E9AXI= optional @@ -1007,7 +1073,7 @@ hash2 - L/NYEIZfkqc81l1pzAGGmwmy3jwQc3zFcEf42h/MgNk= + 684TIbKA3NeHgl6OkWZ5/5lHu3R1WuQQQfr9qI5OlLw= optional @@ -1023,7 +1089,7 @@ hash2 - L/NYEIZfkqc81l1pzAGGmwmy3jwQc3zFcEf42h/MgNk= + 684TIbKA3NeHgl6OkWZ5/5lHu3R1WuQQQfr9qI5OlLw= optional diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/de.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/de.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/de.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/de.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/en.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/en.lproj/Localizable.strings index 2ba68b4c..a5f20691 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/en.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/en.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/es.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/es.lproj/Localizable.strings index bc2943eb..63b78439 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/es.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/es.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/fr.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/fr.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/fr.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/fr.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/it.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/it.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/it.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/it.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/nl.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/nl.lproj/Localizable.strings index 6d1ed4ba..344f5344 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/nl.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/nl.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/pt.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/pt.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/pt.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/pt.lproj/Localizable.strings differ diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/sr.lproj/Localizable.strings b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/sr.lproj/Localizable.strings index 0da7b0a3..14686463 100644 Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/sr.lproj/Localizable.strings and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/sr.lproj/Localizable.strings differ